@charset "UTF-8";
/* COMMON
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
	background: #ffffff;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	line-height: 1;
	text-align: center;
	font-family: sans-serif;
}

a {
	text-decoration: none;
}

.c-main {
  color: #111111;
}

.c-white {
  color: #fff;
}

.c-gray {
  color: #808080;
}

.c-red {
  color: #f41765;
}

.c-blue {
  color: #0052a0;
}

.c-btn {
  color: #f4527a;
}

.c-pink {
  color: #fb91b1;
}

.c-gray {
  color: #806c5e;
}

.bg-gray {
  background-color: #ebebeb;
}

.bg-beige {
  background-color: #fff0e6;
}

.bg-blue {
  background-color: #e9f2fc;
}

.is-center {
  text-align: center;
}

.is-left {
  text-align: left;
}

.is-right {
  text-align: right;
}

.underline {
  text-decoration: underline !important;
}

.is-left-center {
  text-align: left;
}

.ovf-h {
  overflow: hidden;
}

.pos-rel {
  position: relative;
}

.indent {
  padding-left: 1em !important;
  text-indent: -1em;
}

.indent_nmb {
  padding-left: 1.75em !important;
  text-indent: -1.75em;
}

.notice {
  font-size: 12px;
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 736px) {
  .notice {
    font-size: 10px;
  }
}

/* margin */
.mt-s { margin-top: 20px !important;}
@media (max-width: 736px) {
  .mt-s { margin-top: 15px !important;}}

.mt-sm { margin-top: 30px !important;}
@media (max-width: 736px) {
  .mt-sm { margin-top: 24px !important;}}

.mt-m { margin-top: 40px !important;}
@media (max-width: 736px) {
  .mt-m { margin-top: 30px !important;}}

.mt-l { margin-top: 60px !important;}
@media (max-width: 736px) {
  .mt-l { margin-top: 40px !important;}}

.mt-10 { margin-top: 10px !important;}
.mt-15 { margin-top: 15px !important;}
.mt-20 { margin-top: 20px !important;}
.mt-25 { margin-top: 25px !important;}
.mt-30 { margin-top: 30px !important;}
.mt-35 { margin-top: 35px !important;}
.mt-40 { margin-top: 40px !important;}
.mt-45 { margin-top: 45px !important;}
.mt-50 { margin-top: 50px !important;}

.pt-s { padding-top: 20px !important;}
@media (max-width: 736px) {
  .pt-s { padding-top: 15px !important;}}

.pt-m { padding-top: 40px !important;}
@media (max-width: 736px) {
  .pt-m { padding-top: 30px !important;}}

.pt-l { padding-top: 60px !important;}
@media (max-width: 736px) {
  .pt-l {  padding-top: 40px !important;}}

.pt-10 { padding-top: 10px !important;}
.pt-15 { padding-top: 15px !important;}
.pt-20 { padding-top: 20px !important;}
.pt-25 { padding-top: 25px !important;}
.pt-30 { padding-top: 30px !important;}
.pt-35 { padding-top: 35px !important;}
.pt-40 { padding-top: 40px !important;}
.pt-45 { padding-top: 45px !important;}
.pt-50 { padding-top: 50px !important;}



/* WRAPPER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icreo-wrapper {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 736px) {
  .icreo-wrapper {
    padding: 0 20px;
  }
}
.icreo-wrapper.no-pd {
  padding: 0;
}
@media (max-width: 736px) {
  .icreo-wrapper.no-pd {
    padding: 0;
  }
}
@media (max-width: 736px) {
  .icreo-wrapper.no-sp-pd {
    padding: 0;
  }
}

.icreo-wrapper-m {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 736px) {
  .icreo-wrapper-m {
    padding: 0 20px;
    max-width: 100%;
  }
}
.icreo-wrapper-m.no-pd {
  padding: 0;
}
@media (max-width: 736px) {
  .icreo-wrapper-m.no-pd {
    padding: 0;
  }
}
@media (max-width: 736px) {
  .icreo-wrapper-m.no-sp-pd {
    padding: 0;
  }
}
.icreo-wrapper-m.no-pc-pd {
  padding: 0;
}
@media (max-width: 736px) {
  .icreo-wrapper-m.no-pc-pd {
    padding: 0 20px;
  }
}

.icreo-wrapper-s {
  position: relative;
  max-width: 712px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 736px) {
  .icreo-wrapper-s {
    padding: 0 20px;
    max-width: 100%;
  }
}
.icreo-wrapper-s.no-pd {
  padding: 0;
}
@media (max-width: 736px) {
  .icreo-wrapper-s.no-pd {
    padding: 0;
  }
}
@media (max-width: 736px) {
  .icreo-wrapper-s.no-sp-pd {
    padding: 0;
  }
}
.icreo-wrapper-s.no-pc-pd {
  padding: 0;
}
@media (max-width: 736px) {
  .icreo-wrapper-s.no-pc-pd {
    padding: 0 20px;
  }
}

/* DISPLAY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-only-sp {
  display: none;
}
@media (max-width: 736px) {
  .u-only-sp {
    display: block;
  }
}

.u-only-pc {
  display: block;
}
@media (max-width: 736px) {
  .u-only-pc {
    display: none;
  }
}

.u-only-sp-i {
  display: none;
}
@media (max-width: 736px) {
  .u-only-sp-i {
    display: inline;
  }
}

.u-only-pc-i {
  display: inline;
}
@media (max-width: 736px) {
  .u-only-pc-i {
    display: none;
  }
}

.u-only-tab-sp-i {
  display: none;
}
@media (max-width: 900px) {
  .u-only-tab-sp-i {
    display: inline;
  }
}

/* Text, Headings
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
  font-family: "GenJyuuGothic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../common/fonts/GenJyuuGothic-Regular.eot");
  src: url("../../common/fonts/GenJyuuGothic-Regular.woff") format("woff"), url("../../common/fonts/GenJyuuGothic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "GenJyuuGothic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../common/fonts/GenJyuuGothic-Bold.eot");
  src: url("../../common/fonts/GenJyuuGothic-Bold.woff") format("woff"), url("../../common/fonts/GenJyuuGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../common/fonts/Nunito-Regular.eot");
  src: url("../../common/fonts/Nunito-Regular.woff") format("woff"), url("../../common/fonts/Nunito-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../common/fonts/Nunito-Bold.eot");
  src: url("../../common/fonts/Nunito-Bold.woff") format("woff"), url("../../common/fonts/Nunito-Bold.ttf") format("truetype");
}
p.icreo-common {
  font-family: "GenJyuuGothic", "Nunito", "NotoSansJP-Medium", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "Roboto", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.08rem;
  line-height: 1.7;
  text-align: left;
  word-break: break-all;
  margin: 0;
}
@media (max-width: 736px) {
  p.icreo-common {
    font-size: 16px;
    letter-spacing: 0.08rem;
  }
}
p.icreo-common.is-center {
  text-align: center;
}

p.icreo-s {
  font-family: "GenJyuuGothic", "Nunito", "NotoSansJP-Medium", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "Roboto", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08rem;
  line-height: 1.7;
  word-break: break-all;
  margin: 0;
  text-align: left;
}
@media (max-width: 736px) {
  p.icreo-s {
    font-size: 13.5px;
    letter-spacing: 0.08rem;
  }
}
p.icreo-s.is-center {
  text-align: center;
}

p.icreo-m {
  font-family: "GenJyuuGothic", "Nunito", "NotoSansJP-Medium", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "Roboto", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.08rem;
  line-height: 1.7;
  word-break: break-all;
  margin: 0;
  text-align: left;
}
@media (max-width: 736px) {
  p.icreo-m {
    font-size: 13.5px;
    letter-spacing: 0.08rem;
  }
}
p.icreo-m.is-center {
  text-align: center;
}

p.icreo-indent {
  padding-left: 1em;
}

.font-genjyu-bold-l {
  font-family: "GenJyuuGothic", "Nunito", "NotoSansJP-Medium", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "Roboto", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 0.08rem;
  line-height: 1.7;
}
@media (max-width: 736px) {
  .font-genjyu-bold-l {
    font-size: 25px;
    letter-spacing: 0.08rem;
  }
}

.font-genjyu-bold-m {
  font-family: "GenJyuuGothic", "Nunito", "NotoSansJP-Medium", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "Roboto", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.08rem;
  line-height: 1.7;
}
@media (max-width: 736px) {
  .font-genjyu-bold-m {
    font-size: 16px;
    letter-spacing: 0.08rem;
  }
}

.font-genjyu-l {
  font-family: "GenJyuuGothic", "Nunito", "NotoSansJP-Medium", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "Roboto", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: 0.08rem;
  line-height: 1.7;
}
@media (max-width: 736px) {
  .font-genjyu-l {
    font-size: 25px;
    letter-spacing: 0.08rem;
  }
}

.font-genjyu-m {
  font-family: "GenJyuuGothic", "Nunito", "NotoSansJP-Medium", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "Roboto", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.08rem;
  line-height: 1.7;
}
@media (max-width: 736px) {
  .font-genjyu-m {
    font-size: 16px;
    letter-spacing: 0.08rem;
  }
}

.font-tsukua-bold-l {
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 0.08rem;
  line-height: 1.7;
}
@media (max-width: 736px) {
  .font-tsukua-bold-l {
    font-size: 25px;
    letter-spacing: 0.08rem;
  }
}

.font-tsukua-bold-m {
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.08rem;
  line-height: 1.7;
}
@media (max-width: 736px) {
  .font-tsukua-bold-m {
    font-size: 16px;
    letter-spacing: 0.08rem;
  }
}

.font-tsukua-m {
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.08rem;
  line-height: 1.7;
}
@media (max-width: 736px) {
  .font-tsukua-m {
    font-size: 16px;
    letter-spacing: 0.08rem;
  }
}

/* heading */
.icreo-heading {
  display: block;
  position: relative;
}

.icreo-heading__common,
.icreo-heading__pic {
  position: relative;
}
.icreo-heading__common .ja,
.icreo-heading__pic .ja {
  line-height: 1.4;
  font-size: 38px;
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: -0.06rem;
}
@media (max-width: 736px) {
  .icreo-heading__common .ja,
.icreo-heading__pic .ja {
    font-size: 23px;
  }
}
.icreo-heading__common .ja-s,
.icreo-heading__pic .ja-s {
  font-size: 24px;
}
@media (max-width: 736px) {
  .icreo-heading__common .ja-s,
.icreo-heading__pic .ja-s {
    font-size: 16px;
  }
}
.icreo-heading__common .eng,
.icreo-heading__pic .eng {
  margin-top: 0;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media (max-width: 736px) {
  .icreo-heading__common .eng,
.icreo-heading__pic .eng {
    font-size: 13px;
    margin-top: 4px;
  }
}

.icreo-heading__common {
  padding-top: 40px;
}
@media (max-width: 736px) {
  .icreo-heading__common {
    padding-top: 32px;
  }
}
.icreo-heading__common.mt-0 {
  padding-top: 0;
}
.icreo-heading__common .ja {
  color: #000;
}
.icreo-heading__common .eng {
  color: #666;
}

.icreo-heading__pic {
  margin-top: 90px;
}
@media (max-width: 736px) {
  .icreo-heading__pic {
    margin-top: 56px;
  }
}
.icreo-heading__pic .img {
  position: relative;
}
.icreo-heading__pic .img img {
  width: 100%;
  vertical-align: bottom;
}
.icreo-heading__pic .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.icreo-heading__pic .text .text-centering {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.icreo-heading__pic .ja, .icreo-heading__pic .eng {
  color: #fff;
}

.icreo-contents .heading {
  display: inline-block;
  margin: 0 auto;
	padding-bottom: 30px;
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #f41765;
  font-size: 30px;
}
@media (max-width: 736px) {
  .icreo-contents .heading {
    font-size: 16px;
  }
}

.icreo-heading__underline .heading {
  display: inline-block;
  margin: 0 auto;
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #f41765;
  font-size: 24px;
  padding-bottom: 10px;
  background-image: url(../images/common/underline.png);
  background-position: bottom left;
  background-size: 320px 6px;
  background-repeat: repeat-x;
}
@media (max-width: 736px) {
  .icreo-heading__underline .heading {
    font-size: 18px;
    padding-bottom: 9px;
  }
}
@media (max-width: 736px) {
  .icreo-heading__underline .heading {
    background-size: 240px 4px;
  }
}

.icreo-heading__underline--b .heading {
  display: inline-block;
  margin: 0 auto;
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #0052a0;
  font-size: 24px;
  padding-bottom: 10px;
  background-image: url(../images/common/underline-blue.png);
  background-position: bottom left;
  background-size: 320px 6px;
  background-repeat: repeat-x;
}
@media (max-width: 736px) {
  .icreo-heading__underline--b .heading {
    font-size: 18px;
    padding-bottom: 9px;
  }
}
@media (max-width: 736px) {
  .icreo-heading__underline--b .heading {
    background-size: 240px 4px;
  }
}

.icreo-heading__underline--bl .heading {
  display: inline-block;
  margin: 0 auto;
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #0052a0;
  font-size: 24px;
  padding-bottom: 10px;
  background-image: url(../images/common/underline-sky.png);
  background-position: bottom left;
  background-size: 320px 6px;
  background-repeat: repeat-x;
}
@media (max-width: 736px) {
  .icreo-heading__underline--bl .heading {
    font-size: 18px;
    padding-bottom: 9px;
  }
}
@media (max-width: 736px) {
  .icreo-heading__underline--bl .heading {
    background-size: 240px 4px;
  }
}


.icreo-heading__gray {
  padding-top: 40px;
}
@media (max-width: 736px) {
  .icreo-heading__gray {
    padding-top: 32px;
  }
}
.icreo-heading__gray.mt-0 {
  padding-top: 0;
}
.icreo-heading__gray .ja {
  color: #806c5e;
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 736px) {
  .icreo-heading__gray .ja {
    font-size: 25px;
  }
}

/* separator 罫線 */
.icreo-separator {
  width: 100%;
}
.icreo-separator img {
  width: 100%;
  vertical-align: bottom;
}

/*pink a-c*/
.icreo-separator.icreo-separator--a {
  padding-top: 60px;
  background-image: url(../images/common/separator-a.png);
  background-position: top left;
  background-size: 2400px 120px;
  background-repeat: repeat-x;
  height: 120px;
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--a {
    padding-top: 40px;
  }
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--a {
    height: auto;
    background-image: none;
  }
}
.icreo-separator.icreo-separator--b {
  padding-top: 60px;
  background-image: url(../images/common/separator-b.png);
  background-position: top left;
  background-size: 2400px 120px;
  background-repeat: repeat-x;
  height: 120px;
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--b {
    padding-top: 40px;
  }
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--b {
    height: auto;
    background-image: none;
  }
}
.icreo-separator.icreo-separator--c {
  padding-top: 60px;
  background-image: url(../images/common/separator-c.png);
  background-position: top left;
  background-size: 2400px 120px;
  background-repeat: repeat-x;
  height: 120px;
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--c {
    padding-top: 0px;
  }
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--c {
    height: auto;
    background-image: none;
  }
}

/*blue a-c*/
.icreo-separator.icreo-separator--ab {
  padding-top: 60px;
  background-image: url(../images/common/separator-ab.png);
  background-position: top left;
  background-size: 2400px 120px;
  background-repeat: repeat-x;
  height: 120px;
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--ab {
    padding-top: 40px;
  }
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--ab {
    height: auto;
    background-image: none;
  }
}
.icreo-separator.icreo-separator--bb {
  padding-top: 60px;
  background-image: url(../images/common/separator-bb.png);
  background-position: top left;
  background-size: 2400px 120px;
  background-repeat: repeat-x;
  height: 120px;
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--bb {
    padding-top: 40px;
  }
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--bb {
    height: auto;
    background-image: none;
  }
}
.icreo-separator.icreo-separator--cb {
  padding-top: 60px;
  background-image: url(../images/common/separator-cb.png);
  background-position: top left;
  background-size: 2400px 120px;
  background-repeat: repeat-x;
  height: 120px;
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--cb {
    padding-top: 0px;
  }
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--cb {
    height: auto;
    background-image: none;
  }
}


/**/
.icreo-separator.icreo-separator--common {
  background-image: url(../images/common/separator-common.png);
  background-position: top left;
  background-size: 1280px 120px;
  background-repeat: repeat-x;
  height: 120px;
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--common {
    height: auto;
    background-image: none;
  }
}
.icreo-separator.icreo-separator--common-top {
  background-image: url(../images/common/separator-common-top.png);
  background-position: top left;
  background-size: 1280px 120px;
  background-repeat: repeat-x;
  height: 120px;
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--common-top {
    height: auto;
    background-image: none;
  }
}
.icreo-separator.icreo-separator--common-bottom {
  padding-top: 60px;
  background-image: url(../images/common/separator-common-bottom.png);
  background-position: top left;
  background-size: 1280px 120px;
  background-repeat: repeat-x;
  height: 120px;
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--common-bottom {
    padding-top: 40px;
  }
}
@media (max-width: 736px) {
  .icreo-separator.icreo-separator--common-bottom {
    height: auto;
    background-image: none;
  }
}

/* rect */
.icreo-rect-common {
  background: #fff;
  border-radius: 30px;
  padding: 40px 40px;
}
@media (max-width: 736px) {
  .icreo-rect-common {
    border-radius: 15px;
    padding: 25px 25px;
  }
}

/* BASIC
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icreo-contents-container {
  width: 100%;
  z-index: 100;
  font-family: "GenJyuuGothic", "Nunito", "NotoSansJP-Medium", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "Roboto", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  overflow: hidden;
}
.icreo-contents-container * {
  box-sizing: border-box;
}

.icreo-contents {
  width: 100%;
}

.icreo-contents-container {
  outline: none;
}
.icreo-contents-container article,
.icreo-contents-container aside,
.icreo-contents-container footer,
.icreo-contents-container header,
.icreo-contents-container nav,
.icreo-contents-container section {
  display: block;
}
.icreo-contents-container h1,
.icreo-contents-container h2,
.icreo-contents-container h3,
.icreo-contents-container h4,
.icreo-contents-container h5,
.icreo-contents-container h6 {
  margin: 0;
  padding: 0;
}
.icreo-contents-container p,
.icreo-contents-container ul,
.icreo-contents-container li,
.icreo-contents-container ol,
.icreo-contents-container dl,
.icreo-contents-container dt,
.icreo-contents-container dd {
  margin: 0;
  padding: 0;
}
.icreo-contents-container p {
  word-break: break-all;
}
.icreo-contents-container p.mt-s {
  margin-top: 20px;
}
@media (max-width: 736px) {
  .icreo-contents-container p.mt-s {
    margin-top: 15px;
  }
}
.icreo-contents-container p.mt-sm {
  margin-top: 30px;
}
@media (max-width: 736px) {
  .icreo-contents-container p.mt-sm {
    margin-top: 24px;
  }
}
.icreo-contents-container p.mt-m {
  margin-top: 40px;
}
@media (max-width: 736px) {
  .icreo-contents-container p.mt-m {
    margin-top: 30px;
  }
}
.icreo-contents-container p.mt-l {
  margin-top: 60px;
}
@media (max-width: 736px) {
  .icreo-contents-container p.mt-l {
    margin-top: 40px;
  }
}
.icreo-contents-container .no-link {
  pointer-events: none;
}
.icreo-contents-container button {
  outline: none;
}

/* 言語切り替え
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.language__container {
  text-align: left;
  position: relative;
}
.language {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 100;
  background-color: #fff;
  width: 194px;
  overflow: hidden;
  margin: 0 auto 0 0;
}
@media (max-width: 736px) {
  .language {
    width: auto;
  }
}
.language .language__ttl {
  position: relative;
  background-color: #f41765;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: "Nunito";
  cursor: pointer;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 14px;
}
@media (max-width: 736px) {
  .language .language__ttl {
    padding: 0 10px 0 22px;
    font-size: 12px;
    background: #f41765 url(../images/common/language_icon.png) no-repeat 2.6666666667vw 50%;
    background-size: 3.4666666667vw auto;
    background-position: left 4px center;
    height: 25px;
    width: 100%;
  }
  .language .language__ttl::before, .language .language__ttl::after {
    display: none;
  }
}
.language .language__ttl .icon {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 16px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.language .language__ttl .icon::before, .language .language__ttl .icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 14px;
  height: 2px;
  background-color: #fff;
  transition: right ease-out 0.2s, -webkit-transform ease-out 0.2s;
  transition: transform ease-out 0.2s, right ease-out 0.2s;
  transition: transform ease-out 0.2s, right ease-out 0.2s, -webkit-transform ease-out 0.2s;
}
@media (max-width: 736px) {
  .language .language__ttl .icon::before, .language .language__ttl .icon::after {
    display: none;
  }
}
.language .language__ttl .icon::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.language .language__ttl:hover .icon {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
@media (max-width: 736px) {
  .language .language__ttl:hover .icon {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.language .language__ttl span {
  color: #fff;
  display: block;
  text-align: left;
  padding: 0;
  letter-spacing: 0.08rem;
}
@media (max-width: 736px) {
  .language .language__ttl span {
    padding: 0;
    letter-spacing: -0.02em;
    text-align: right;
    font-weight: 300;
  }
}
.language .language__list-container {
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
  transition-property: opacity, position, -webkit-transform;
  transition-property: opacity, transform, position;
  transition-property: opacity, transform, position, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: height;
}
.language .language__list {
  border: 1px solid #f41765;
  border-top: none;
  box-sizing: border-box;
  padding: 8px 0;
}
@media (max-width: 736px) {
  .language .language__list {
    padding: 4px 0;
  }
}
.language .language__item {
  position: relative;
}
.language .language__item .language__link {
  display: block;
  font-size: 15px;
  color: #f41765;
  text-align: left;
  padding: 8px 30px 8px 30px;
}
@media (max-width: 736px) {
  .language .language__item .language__link {
    font-size: 12px;
    padding: 8px 20px 8px 15px;
  }
}
.language .language__item .language__link:hover + .icon {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
@media (max-width: 736px) {
  .language .language__item .language__link:hover + .icon {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.language .language__item .icon {
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  width: 13px;
  height: 12px;
  transition-property: opacity, position, -webkit-transform;
  transition-property: opacity, transform, position;
  transition-property: opacity, transform, position, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-image: url(../images/common/icon-tri-right.svg);
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 736px) {
  .language .language__item .icon {
    right: 12px;
    background-size: 8.5px 7.5px;
  }
}

.language.open .language__ttl .icon::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.language.open .language__ttl .icon::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.language.open .language__list-container {
  height: auto;
}

/* パンくずリスト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.breadcomb,
.breadcomb--lp {
  font-weight: 400;
  font-size: 12px;
  font-family: "Nunito";
  color: #666666;
  padding: 17px 0;
  text-align: left;
  z-index: 10;
  height: 46px;
  position: relative;
  display: block;
}

#page-voice .breadcomb,
#page-voice .breadcomb--lp {
  margin-bottom: 10px;
}

.breadcomb--lp {
  z-index: 90;
  width: 100%;
}

.breadcomb__inner {
  margin: 0 auto;
}

.breadcomb__level {
  margin-right: 8px;
}

.breadcomb__level a {
  position: relative;
  display: inline-block;
  color: #000;
}

.breadcomb__level a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #666666;
  transition: opacity ease-out 0.2s;
}

.breadcomb__level a:hover::before {
  opacity: 0.6;
}

.breadcomb__level:after {
  display: inline-block;
  content: url("../images/common/bread_arrow.svg");
  width: 6px;
  margin-left: 10px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.breadcomb__level--current {
  color: #E5005A;
}

.breadcomb__level--current:after {
  display: none;
}

@media (max-width: 736px) {
  .breadcomb,
.breadcomb--lp {
    display: none;
  }
}

/* BUTTONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icreo-btn-container {
  display: block;
  position: relative;
}
/* ボタン 基本(ベタ塗り) */
.icreo-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #f4527a;
  width: 100%;
  border-radius: 14px;
  padding: 18px;
  line-height: 1.4;
}
@media (max-width: 736px) {
  .icreo-btn {
    width: 100%;
    padding: 17px 16px;
  }
}
.icreo-btn p {
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 736px) {
  .icreo-btn p {
    font-size: 15px;
  }
}
.icreo-btn .icon {
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 16px;
  height: 14px;
  transition-property: opacity, position, -webkit-transform;
  transition-property: opacity, transform, position;
  transition-property: opacity, transform, position, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-image: url(../images/common/icon-tri-right-white.svg);
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 736px) {
  .icreo-btn .icon {
    right: 15px;
    background-size: 13.5px 12px;
    width: 12px;
    height: 13.5px;
  }
}
.icreo-btn:hover .icon {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
@media (max-width: 736px) {
  .icreo-btn:hover .icon {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* ボタン ピンク罫線 */
.icreo-btn-a {
  position: relative;
  display: inline-block;
  color: #f4527a;
  background-color: #fff;
  width: 100%;
  border-radius: 14px;
  padding: 18px;
  line-height: 1.4;
  border: 2px solid #f4527a;
}
@media (max-width: 736px) {
  .icreo-btn-a {
    width: 100%;
    padding: 17px 16px;
    border: 2px solid #f4527a;
  }
}
.icreo-btn-a p {
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #f4527a;
}
@media (max-width: 736px) {
  .icreo-btn-a p {
    font-size: 15px;
  }
}
.icreo-btn-a .icon {
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 16px;
  height: 14px;
  transition-property: opacity, position, -webkit-transform;
  transition-property: opacity, transform, position;
  transition-property: opacity, transform, position, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-image: url(../images/common/icon-tri-right-btncolor.svg);
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 736px) {
  .icreo-btn-a .icon {
    right: 15px;
    background-size: 13.5px 12px;
    width: 12px;
    height: 13.5px;
  }
}
.icreo-btn-a:hover .icon {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
@media (max-width: 736px) {
  .icreo-btn-a:hover .icon {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* ボタン ブルー罫線 */
.icreo-btn-b {
  position: relative;
  display: inline-block;
  color: #0052a0;
  background-color: #fff;
  width: 100%;
  border-radius: 14px;
  padding: 18px;
  line-height: 1.4;
  border: 2px solid #809dd3;
}
@media (max-width: 736px) {
  .icreo-btn-b {
    width: 100%;
    padding: 17px 16px;
    border: 2px solid #809dd3;
  }
}
.icreo-btn-b p {
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #0052a0;
}
@media (max-width: 736px) {
  .icreo-btn-b p {
    font-size: 15px;
  }
}
.icreo-btn-b .icon {
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 16px;
  height: 14px;
  transition-property: opacity, position, -webkit-transform;
  transition-property: opacity, transform, position;
  transition-property: opacity, transform, position, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-image: url(../images/common/icon-tri-right-blue-light.svg);
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 736px) {
  .icreo-btn-b .icon {
    right: 15px;
    background-size: 13.5px 12px;
    width: 12px;
    height: 13.5px;
  }
}
.icreo-btn-b:hover .icon {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
@media (max-width: 736px) {
  .icreo-btn-b:hover .icon {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}


/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fadein {
  opacity: 0;
  -webkit-perspective: 1000;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.36, 0.14, 0, 1);
}

.fadein.is-appear {
  opacity: 1;
  transition-duration: 1s;
}

.up {
  opacity: 0;
  -webkit-perspective: 1000;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.36, 0.14, 0, 1);
}

.up.is-appear {
  opacity: 1;
  -webkit-transform: translate(0, 0.0001px);
          transform: translate(0, 0.0001px);
  transition-duration: 1s;
}

.delay-1,
.delay-1,
.delay-1 {
  transition-delay: 0.2s;
}

.delay-2,
.delay-2,
.delay-2 {
  transition-delay: 0.3s;
}

.delay-3,
.delay-3,
.delay-3 {
  transition-delay: 0.4s;
}

.delay-4,
.delay-4,
.delay-4 {
  transition-delay: 0.5s;
}

.delay-5,
.delay-5,
.delay-5 {
  transition-delay: 0.6s;
}

.delay-6,
.delay-6,
.delay-6 {
  transition-delay: 0.7s;
}

.delay-7,
.delay-7,
.delay-7 {
  transition-delay: 0.8s;
}

.delay-8,
.delay-8,
.delay-8 {
  transition-delay: 0.9s;
}

.delay-9,
.delay-9,
.delay-9 {
  transition-delay: 1s;
}

.delay-10,
.delay-10,
.delay-10 {
  transition-delay: 1.1s;
}

.delay-11,
.delay-11,
.delay-11 {
  transition-delay: 1.2s;
}

.delay-12,
.delay-12,
.delay-12 {
  transition-delay: 1.3s;
}

.delay-13,
.delay-13,
.delay-13 {
  transition-delay: 1.4s;
}

.delay-14,
.delay-14,
.delay-14 {
  transition-delay: 1.5s;
}

.delay-15,
.delay-15,
.delay-15 {
  transition-delay: 1.6s;
}

.delay-16,
.delay-16,
.delay-16 {
  transition-delay: 1.7s;
}

.delay-17,
.delay-17,
.delay-17 {
  transition-delay: 1.8s;
}

.delay-18,
.delay-18,
.delay-18 {
  transition-delay: 1.9s;
}

.delay-19,
.delay-19,
.delay-19 {
  transition-delay: 2s;
}

.delay-20,
.delay-20,
.delay-20 {
  transition-delay: 2.1s;
}

.icreo-contents-container .modal-online {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1010;
  overflow: hidden;
  opacity: 0;
  display: none;
}
.icreo-contents-container .modal-online__bg {
  opacity: 0.8;
  background-color: #EE87B4;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

/* 背景色青の場合*/
.icreo-contents-container .modal-online__bg.modal-blue {
  opacity: 0.8;
  background-color: #74C5F0;
}

.icreo-contents-container .modal-online__wrap {
  display: none;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icreo-contents-container .modal-online__block {
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #fff;
  width: 100%;
  max-width: 770px;
  border-radius: 40px;
}
.icreo-contents-container .modal-online__close {
  position: absolute;
  width: 36px;
  height: 36px;
  right: calc(50% - 385px);
  top: -40px;
  background: none;
  background-image: url("../images/voice/icon_close.png");
  transition: opacity ease-out 0.2s;
  cursor: pointer;
}
.icreo-contents-container .modal-shop {
  position: relative;
  padding: 70px 40px;
  width: 100%;
}
.icreo-contents-container .modal-shop__logo {
  display: block;
  width: 180px;
  height: 54px;
}
@media (max-width: 736px) {
  .icreo-contents-container .modal-shop__logo {
    width: 100%;
    height: auto;
  }
}
.icreo-contents-container .modal-shop__logo img {
  width: 100%;
}
.icreo-contents-container .modal-shop__title {
  position: relative;
  font-size: 20px;
  padding-bottom: 15px;
}
.icreo-contents-container .modal-shop__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #000;
}
.icreo-contents-container .modal-shop__title span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  background-color: #fff;
  padding: 0 20px;
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
.icreo-contents-container .modal-shop__box {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
	justify-content: center;
  margin: 30px 0;
}
.icreo-contents-container .modal-shop__box .modal-shop__link {
  width: 33.33333332%;
  margin: 20px 0;
  transition: opacity 0.2s linear;
}
.icreo-contents-container .modal-shop__box .modal-shop__link:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 736px) {
  .icreo-contents-container .modal-shop__box .modal-shop__link:hover {
    opacity: 1;
    cursor: default;
  }
}
.icreo-contents-container .modal-shop__box .modal-shop__link:nth-child(2) {
  clear: right;
}
.icreo-contents-container .modal-shop__box .modal-shop__link .modal-shop__logo {
  margin: 0 auto;
}
.icreo-contents-container .modal-shop__spacer {
  width: 100%;
}
.icreo-contents-container .modal-online__close--s {
  position: absolute;
  width: 36px;
  height: 36px;
  right: calc(50% - 385px);
  top: -40px;
  background-image: url(../images/common/icon_close.png);
  transition: opacity ease-out 0.2s;
  transition: opacity 0.2s linear;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icreo-contents-container .modal-online__close--s:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 736px) {
  .icreo-contents-container .modal-online__close--s:hover {
    opacity: 1;
    cursor: default;
  }
}
.icreo-contents-container .modal-online-close--l {
  position: relative;
  display: block;
  width: 400px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.06em;
  background-color: #fff;
  height: 60px;
  line-height: 1.4;
  border-radius: 38px;
  text-align: center;
  font-weight: bold;
  color: #666666;
  border: 2px solid #666666;
  cursor: pointer;
  font-family: fot-tsukuardgothic-std, "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "NotoSansJP", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  transition: opacity 0.2s linear;
}
.icreo-contents-container .modal-online-close--l::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 17.5px;
  right: 40px;
  background-image: url("../images/common/icon-plus-l-gray.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icreo-contents-container .modal-online-close--l:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 736px) {
  .icreo-contents-container .modal-online-close--l:hover {
    opacity: 1;
    cursor: default;
  }
}
@media (max-width: 736px) {
  .icreo-contents-container .modal-online__wrap {
    height: auto;
  }
  .icreo-contents-container .modal-online__block {
    position: absolute;
    width: 70vw;
    height: 100vh;
    top: 0;
    right: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    border-radius: 0;
  }
  .icreo-contents-container .modal-shop {
    height: 100vh;
    width: 100%;
    padding: 0;
  }
  .icreo-contents-container .modal-shop__head {
    width: 80%;
    margin: 0 auto;
  }
  .icreo-contents-container .modal-shop__body {
    position: absolute;
		 height: 100vw;
    /*height: 90.6666666667vw;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .icreo-contents-container .modal-online__close--s {
    display: none;
  }
  .icreo-contents-container .modal-online-close--l {
    width: 70%;
    position: absolute;
    bottom: 12vw;
    left: 0;
    right: 0;
    border: 1px solid #666666;
    font-size: 15px;
    height: 45px;
  }
  .icreo-contents-container .modal-online-close--l::after {
    width: 16px;
    height: 16px;
    right: 16px;
    top: 13.5px;
  }
  .icreo-contents-container .modal-shop__title {
    padding-top: 10.6666666667vw;
    font-size: 4vw;
  }
  .icreo-contents-container .modal-shop__box {
    height: 80vw;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    width: 70%;
    margin: 0 auto;
    padding: 0 10px;
  }
	/* グローアップミルクのみ対応 */
	/*
	.icreo-contents-container #modal-online-gr .modal-shop__box { 
		height: 30vw;
  }
	*/
  .icreo-contents-container .modal-shop__box .modal-shop__link {
    width: 100%;
		margin: 0 0 30px;
		/* margin: 0; */
  }
  .icreo-contents-container .modal-shop__spacer {
    display: none;
  }
}
.icreo-contents-container .modal-online.open {
  display: block;
  opacity: 1;
}
.icreo-contents-container .modal-online.open .modal-online__block {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
.icreo-contents-container .modal-online.open .modal-online__box {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

/* Youtube
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.youtube__movie-container {
  margin: 0 auto 0;
  width: 100%;
  z-index: 30;
  padding: 0;
  max-width: 630px;
}
@media (max-width: 736px) {
  .youtube__movie-container {
    padding: 0 20px;
  }
}

.youtube__movie-content {
  display: block;
  position: relative;
  padding-top: 56.22%;
  width: 100%;
}
.youtube__movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: 2;
}
.youtube__movie-content .poster {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: bottom;
  width: 100%;
  z-index: 3;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.youtube__movie-content .poster.fadeout {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.youtube__movie-content .poster.hide {
  z-index: 1;
}

.icreo__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 10px;
}
.icreo__table tr td {
  border: 1px solid #d1d1d1;
  padding: 14px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 736px) {
  .icreo__table tr td {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.icreo__table tr td:nth-child(1) {
  width: 17%;
}
@media (max-width: 736px) {
  .icreo__table tr td:nth-child(1) {
    width: 17%;
  }
}
.icreo__table tr td:nth-child(2) {
  width: 17%;
}
@media (max-width: 736px) {
  .icreo__table tr td:nth-child(2) {
    width: 17%;
  }
}
.icreo__table tr td:nth-child(3) {
  width: 40%;
}
@media (max-width: 736px) {
  .icreo__table tr td:nth-child(3) {
    width: 46%;
  }
}
.icreo__table tr td:nth-child(4) {
  width: 26%;
}
@media (max-width: 736px) {
  .icreo__table tr td:nth-child(4) {
    width: 20%;
  }
}
.icreo__table thead {
  background-color: #fef6fa;
}
.icreo__table thead tr td {
  padding: 20px 6px;
}
@media (max-width: 736px) {
  .icreo__table thead tr td {
    padding: 14px 0;
  }
}
.icreo__table tbody tr td {
  padding: 14px 6px;
}
@media (max-width: 736px) {
  .icreo__table tbody tr td {
    padding: 14px 0;
  }
}


/* ラインナップ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#lineup {
  padding-top: 120px;
}
@media (max-width: 736px) {
  #lineup {
    padding-top: 70px;
  }
}

.icreo-lineup {
  position: relative;
  background-color: #fff0e6;
  border-radius: 40px;
}
@media (max-width: 736px) {
  .icreo-lineup {
    border-radius: 14px;
  }
}

.icreo-lineup .eyecatch-bear {
  position: absolute;
  top: -70px;
  left: calc(50% - 101px);
  width: 202px;
}
@media (max-width: 736px) {
  .icreo-lineup .eyecatch-bear {
    width: 110px;
    top: -40px;
    left: calc(50% - 55px);
  }
}

.icreo-lineup .eyecatch-bear img {
  width: 100%;
}


/* バランスミルク用（3列） */
.icreo-lineup .product-pic-wrappr-l{
  max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-wrappr-l {
    width: 100%;
    padding: 0 5px;
  }
}

.icreo-lineup .product-pic-wrappr-l.dotte-line{
  margin: 40px auto 0;
	padding-top: 20px;
  width: 100%;
  border-top: 9px dotted #ffffff;
  border-radius: 1px;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-wrappr-l {
  }
}


.icreo-lineup .product-pic-row3 {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
		align-items: flex-end;
  /*align-items: stretch;*/
  margin: 0 -10px;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-row3 {
    width: 100%;
    padding: 0 5px;
		margin: 0 auto;
  }
}

.icreo-lineup .product-pic-row3 .product-pic-col:nth-child(1) {
  width: 33.3%;
  padding: 0 10px;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-row3 .product-pic-col:nth-child(1)  {
    width: 30%;
    padding: 0 5px;
  }
}

.icreo-lineup .product-pic-row3 .product-pic-col:nth-child(2) {
  width: 33.3%;
  padding: 0 10px;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-row3 .product-pic-col:nth-child(2)  {
    width: 30%;
    padding: 0 5px;
  }
}

.icreo-lineup .product-pic-row3 .product-pic-col:nth-child(3) {
  width: 33.3%;
  padding: 0 10px;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-row3 .product-pic-col:nth-child(3)  {
    width: 38%;
    padding: 0 5px;
  }
}

  .icreo-lineup .product-pic-row3 .product-pic-l {
  max-width: 156px;
  margin: 20px auto 0;
}
@media (max-width: 736px) {
    .icreo-lineup .product-pic-row3 .product-pic-l {
    max-width: 86%;
    margin: 10px auto 0;
  }
}

.icreo-lineup .product-pic-row3 .product-pic-m {
  max-width: 134px;
  margin: 20px auto 0;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-row3 .product-pic-m {
    max-width: 70%;
    margin: 10px auto 0;
  }
}

.icreo-lineup .product-pic-row3 .product-pic-s {
  max-width: 200px;
  margin: 20px auto 0;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-row3 .product-pic-s {
    max-width: 86%;
    margin: 10px auto 0;
  }
}

.icreo-lineup .product-pic-row3 .product-pic-l img,
.icreo-lineup .product-pic-row3 .product-pic-m img,
.icreo-lineup .product-pic-row3 .product-pic-s img {
  width: 100%;
	vertical-align: bottom;
}

/* フォローアップミルク用（2列） */
.icreo-lineup .product-pic-wrappr-m{
  max-width: 460px;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-wrappr-m {
    width: 100%;
    padding: 0 5px;
  }
}

.icreo-lineup .product-pic-row2 {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
		align-items: flex-end;
  /*align-items: stretch;*/
  margin: 0 -10px;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-row2 {
    width: 100%;
    padding: 0 5px;
		margin: 0 auto;
  }
}

.icreo-lineup .product-pic-row2 .product-pic-col:nth-child(1) {
  width: 48%;
  padding: 0 10px;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-row2 .product-pic-col:nth-child(1)  {
    width: 50%;
    padding: 0 5px;
  }
}

.icreo-lineup .product-pic-row2 .product-pic-col:nth-child(2) {
  width: 48%;
  padding: 0 10px;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-row2 .product-pic-col:nth-child(2)  {
    width: 50%;
    padding: 0 5px;
  }
}

.icreo-lineup .product-pic-row2 .product-pic-l {
  max-width: 136px;
  margin: 20px auto 0;
}
@media (max-width: 736px) {
    .icreo-lineup .product-pic-row2 .product-pic-l {
    max-width: 56%;
    margin: 10px auto 0;
  }
}

.icreo-lineup .product-pic-row2 .product-pic-s {
  max-width: 190px;
  margin: 20px auto 0;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-row2 .product-pic-s {
    max-width: 74%;
    margin: 10px auto 0;
  }
}

.icreo-lineup .product-pic-row2 .product-pic-l img,
.icreo-lineup .product-pic-row2 .product-pic-s img {
  width: 100%;
	vertical-align: bottom;
}


/* 赤ちゃんミルク用（1列） */
.icreo-lineup .product-pic {
  max-width: 126px;
  margin: 20px auto 0;
}
.icreo-lineup .product-pic img {
  width: 100%;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic {
    max-width: 25%;
    margin: 10px auto 0;
  }
}


/*共通*/
.icreo-lineup .product-name {
  margin-top: 10px;
	line-height: 1.5;
}
@media (max-width: 736px) {
  .icreo-lineup .product-name {
    margin-top: 10px;
		font-size: 13.5px;
  }
}

.icreo-lineup .product-pic-row3 .product-name {
  margin-top: 10px;
	line-height: 1.5;
}
@media (max-width: 736px) {
  .icreo-lineup .product-pic-row3 .product-name {
    margin-top: 10px;
		font-size: 13px;
		letter-spacing: -0.05em
  }
}

.icreo-lineup__inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 40px 52px;
}
@media (max-width: 736px) {
  .icreo-lineup__inner {
    padding: 10px 20px 27px 20px;
  }
}

.icreo-lineup__btn, .icreo-lineup__btn--blue{
  width: 400px;
  margin: 50px auto 0;
}
@media (max-width: 736px) {
  .icreo-lineup__btn, .icreo-lineup__btn--blue{
	width: 80%;
    margin-top: 25px;
  }	
}

.icreo-lineup__btn--blue .icreo-btn{
	background-color: #809dd3;
}


/*floatingBanner*/
.floatingBanner, .floatingBanner--fl {
  position: fixed;
  z-index: 100;
	display: none;
  width: 150px;
  height: 200px;
  bottom: 150px;
  right: 30px; }
@media (max-width: 736px) {
	.floatingBanner, .floatingBanner--fl {
		width: 112.5px;
		height: 100px;
		right: calc(100vw / 750 * 20);
		bottom: 150px;
		}
}

.floatingBanner--fl {
    height: 125px;
		bottom: 130px;}
@media (max-width: 736px) {
	.floatingBanner--fl {
		height: 93.75px;
		bottom: 100px;}
}


@media (max-width: 736px) {
	.floatingBanner img,  .floatingBanner--fl img {
		width: 100%;
		}
}

.floatingBanner__close, .floatingBanner__close--fl {
	position: absolute;
	right: 5px;
	top: 55px;
	border-radius: 50%;
	cursor: pointer; }
@media (max-width: 736px) {
		.floatingBanner__close, .floatingBanner__close--fl {
		-webkit-transform: scale(0.75);
						transform: scale(0.75);
		right: 0;
		top: 40px; }
}

.floatingBanner__close--fl {
	top: -15px; }




