@charset "utf-8";

/* ======================================================
 * gs.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- gs-hero-layout ----- */
  .gs-hero-layout {
    position: relative;
    display: -webkit-flex;
    display: flex;
  }
  .gs-hero-layout .hero_image {
    width: 100%;
  }
  .gs-hero-layout .hero_detail {
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
    height: 100%;
    padding-right: 15px;
  }
  .gs-hero-layout .hero_detail > .hero_detail_inner {
    width: 100%;
  }
  .gs-hero-layout .hero_title {
    width: 418px;
    margin-top: 70px;
  }
  .gs-hero-layout .hero_text {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
  }
  .gs-hero-layout .hero_title + .hero_text {
    margin-top: 26px;
  }
  .gs-hero-layout .hero_text > .hero_text_sub {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .gs-hero-layout .hero_text > .hero_text_main {
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1.25;
  }
  .gs-hero-layout .hero_text > .hero_text_caption {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.25;
  }
  .gs-hero-layout .hero_caption {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 280px;
    padding: 6px 10px;
    background-color: #fdce00;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
  .gs-hero-layout .hero_text + .hero_caption {
    margin-top: 50px;
  }
  .gs-hero-layout .hero_caption > .caption_label {
    text-align: center;
  }

  /* ----- gs-products-layout ----- */
  .gs-products-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .gs-products-layout[data-image-num="1"] {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .gs-products-layout .products_image[data-layout-type="col"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .gs-products-layout[data-image-num]:not([data-image-num="1"]) .products_image[data-layout-type="col"] > .products_image_item {
    margin-left: 50px;
  }
  .gs-products-layout[data-image-num="2"] .products_image[data-layout-type="col"] > .products_image_item {width: calc((100% - (50px * 1)) / 2);}
  [data-browser="ie11"] .gs-products-layout[data-image-num="2"] .products_image[data-layout-type="col"] > .products_image_item {width: calc((100% - (50px * 1)) / 2 - 0.1px);}
  [data-browser="edge"] .gs-products-layout[data-image-num="2"] .products_image[data-layout-type="col"] > .products_image_item {width: calc((100% - (50px * 1)) / 2 - 0.1px);}
  .gs-products-layout .products_image > .products_image_item > *:first-child {
    margin-top: 0;
  }
  .gs-products-layout[data-image-num="2"] .products_image[data-layout-type="col"] > .products_image_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .gs-products-layout[data-image-num="2"] .products_image[data-layout-type="col"] > .products_image_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .gs-products-layout .products_image > .products_image_item > .image-set > .image_inner > img {
    width: auto;
    height: 290px;
  }
  .gs-products-layout .products_image + .products_detail {
    margin-left: 50px;
  }
  .gs-products-layout .products_text {
    margin-top: -30px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .gs-products-layout .products_text .products_text_sub {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .gs-products-layout .products_text .products_text_main {
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1.1;
  }
  .gs-products-layout .products_text .products_text_main > .main_caption {
    font-size: 2.0rem;
  }

  /* ----- box-layout ----- */
  /* type-gs */
  .box-layout-v5.type-gs {
    margin-top: 80px;
  }
  .box-layout-v5.type-gs > .box_title {
    border-bottom: 2px solid #ddd;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .box-layout-v5.type-gs > .box_title::before {
    top: .75em;
  }

  /* ----- gs-youtube-layout ----- */
  [class*="gs-youtube-layout"] .gs-youtube_inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  [class*="gs-youtube-layout"] .gs-youtube_inner > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .gs-youtube-layout {
    width: 580px;
    max-width: 100%;
    margin: 2em auto 0;
  }
  /* v2 */
  .gs-youtube-layout-v2 {
    width: 720px;
    max-width: 100%;
    margin: 2em auto 0;
  }
  /* v3 */
  .gs-youtube-layout-v3 {
    width: 100%;
    max-width: 100%;
    margin: 2em auto 0;
  }
  .gs-youtube_title {
    text-align: center;
    font-size: 2.6rem;
    color: #fff;
    background-color: #001d38;
    font-weight: bold;
    padding: 0 1rem;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .gs-hero-layout {
  }
  .gs-hero-layout .hero_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .gs-hero-layout .hero_title {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .gs-products-layout .products_image > .products_image_item > .image-set > .image_inner > img {
    width: auto;
    height: 230px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .gs-hero-layout .hero_text + .hero_caption {
    margin-top: 25px;
  }
  .gs-products-layout[data-image-num]:not([data-image-num="1"]) .products_image[data-layout-type="col"] > .products_image_item {
    margin-left: 30px;
  }
  .gs-products-layout[data-image-num="2"] .products_image[data-layout-type="col"] > .products_image_item {width: calc((100% - (30px * 1)) / 2);}
  [data-browser="ie11"] .gs-products-layout[data-image-num="2"] .products_image[data-layout-type="col"] > .products_image_item {width: calc((100% - (30px * 1)) / 2 - 0.1px);}
  [data-browser="edge"] .gs-products-layout[data-image-num="2"] .products_image[data-layout-type="col"] > .products_image_item {width: calc((100% - (30px * 1)) / 2 - 0.1px);}
  .gs-products-layout .products_image > .products_image_item > *:first-child {
    margin-top: 0;
  }
  .gs-products-layout[data-image-num="2"] .products_image[data-layout-type="col"] > .products_image_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .gs-products-layout[data-image-num="2"] .products_image[data-layout-type="col"] > .products_image_item:nth-child(n+3) {
    margin-top: 15px;
  }
  .gs-products-layout .products_image + .products_detail {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .gs-products-layout .products_image > .products_image_item > .image-set > .image_inner > img {
    width: auto;
    height: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .gs-products-layout .products_image > .products_image_item > .image-set > .image_inner > img {
    width: auto;
    height: 150px;
  }
}
/* **
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
** */

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- gs-hero-layout ----- */
  .gs-hero-layout {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gs-hero-layout .hero_detail {
    padding: 24px 30px 0;
  }
  .gs-hero-layout .hero_title {
    max-width: 320px;
  }
  .gs-hero-layout .hero_text {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
  }
  .gs-hero-layout .hero_title + .hero_text {
    margin-top: 26px;
  }
  .gs-hero-layout .hero_text > .hero_text_sub {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .gs-hero-layout .hero_text > .hero_text_main {
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1.25;
  }
  .gs-hero-layout .hero_text > .hero_text_caption {
    font-size: 2.1rem;
    font-weight: 900;
    line-height: 1.25;
  }
  .gs-hero-layout .hero_caption {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 6px 10px;
    background-color: #fdce00;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
  .gs-hero-layout .hero_text + .hero_caption {
    margin-top: 25px;
  }
  .gs-hero-layout .hero_caption > .caption_label {
    font-size: 1.6rem;
    text-align: center;
  }
  .gs-hero-layout + * {
    margin-top: 40px;
  }

  /* ----- gs-products-layout ----- */
  .gs-products-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .gs-products-layout .products_image[data-layout-type="col"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .gs-products-layout[data-image-num]:not([data-image-num="1"]) .products_image[data-layout-type="col"] > .products_image_item {
    margin-left: 30px;
  }
  .gs-products-layout[data-image-num="2"] .products_image[data-layout-type="col"] > .products_image_item {width: calc((100% - (30px * 1)) / 2);}
  .gs-products-layout .products_image > .products_image_item > *:first-child {
    margin-top: 0;
  }
  .gs-products-layout[data-image-num="2"] .products_image[data-layout-type="col"] > .products_image_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .gs-products-layout[data-image-num="2"] .products_image[data-layout-type="col"] > .products_image_item:nth-child(n+3) {
    margin-top: 15px;
  }
  .gs-products-layout .products_image > .products_image_item > .image-set > .image_inner > img {
    width: auto;
    height: 172px;
  }
  .gs-products-layout .products_image + .products_detail {
    margin-left: 30px;
  }
  .gs-products-layout .products_text {
    margin-top: -15px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .gs-products-layout .products_text .products_text_sub {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .gs-products-layout .products_text .products_text_main {
    font-size: 2.85rem;
    font-weight: 900;
    line-height: 1.1;
  }
  .gs-products-layout .products_text .products_text_main > .main_caption {
    font-size: 1.15rem;
  }

  /* ----- box-layout ----- */
  /* type-gs */
  .box-layout-v5.type-gs {
    margin-top: 40px;
  }
  .box-layout-v5.type-gs > .box_title {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .box-layout-v5.type-gs > .box_title::before {
    top: .75em;
  }

  /* ----- gs-youtube-layout ----- */
  [class*="gs-youtube-layout"] .gs-youtube_inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  [class*="gs-youtube-layout"] .gs-youtube_inner > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .gs-youtube-layout {
    width: 100%;
    margin: 2em auto 0;
  }
  /* v2 */
  .gs-youtube-layout-v2 {
    width: 100%;
    margin: 2em auto 0;
  }
  /* v3 */
  .gs-youtube-layout-v3 {
    width: 100%;
    margin: 2em auto 0;
  }
  .gs-youtube_title {
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background-color: #001d38;
    font-weight: bold;
    padding: 0.1rem 0.5rem;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 375px) {
  .gs-products-layout[data-image-num]:not([data-image-num="1"]) {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
/* **
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
** */

/* ======================================================
 * Print
====================================================== */
@media print {
}