@charset "utf-8";
/* ======================================================
 * boogieboard.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Layout
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Layout
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * @media only screen and (max-width: 1280px)
 * @media only screen and (max-width: 1024px)
 * Liquid Setting
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- a ----- */
  a:link {
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
    color: #71a7de;
  }
  a img {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  a:hover img {
    opacity: .5;
  }

  /* ----- base setting ----- */
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.8rem;/* =18px */
  }
  .enTxt {
    font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .egg-header, .contents, .egg-footer {
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
  }
  .littleTxt {
    font-size: 1.4rem;
  }
  #wrapper {
    overflow: hidden;
  }

  /* ------------------------------------------------------
   * Layout
  ------------------------------------------------------ */
  /* ----- egg-header ----- */
  .egg-header {
    background-color: #fff;
    padding: 20px 0;
  }
  .headerWrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  #logo {
    width: 15%;
    max-width: 167px;
    float: left;
    margin-top: 0.5%;
    margin-left: 4px;
  }
  #menu {
    display: block !important;
  }
  .menuList {
    float: left;
    display: flex;
    justify-content: center;
    width: 45%;
    margin-left: 3%;
    padding-top: 2.5%;
  }
  .menuList li {
    margin-left: 6%;
    font-size: 2.4rem;
  }
  .menuList li a {
    color: #000000;
    text-decoration: none;
    font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }
  .menuList li a:hover {
    opacity: 1.0;
    color: #808080;
  }
  .utilityMenu {
    float: right;
    display: table;
    width: 32%;
    margin-top: 1.5%;
  }
  .headerBtn {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .headerBtn a {
    display: block;
    padding: 10px 18px;
    border-radius: 5px;
    background-color: #9daab5;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    white-space: nowrap;
  }
  .headerBtn a:hover {
    background-color: #217fc4;
  }
  .logoKingJim {
    display: table-cell;
    margin-top: 5%;
    padding-left: 10.4166%;
    text-align: right;
    vertical-align: middle;
  }
  .logoKingJim a:hover {
    opacity: 0.5px;
  }
  .hamburger {
    display: none;
  }

  /* ----- jumbotron ----- */
  #jumbotron {
    background: url("/sp/egg/shared/img/egg_bg01.jpg") no-repeat 50% 0;
  }
  .hero {
    position: relative;
    max-width: 1280px;
    margin: 0px auto;
  }
  .hero::after {
    content: "";
    position: absolute;
    bottom: 9.0909%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .heroProductsPriceContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    /* transform */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .heroProductsPrice {
    position: absolute;
    bottom: 15%;
    right: 7%;
    font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
  }
  .heroProductsBasePrice {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .heroContents {
    position: absolute;
    top: 50%;
    left: 11.78%;
    max-width: 416px;
    width: 50%;
    /* transform */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .heroTextArea .leadTxt, .heroTextArea .mainTxt{
    color: #ffffff;
    font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-left: 10.84%;
    white-space: nowrap;
  }
  .heroTextArea .leadTxt {
    font-size: 2.4rem;
  }
  .heroTextArea .mainTxt {
    font-size: 5.6rem;
    line-height: 1.1;
  }
  .heroContents .releaseTxt {
    max-width: 330px;
    margin: 28px auto;
    padding: 5px;
    border-radius: 30px;
    background-color: #d3e5f3;
    text-align: center;
    font-size: 2.8rem;
  }
  .heroAppArea {
    display: table;
    table-layout: fixed;
    padding: 30px 40px;
    border-radius: 10px;
    background-color: #ffffff;
  }
  .heroAppArea .leftBlock {
    display: table-cell;
    width: 25.29%;
    max-width: 85px;
    padding-right: 15px;
    vertical-align: top;
  }
  .heroAppArea .rightBlock {
    display: table-cell;
    width: 74.71%;
    vertical-align: top;
    text-align: center;
  }
  .heroAppArea .rightBlock > *:first-child {
    margin-top: 0 !important;
  }
  .heroAppArea .rightBlock > .textParagraph {
    font-size: 2.0rem;
    color: #000000;
  }
  .heroAppArea .appBtns {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-left: -4px;
    margin-right: -4px;
  }
  .heroAppArea .appBtn {
    width: 50%;
    max-width: 130px;
    padding: 0 4px;
  }
  [data-browser="firefox"] .heroAppArea .appBtn > a > img {
    box-shadow: #000 0 0 0;
  }
  .heroAppArea .appBtn:first-of-type {
    margin-left: 0;
  }
  .heroAppArea .appBtn:hover {
    opacity: 0.5px;
  }


  /* ----- pageTop ----- */
  .pageTop {
    position: fixed;
    bottom: 96px;
    right: 2%;
    max-width: 80px;
  }

  /* ----- footerWrap ----- */
  .footerWrap {
    margin: 0 auto;
    padding-bottom: 2%;
  }
  .footerLogo {
    max-width: 218px;
    margin: 5% auto 0;
  }
  .egg-footer .copyright {
    text-align: center;
    margin-top: 2%;
    color: #838383;
  }

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .catchTxt {
    font-size: 2.8rem;
    text-align: center;
  }
  .textParagraph {
    margin-top: 15px;
  }
  .h2Section {
    margin: 100px auto 0;
  }
  .headline {
    margin-bottom: 40px;
    padding-bottom: 25px;
    background: url("/sp/egg/shared/img/egg_ex01.png") no-repeat 50% 100%;
    background-size: 134px auto;
    font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.8rem;
  }
  .h2Section h2 .blueTxt {
    color: #217fc4;
  }
  .pcHidden {
    display: none;
  }
  .appIcon {
    max-width: 115px;
    margin: 5% auto 8%;
  }
  .noteList {
    margin-top: 15px;
  }
  .noteList > li {
    position: relative;
    padding-left: 1em;
    font-size: 1.4rem;
  }
  .noteList .noteListIcon {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ----- movie ----- */
  .movie {
    position: relative;
    width: 100%;
    padding: 64% 0 0 0;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important; 
    height: 100% !important;
  }

  /* ----- sectionContainer ----- */
  .sectionContainer {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .sectionContainer > *:first-child {
    margin-top: 0 !important;
  }
  .sectionContainer > *:last-child {
    margin-bottom: 0 !important;
  }
  
  /* ----- colBtn ----- */
  .col1Btn {
    margin: 5% 0 0;
  }
  .col2Btn {
    display: flex;
    justify-content: center;
    margin: 5% -10px 0;
  }
  .col2Btn li {
    width: 50%;
    padding: 0 10px;
    text-align: center;
  }
  .col1Btn li > a,
  .col2Btn li > a {
    display: block;
    padding: 18px 8px;
    background-color: #9daab5;
    border-radius: 10px;
    color: #ffffff;
    line-height: 1.2;
    text-decoration: none;
  }
  .col1Btn li > a.aBlank:after,
  .col2Btn li > a.aBlank:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background:url("/sp/egg/shared/img/egg_ic01.png") no-repeat 0 0;
    background-size: 12px auto;
  }
  .col1Btn li > a:hover,
  .col2Btn li > a:hover {
    opacity: 1.0;
    background-color: #217fc4;
  }
  .col1Btn li {
    text-align: center;
  }
  .col1Btn li > a {
    display: inline-block;
    min-width: 350px;
  }

  /* ----- mediaLayout ----- */
  .mediaLayout {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -20px 80px;
  }
  .mediaLayout.reverse {
    flex-direction : row-reverse;
  }
  .mediaLayout .imageBlock {
    width: 52.8455%;
    padding: 0 20px;
  }
  .mediaLayout .textBlock {
    width: 47.1545%;
    padding: 0 20px;
  }
  
  /* ----- appMedia ----- */
  .appMedia {
    margin: 0 -20px 80px;
  }
  .appMedia .imageBlock {
    float: right;
    width: 52.8455%;
    padding: 0 20px;
  }
  .appMedia .textBlock,
  .appMedia .appContainer {
    float: left;
    width: 47.1545%;
    padding: 0 20px;
  }
  .appMedia .appContainer .appBtn {
    display: flex;
    justify-content: center;
    max-width: 508px; 
    margin: 5% -7px;
  }
  .appMedia .appContainer .appBtn > li {
    width: 50%;
    padding: 0 7px;
  }

  /* ----- gridPanels ----- */
  .gridPanels {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    max-width: 1720px;
    margin: 0 auto;
  }
  .gridPanels.reverse {
    flex-direction : row-reverse;
  }
  .gridPanels > div {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .gridPanels .imagePanel {
    background-color: #efefef;
  }
  .gridPanels .imagePanel > div {
    width: 100%;
  }
  .gridPanels .panelHeading {
    position: relative;
    padding-left: 2em;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .gridPanels .panelHeading .initialNumber {
    position: absolute;
    top: -1.5rem;
    left: 0;
    font-size: 4.8rem;
    color: #217fc4;
  }
  .gridPanels .textBox {
    width: 65%;
    height: auto;
  }
  .gridPanels .textBox {
    margin: 40px auto 40px 44px;
  }
  .gridPanels.reverse .textBox {
    margin: 40px 44px 40px auto;
  }

  /* あなたの生活に～エリア
  ------------------------------------- */
  .yourLifeContents .yourLifeGallery {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .yourLifeContents .yourLifeGallery > div {
    width: 33.3333%;
    padding: 0 20px;
  }
  .yourLifeContents .yourLifeGallery > div:first-of-type {
    margin-left: 0;
  }


  /* SPECエリア
  ------------------------------------- */
  .specContents .specLayout {
    display: flex;
    justify-content: center;
  }
  .specContents .specLayout.reverse {
    flex-direction : row-reverse;
  }
  .specContents .specLayout .leftBlock {
    width: 71.6%;
  }
  .specContents .specLayout .rightBlock {
    width: 25%;
    margin-left: auto;
  }
  .specContents .specLayout .leftBlock .tableLayout table {
    width: 100%;
    border-top: 1px solid #dddddd;
    border-collapse: separate;
    table-layout: fixed;
  }
  .specContents .specLayout .tableLayout th,
  .specContents .specLayout .tableLayout td {
    padding: 1em 0;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    font-size: 1.6rem;
    text-align: left;
    vertical-align: top;
  }
  .specContents .specLayout .tableLayout th:first-child,
  .specContents .specLayout .tableLayout td:first-child {
    border-left: none;
  }
  .specContents .specLayout .tableLayout th {
    width: 210px;
    padding-right: 1em;
    font-weight: bold;
  }
  .specContents .specLayout .tableLayout td {
    padding-left:1.875em;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix:after,
  .headerWrap:after,
  .menuList:after,
  .heroAppArea:after,
  .utilityMenu:after,
  .appMedia:after {
    content : '';
    display : block;
    clear : both;
    height: 0;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- a ----- */
  a:link {
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
  }

  /* ----- base setting ----- */
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.6rem;/* =18px */
  }
  .enTxt {
    font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #wrapper {
    overflow: hidden;
    width: 100%;
  }

  /* ------------------------------------------------------
   * Layout
  ------------------------------------------------------ */
  /* ----- egg-header ----- */
  .egg-header {
    position: relative;
    height: 65px;
    padding: 13px 25px 8px;
    background: #fff;
    z-index: 100;
  }
  #logo {
    width: 78px;
    float: left;
  }
  #menu {
    display: none;
    overflow-y: scroll;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    padding: 0 6.6666% 75px;
    background: #fff;
  }
  .menuList {
    margin-bottom: 30px;
  }
  .menuList > li {
    border-bottom: 1px solid #dddddd;
  }
  .menuList > li > a {
    position: relative;
    display: block;
    padding: 25px 25px 25px 0;
    color: #000000;
    font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
  }
  .menuList > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #020202;
    border-right: 1px solid #020202;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .headerBtn {
    margin-bottom: 30px;
    text-align: center;
  }
  .headerBtn a {
    display: inline-block;
    min-width: 290px;
    padding: 14px 18px;
    border-radius: 5px;
    background-color: #9daab5;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
  }
  .logoKingJim {
    width: 104px;
    margin: 0 auto;
  }
  .hamburger {
    position: absolute;
    top: 0;
    right: 0;
  }
  .hamburger > button {
    position: relative;
    background: none;
    border: none;
    width: 70px;
    height: 65px;
    margin: 0;
    padding: 0;
  }
  .hamburger .hamburgerIcon {
    position: absolute;
    top: 50%;
    left: 25px;
    display: block;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: #000000;
    text-indent: -9999px;
    outline: none;
    z-index: 1;
    line-height: 0;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .hamburger .hamburgerIcon:before,
  .hamburger .hamburgerIcon:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #000000;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .hamburger .hamburgerIcon:before {
    top: -7px;
    left: 0;
  }
  .hamburger .hamburgerIcon:after {
    bottom: -7px;
    right: 0;
  }
  .hamburger .is-active .hamburgerIcon {
    background: transparent;
  }
  .hamburger .is-active .hamburgerIcon:before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger .is-active .hamburgerIcon:after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* ----- jumbotron ----- */
  #jumbotron {
    position: relative;
    height: 485px;
    margin-bottom: 25px;
  }
  #jumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 768px;
    height: 485px;
    margin-right: -262px;
    background: url(/sp/egg/shared/img/egg_im01-r2x.jpg) no-repeat 0 0;
    background-size: 768px auto;
  }
  .heroImage {
    display: none;
  }
  .heroProductsPriceContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 6.6666%;
  }
  .heroProductsPrice {
    position: absolute;
    bottom: 27.5%;
    right: 0;
    left: 0;
    font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    text-align: center;
  }
  .heroProductsBasePrice {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .heroTextArea {
    position: absolute;
    top: 5.1546%;
    left: 3.3333%;
  }
  .heroTextArea .leadTxt,
  .heroTextArea .mainTxt {
    font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    white-space: nowrap;
  }
  .heroTextArea .leadTxt {
    font-size: 1.5rem;
  }
  .heroTextArea .mainTxt {
    font-size: 2.8rem;
    line-height: 1.1;
  }
  .heroContents .releaseTxt {
    position: absolute;
    left: 50%;
    bottom: -21px;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #d3e5f3;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
    white-space: nowrap;
    /* transform */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  .heroAppArea {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 3.3333% 45px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    text-align: center;
    letter-spacing: -0.4em;
  }
  .heroAppArea > * {
    letter-spacing: normal;
  }
  .heroAppArea .leftBlock {
    display: inline-block;
    width: 25.8461%;
    max-width: 84px;
    margin-left: auto;
    padding-right: 9px;
    vertical-align: top;
  }
  .heroAppArea .rightBlock {
    display: inline-block;
    width: 74.1539%;
    max-width: 240px;
    margin-right: auto;
    padding-left: 9px;
    vertical-align: top;
  }
  .heroAppArea .rightBlock {
    font-size: 2rem;
    text-align: center;
  }
  .heroAppArea .rightBlock .textParagraph {
    margin-top: 0;
    margin: 5px 0 10px;
  }
  .heroAppArea .appBtns {
    display: flex;
    justify-content: flex-start;
  }
  .heroAppArea .appBtn {
    max-width: 111px;
    margin-left: 8px;
  }
  .heroAppArea .appBtn:first-of-type {
    margin-left: 0;
  }
  .heroAppArea .appBtn:hover {
    opacity: 0.5px;
  }


  /* ----- pageTop ----- */
  .pageTop {
    width: 40px;
    position: fixed;
    bottom: 15px;
    right: 15px;
  }

  /* ----- footerWrap ----- */
  .footerWrap {
    margin: 40px auto 25px;
  }
  .footerLogo {
    max-width: 130px;
    margin: 25px auto;
  }
  .egg-footer .copyright {
    text-align: center;
    margin-top: 15px;
    color: #838383;
    font-size: 1.4rem;
  }

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .catchTxt {
    font-size: 2.8rem;
    text-align: center;
  }
  .textParagraph {
    margin-top: 15px;
  }
  .h2Section {
    padding-top: 50px;
  }
  .headline {
    margin-bottom: 30px;
    padding: 0 6.6666% 20px;
    background: url("/sp/egg/shared/img/egg_ex01.png") no-repeat 50% 100%;
    background-size: 101px auto;
    font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.8rem;
  }
  .h2Section h2 .blueTxt {
    color: #217fc4;
  }
  .spHidden {
    display: none;
  }
  .appIcon {
    max-width: 115px;
    margin: 5% auto 8%;
  }
  .noteList {
    margin-top: 15px;
  }
  .noteList > li {
    position: relative;
    padding-left: 1em;
    font-size: 1.4rem;
  }
  .noteList .noteListIcon {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ----- movie ----- */
  .movie {
    position: relative;
    width: 100%;
    padding: 64% 0 0 0;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important; 
    height: 100% !important;
  }

  /* ----- sectionContainer ----- */
  .sectionContainer {
    padding: 0 6.6666%;
  }
  .sectionContainer > *:first-child {
    margin-top: 0 !important;
  }
  .sectionContainer > *:last-child {
    margin-bottom: 0 !important;
  }
  
  /* ----- colBtn ----- */
  .col1Btn,
  .col2Btn {
    margin: 5% 0 0;
  }
  .col2Btn > *:last-child {
    margin-bottom: 0 !important;
  }
  .col2Btn li {
    margin-bottom: 20px;
    text-align: center;
  }
  .col1Btn li > a,
  .col2Btn li > a {
    display: inline-block;
    min-width: 240px;
    padding: 18px 20px;
    background-color: #9daab5;
    border-radius: 10px;
    color: #ffffff;
    line-height: 1.2;
    text-decoration: none;
  }
  .col1Btn li > a.aBlank:after,
  .col2Btn li > a.aBlank:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background:url("/sp/egg/shared/img/egg_ic01.png") no-repeat 0 0;
    background-size: 12px auto;
  }
  .col1Btn li > a:hover,
  .col2Btn li > a:hover {
    opacity: 1.0;
    background-color: #217fc4;
  }
  .col1Btn li {
    text-align: center;
  }
  .col1Btn li > a {
    display: inline-block;
    min-width: 240px;
  }

  /* ----- mediaLayout ----- */
  .mediaLayout {
    margin-bottom: 60px;
  }
  .mediaLayout > *:last-child {
    margin-bottom: 0 !important;
  }
  .mediaLayout .textBlock,
  .mediaLayout .imageBlock {
    margin-bottom: 25px;
  }
  .appMedia {
    margin-bottom: 60px;
  }
  .appMedia > *:last-child {
    margin-bottom: 0 !important;
  }
  .appMedia .textBlock,
  .appMedia .imageBlock {
    margin-bottom: 25px;
  }
  .appMedia .appBtn > li {
    width: 232px;
    margin: 0 auto 10px;
  }
  .appMedia .appBtn > li:last-child {
    margin-bottom: 0 !important;
  }

  /* ----- gridPanels ----- */
  .gridPanels .imagePanel {
    background-color: #efefef;
    margin-bottom: 20px;
  }
  .gridPanels .panelHeading {
    position: relative;
    padding-left: 2em;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .gridPanels .panelHeading .initialNumber {
    position: absolute;
    top: -1rem;
    left: 0;
    font-size: 3.2rem;
    color: #217fc4;
  }
  .gridPanels .textBox {
    padding: 20px 6.6666%;
  }

  /* あなたの生活に～エリア
  ------------------------------------- */
  .yourLifeContents .yourLifeGallery {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .yourLifeContents .yourLifeGallery > div {
    margin-left: 1.62%;
  }
  .yourLifeContents .yourLifeGallery > div:first-of-type {
    margin-left: 0;
  }


  /* SPECエリア
  ------------------------------------- */
  .specContents .specLayout .leftBlock,
  .specContents .specLayout .rightBlock {
    margin-bottom: 30px;
  }
  .specContents .specLayout > *:last-child {
    margin-bottom: 0 !important;
  }
  .specContents .specLayout .leftBlock .tableLayout table {
    width: 100%;
    border-top: 1px solid #dddddd;
    border-collapse: separate;
    table-layout: fixed;
  }
  .specContents .specLayout .tableLayout th,
  .specContents .specLayout .tableLayout td {
    padding: 1em 0;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: top;
  }
  .specContents .specLayout .tableLayout th:first-child,
  .specContents .specLayout .tableLayout td:first-child {
    border-left: none;
  }
  .specContents .specLayout .tableLayout th {
    width: 100px;
    padding-right: 1em;
    font-weight: bold;
  }
  .specContents .specLayout .tableLayout td {
    padding-left:1em;
  }
  .specContents .specLayout .rightBlock {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix:after,
  .headerWrap:after,
  .heroAppArea:after,
  .utilityMenu:after {
    content : '';
    display : block;
    clear : both;
    height: 0;
  }
}

[data-parallax] {
  position: relative;
  -webkit-transition: opacity 1s ease-out, top 1s ease-out;
  -moz-transition: opacity 1s ease-out, top 1s ease-out;
  -ms-transition: opacity 1s ease-out, top 1s ease-out;
  transition: opacity 1s ease-out, top 1s ease-out;
}
[data-parallax="true"] {
  opacity: 0;
  top: 100px;
}
[data-parallax="false"] {
  opacity: 1;
  top: 0;
}

/* ------------------------------------------------------
 * Liquid Setting
------------------------------------------------------ */
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .menuList li {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .heroTextArea .leadTxt {
    font-size: 2rem;
  }
  .heroTextArea .mainTxt {
    font-size: 4.66rem;
  }
}
@media only screen and (min-width: 524px) and (max-width: 767px) {
  #jumbotron::before {
    margin-right: 0;
    right: 0;
  }
  .heroProductsPrice {
    right: 180px;
    left: auto;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
  body {
    width: 1280px !important;
    margin: 0 auto !important;
  }
  body[data-browser="chrome"] {
    zoom: .85;
  }
  [data-parallax] {
    opacity: 1 !important;
    top: 0 !important;
  }
}