@charset "utf-8";

/* ======================================================
 * tex-pouch.css
 * ------------------------------------------------------
 * Common
 * @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
====================================================== */
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- 購入ボタン ----- */
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 100px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    display: inline-block;
    max-width: 300px;
    min-width: 88px;
    margin-top: 10px;
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ec-button_link:hover {
    background-color: #daebfc;
  }
  .table-ec {
    display: flex;
    align-items: center;
  }
  .table-ec-button {
    margin-left: 10px;
    max-width: 250px;
    min-width: 88px;
    vertical-align: top;
  }
  .table-ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec-button_link:hover {
    opacity: 1;
    background-color: #daebfc;
  }

  /* -----tex-pouch-tab-layout----- */
  .tex-pouch-tab-layout .tex-pouch-tab_list {
    display: flex;
    flex-flow: row wrap;
    margin-top: 35px;
  }
  .tex-pouch-tab-layout .tex-pouch-tab_list > li {
    width: calc((100% - 36px)/2);
    text-align: center;
  }
  .tex-pouch-tab-layout .tex-pouch-tab_list > li + li {
    margin-left: 36px;
  }
  .tex-pouch-tab-layout .tex-pouch-tab_list > li > a {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 0 100px;
    min-height: 88px;
    background-color: #fff;
    color: #333;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    font-size: 2.8rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .tex-pouch-tab-layout .tex-pouch-tab_list > li + li > a {
    padding: 0 50px;
  }
  .tex-pouch-tab-layout .tex-pouch-tab_list > li + li > a > span {
    margin-right: 10px;
  }
  .tex-pouch-tab-layout .tex-pouch-tab_list > li:not(.is-current) > a:hover {
    background-color: #daebfc;
  }
  .tex-pouch-tab-layout .tex-pouch-tab_list > li.is-current > a {
    background-color: #222;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    border-left: 2px solid #333;
    color: #fff;
  }
  
  /* ----- tex-pouch-newicon-01 ----- */
  .tex-pouch-newicon-01 {
    position: absolute;
    top: calc(50% - 28px);
    left: 20px;
  }
  
  /* ----- tex-pouch-newicon-02 ----- */
  .tex-pouch-newicon-02 {
    display: flex;
    align-items: center;
  }
  
  /* ----- tex-pouch-hero ----- */
  .tex-pouch-hero {
    position: relative;
    border-top: 4px solid #000000;
  }
  /* ----- tex-detail-v1 ----- */
  .tex-pouch-hero > .hero_detail-v1 {
    position: absolute;
    bottom: -29px;
    right: 26px;
    transform: translateY(-39%);
  }
  .hero_detail-v1 > .hero_logo {
    width: 383px;
  }
  /* ----- tex-detail-v2 ----- */
  .tex-pouch-hero > .hero_detail-v2 {
    position: absolute;
    bottom: -25px;
    left: 30px;
    transform: translateY(-39%);
  }
  .hero_detail-v2 > .hero_logo {
    width: 330px;
  }
  
  /* ----- tex-pouch-release-date ---- */
  .tex-pouch-release-date {
    margin: .8em 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: right;
  }
  .tex-pouch-release-date + *,
  .tex-pouch-release-date + section > *:first-child {
    margin-top: 2.75em;
  }
  
  /* ----- tex-pouch-heading ----- */
  .tex-pouch-heading {
    margin: 5.625em 0 2.625em;
    padding: 4px 0;
    background-color: #222;
  }
  .tex-pouch-heading > .heading_inner {
    padding: .18em 1.0em .25em;
    background-color: #222;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .tex-pouch-heading .heading_title {
    font-size: 3.0rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #fff;
  }
  
  /* ----- heading_subtitle ----- */
  .heading_subtitle {
    display: inline-flex;
    vertical-align: middle;
    font-size: 2.4rem;
  }
  
  /* v2 */
  .tex-pouch-heading > .heading-v2_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .18em 1.0em .25em;
    background-color: #222;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .tex-pouch-heading .heading-v2_title {
    font-size: 3.0rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #fff;
  }
  .tex-pouch-heading .heading-v2_subtitle {
    margin-left: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #fff;
  }
  
  /* v3 */
  .tex-pouch-heading-v3 {
    margin: 4.5em 0 1.625em;
  }
  .tex-pouch-heading + section > .tex-pouch-heading-v3 {
    margin-top: 4.5em;
  }
  .tex-pouch-heading-v3 > .heading-v3_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: .75em;
    border-bottom: 1px solid #222;
  }
  .tex-pouch-heading-v3 .heading-v3_title {
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
  }
  .tex-pouch-heading-v3 .heading-v3_title > .title_label {
    height: 32px;
    display: block;
    flex-shrink: 0;
  }
  .tex-pouch-heading-v3 .heading-v3_title > .title_label > img {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  .tex-pouch-heading-v3 .heading-v3_title > .title_caption {
    display: block;
    margin: 0 0 0 .7em;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.0;
  }
  .tex-pouch-heading-v3 .heading-v3_subtitle {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.0;
  }
  
  /* v4 */
  .tex-pouch-heading-v4 .heading-v4_inner {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.67em;
    border-bottom: 1px solid #222;
  }
  .tex-pouch-heading-v4 .heading-v4_body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1;
    width: 100%;
    margin-left: 15px;
  }
  .tex-pouch-heading-v4 .heading-v4_body_inner {
    display: flex;
    align-items: flex-end;
    line-height: 1;
  }
  .tex-pouch-heading-v4 .heading-v4_body_inner .title_caption {
    margin-left: .6em;
    font-size: 2.0rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .tex-pouch-heading-v4 .heading-v4_newicon > img {
    min-width: 56px;
    height: 56px;
  }
  .tex-pouch-heading-v4 .heading-v4_body .heading-v4_subtitle {
    font-size: 2.0rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .tex-pouch-heading-v4 {
    margin: 4.5em 0 1.625em;
  }
  .tex-pouch-heading-v4 + .tex-pouch-lineup .lineup_body .index-v2_head .index-v2_title {
    line-height: 1.4;
  }
  .tex-pouch-heading-v4 + .tex-pouch-lineup .lineup_body .index-v2_head {
    margin-bottom: 1.25em;
  }
  
  /* ----- tex-pouch-features-wrap ----- */
  .tex-pouch-features-wrap > * + * {
    margin-top: .625em;
  }
  
  /* ----- tex-pouch-features ----- */
  .tex-pouch-features {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
  }
  .tex-pouch-features[data-features="01"] {
    background-color: #ede8e1;
  }
  .tex-pouch-features[data-features="02"] {
    flex-direction: row-reverse;
    background-color: #e7eaef;
  }
  .tex-pouch-features[data-features="03"] {
    background-color: #e6ede9;
  }
  .tex-pouch-features[data-features="04"] {
    background-color: #d9ddd3;
  }
  .tex-pouch-features[data-features="05"] {
    flex-direction: row-reverse;
    background-color: #e5ecf0;
  }
  .tex-pouch-features .features_head {
    width: 459px;
    flex-shrink: 0;
  }
  .tex-pouch-features .features_body {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 3.125em 2.25em 3.75em;
  }
  .tex-pouch-features .features_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    color: #2d3a45;
    line-height: 1.6;
  }
  .tex-pouch-features .features_text {
    margin: .5em 0 0;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.0rem;
    color: #2d3a45;
    line-height: 1.6;
  }
  .tex-pouch-features .features_caption {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .tex-pouch-features .features_caption-v2 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  /* ----- tex-pouch-lineup ----- */
  .tex-pouch-lineup {
    display: flex;
    flex-flow: row nowrap;
  }
  .tex-pouch-lineup > .lineup_head {
    width: 706px;
    flex-shrink: 0;
    margin-right: 36px;
  }
  .tex-pouch-lineup > .lineup_body {
    width: 100%;
  }
  .tex-pouch-lineup > .lineup_head > *:first-child,
  .tex-pouch-lineup > .lineup_body > *:first-child {
    margin-top: 0;
  }
  .tex-pouch-lineup > .lineup_head > *:last-child,
  .tex-pouch-lineup > .lineup_body > *:last-child {
    margin-bottom: 0;
  }
  .tex-pouch-lineup .lineup_index > .index_head {
    margin: 0 0 .875em;
  }
  .tex-pouch-lineup .lineup_index > .index_foot {
    margin: .3em 0 0;
  }
  .tex-pouch-lineup .lineup_index > .index_head > *:first-child,
  .tex-pouch-lineup .lineup_index > .index_body > *:first-child,
  .tex-pouch-lineup .lineup_index > .index_foot > *:first-child {
    margin-top: 0;
  }
  .tex-pouch-lineup .lineup_index > .index_head > *:last-child,
  .tex-pouch-lineup .lineup_index > .index_body > *:last-child,
  .tex-pouch-lineup .lineup_index > .index_foot > *:last-child {
    margin-bottom: 0;
  }
  .tex-pouch-lineup .lineup_index .index_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #2d3a45;
    line-height: 1.25;
  }
  .tex-pouch-lineup .lineup_index .index_note-list {
    margin: 1.0em 0 0;
  }
  .tex-pouch-lineup .lineup_index .index_note-list > li {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.4rem;
    color: #555;
    line-height: 1.75;
  }
  .tex-pouch-lineup .lineup_index .index_note-list .note-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* v2 */
  .tex-pouch-lineup .lineup_index-v2 > .index-v2_head {
    margin: 0 0 .625em;
  }
  .tex-pouch-lineup .lineup_index-v2 > .index_head-v2 > *:first-child,
  .tex-pouch-lineup .lineup_index-v2 > .index_body-v2 > *:first-child {
    margin-top: 0;
  }
  .tex-pouch-lineup .lineup_index-v2 > .index_head-v2 > *:last-child,
  .tex-pouch-lineup .lineup_index-v2 > .index_body-v2 > *:last-child {
    margin-bottom: 0;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #2d3a45;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category {
    margin: 2.5em 0 0;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category > .category_list {
    margin: 0 -6px -7px 0;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category > .category_list > * {
    margin: 0 6px 7px 0;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category [class*="category_icon"] {
    display: inline-flex;
    padding: 3px 6px;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--01 { background-color: #17694a;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--02 { background-color: #5d656a;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--03 { background-color: #2b516f;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--04 { background-color: #a48e6b;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--05 { background-color: #505b49;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--06 { background-color: #4f7363;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--07 { background-color: #787477;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--08 { background-color: #a89c82;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category [class*="category_unit"] {
    display: inline-flex;
    margin: 0 0 0 .25em;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #17694a;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--01 { color: #17694a;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--02 { color: #5d656a;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--03 { color: #2b516f;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--04 { color: #a48e6b;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--05 { color: #505b49;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--06 { color: #4f7363;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--07 { color: #787477;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--08 { color: #a89c82;}
  
  /* ----- tex-pouch-modal-container ----- */
  .tex-pouch-modal-container {
    display: none;
  }
  
  /* ----- tex-pouch-modal-content ----- */
  .tex-pouch-modal-content {
    position: relative;
    margin: 0 60px;
    border-radius: 10px;
    padding: 4.0625em 4.375em;
    background: #ffffff;
  }
  /* v2 */
  .tex-pouch-modal-content-v2 {
    position: relative;
    margin: 0;
    padding: 50px 50px 35px;
    background: #ffffff;
  }
  
  /* ----- tex-pouch-gallrey (modal) ----- */
  #cboxOverlay.tex-pouch-gallrey {
    background: #000000;
  }
  #colorbox.tex-pouch-gallrey #cboxContent {
    background: #fff
  }
  #colorbox.tex-pouch-gallrey #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.tex-pouch-gallrey #cboxClose {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    background: url(/sp/tex-pouch/img/btn-close.png) no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #colorbox.tex-pouch-gallrey #cboxNext,
  #colorbox.tex-pouch-gallrey #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -30px;
    background: url("/sp/tex-pouch/img/btn-pager.png") no-repeat;
    width: 20px;
    height: 38px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #colorbox.tex-pouch-gallrey #cboxPrevious {
    left: 10px;
  }
  #colorbox.tex-pouch-gallrey #cboxNext {
    transform: rotate(180deg);
    right: 10px;
  }
  /* ----- tex-pouch-gallery-layout ----- */
  .tex-pouch-gallery-layout {
    margin-top: 65px;
  }
  .tex-pouch-gallery-layout > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .tex-pouch-gallery-layout > *:first-child {
    margin-top: 0 !important;
  }
  .tex-pouch-gallery-layout .gallery_heading + * {
    margin-top: 3.125em !important;
  }
  .tex-pouch-gallery-layout .gallery_title {
    text-align: center;
  }
  .tex-pouch-gallery-layout .gallery_title .gallery_title_label {
    display: inline-block;
    position: relative;
    padding: 0 150px;
    font-size: 3.6rem;
    font-weight: 700;
    vertical-align: top;
    line-height: 1.4;
  }
  
  /* ----- type-tex-pouch-gallery ----- */
  .type-tex-pouch-gallery .column_item:hover {
    opacity: 0.8;
  }
  .type-tex-pouch-gallery[data-row-pc]:not([data-row-pc="1"]) > .column_item {
    margin-left: 40px;
  }
  .type-tex-pouch-gallery[data-row-pc="2"] > .column_item {width: calc((100% - (40px * 1)) / 2);}
  .type-tex-pouch-gallery[data-row-pc="3"] > .column_item {width: calc((100% - (40px * 2)) / 3);}
  .type-tex-pouch-gallery[data-row-pc="4"] > .column_item {width: calc((100% - (40px * 3)) / 4);}
  .type-tex-pouch-gallery[data-row-pc="5"] > .column_item {width: calc((100% - (40px * 4)) / 5);}
  [data-browser="ie11"] .type-tex-pouch-gallery[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="ie11"] .type-tex-pouch-gallery[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="ie11"] .type-tex-pouch-gallery[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="ie11"] .type-tex-pouch-gallery[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  [data-browser="edge"] .type-tex-pouch-gallery[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="edge"] .type-tex-pouch-gallery[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="edge"] .type-tex-pouch-gallery[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="edge"] .type-tex-pouch-gallery[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  .type-tex-pouch-gallery[data-row-pc="2"] > .column_item:nth-child(2n+1),
  .type-tex-pouch-gallery[data-row-pc="3"] > .column_item:nth-child(3n+1),
  .type-tex-pouch-gallery[data-row-pc="4"] > .column_item:nth-child(4n+1),
  .type-tex-pouch-gallery[data-row-pc="5"] > .column_item:nth-child(5n+1) {
    margin-left: 0;
  }
  .type-tex-pouch-gallery[data-row-pc="1"] > .column_item + .column_item,
  .type-tex-pouch-gallery[data-row-pc="2"] > .column_item:nth-child(n+3),
  .type-tex-pouch-gallery[data-row-pc="3"] > .column_item:nth-child(n+4),
  .type-tex-pouch-gallery[data-row-pc="4"] > .column_item:nth-child(n+5),
  .type-tex-pouch-gallery[data-row-pc="5"] > .column_item:nth-child(n+6) {
    margin-top: 40px;
  }
  
  /* ----- tex-pouch-copyright ----- */
  .tex-pouch-copyright {
    margin: 1.4em 0 0;
  }
  .tex-pouch-copyright > .copyright_logo {
    max-width: 397px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after{
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1290px) {
  .tex-pouch-features .features_caption-v2 {
    height: calc((38 / 1280) * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .tex-pouch-hero > .hero_detail-v1 {
    right: calc((26 / 1280) * 100vw);
  }
  .tex-pouch-hero > .hero_detail-v2 {
    left: calc((30 / 1280) * 100vw);
  }
  .hero_detail-v1 .hero_logo {
    width: calc((383 / 1280) * 100vw);
  }
  .hero_detail-v2 .hero_logo {
    width: calc((330 / 1280) * 100vw);
  }
  .tex-pouch-features .features_head {
    width: calc((459 / 1280) * 100vw);
  }
  .tex-pouch-features .features_caption {
    height: calc((54 / 1280) * 100vw);
  }
  .tex-pouch-features .features_caption > img {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  .tex-pouch-features .features_caption-v2 > img {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  .tex-pouch-lineup > .lineup_head {
    width:  calc((706 / 1280) * 100vw);
    margin-right:  calc((36 / 1280) * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .tex-pouch-features-wrap [data-features="04"] .features_body .features_title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 830px) {
  .tex-pouch-features-wrap [data-features="04"] .features_body .features_title {
    font-size: 2.5rem;
  }
}
/***
@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) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .list-note.type-overall {
    margin-top: 1.28em;
  }
  
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 0;
  }
  .ec-button {
    margin-top: 17px;
    text-align: center;
  }
  .ec-button_link {
    display: inline-block;
    padding: 2px 19px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .table-ec-button {
    display: inline-block;
    max-width: 120px;
    min-width: 65px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
  }
  .table-ec-button_link {
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    padding: 3px 15px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* -----tex-pouch-tab-layout----- */
  .tex-pouch-tab-layout .tex-pouch-tab_list {
    display: flex;
    flex-flow: row wrap;
    margin-top: 35px;
  }
  .tex-pouch-tab-layout .tex-pouch-tab_list > li {
    width: calc((100% - 15px)/2);
    text-align: center;
  }
  .tex-pouch-tab-layout .tex-pouch-tab_list > li + li {
    margin-left: 15px;
  }
  .tex-pouch-tab-layout .tex-pouch-tab_list > li > a {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 55px;
    background-color: #fff;
    color: #333;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .tex-pouch-tab-layout .tex-pouch-tab_list > li + li > a > span {
    margin-right: .4em;
  }
  .tex-pouch-tab-layout .tex-pouch-tab_list > li.is-current > a {
    background-color: #222;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    border-left: 2px solid #333;
    color: #fff;
  }
  
  /* ----- tex-pouch-newicon-01 ----- */
  .tex-pouch-newicon-01 {
    position: absolute;
    top: calc(50% - 21px);
    left: 4px;
  }
  .tex-pouch-newicon-01 img {
    width: 42px;
  }
  /* ----- tex-pouch-newicon-02 ----- */
  .tex-pouch-newicon-02 {
    display: flex;
    align-items: center;
  }
  .tex-pouch-newicon-02 img {
    width: 36px;
  }
  
  /* tab-type-01 */
  .tab-type-01 .tab_label {
    margin-left: 1.5em;
  }
  
  /* ----- tex-pouch-hero ----- */
  .tex-pouch-hero {
    position: relative;
    margin: 0 -15px;
    border-top: 4px solid #000000;
  }
  .tex-pouch-hero > .hero_detail-v1 {
    margin: 1.14em 0 0;
  }
  .tex-pouch-hero > .hero_detail-v2 {
    margin: 1.14em 0 0;
  }
  .tex-pouch-hero > .hero_detail-v1 > .hero_logo {
    width:  calc((224 / 375) * 100vw);
    margin: 0 auto;
  }
  .tex-pouch-hero > .hero_detail-v2 > .hero_logo {
    width:  calc((205 / 375) * 100vw);
    margin: 0 auto;
  }
  
  .tex-pouch-hero > .hero_image {
    text-align: center;
  }
  .hero_detail-v2 {
    margin-top: 1.0em;
  }
  
  /* ----- tex-pouch-release-date ---- */
  .tex-pouch-release-date {
    margin: 2.0em 0 0;
    font-size: 1.3rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: right;
  }
  .tex-pouch-release-date + *,
  .tex-pouch-release-date + section > *:first-child {
    margin-top: 3.8em;
  }
  
  /* ----- tex-pouch-heading ----- */
  .tex-pouch-heading {
    margin: 3.86em -15px 1.86em;
    padding: 4px 0;
    background-color: #222;
  }
  .tex-pouch-heading > .heading_inner {
    padding: .2em 15px .28em;
    background-color: #222;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .tex-pouch-heading .heading_title {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #fff;
    line-height: 1.4;
  }
  .tex-pouch-heading > .heading-v2_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2em 15px .28em;
    background-color: #222;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .tex-pouch-heading .heading-v2_title {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #fff;
    line-height: 1.4;
  }
  .tex-pouch-heading .heading-v2_subtitle {
    margin-left: .8em;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
  }
  
  /* v3 */
  .tex-pouch-heading-v3 {
    margin: 3.2em 0 1.28em;
  }
  .tex-pouch-heading + section > .tex-pouch-heading-v3 {
    margin-top: 3.2em;
  }
  .tex-pouch-heading-v3 > .heading-v3_inner {
    padding-bottom: .57em;
    border-bottom: 1px solid #222;
  }
  .tex-pouch-heading-v3 .heading-v3_title {
    display: flex;
    align-items: flex-end;
    flex-flow: row wrap;
    flex-shrink: 0;
    margin: 0 0 -.5em;
  }
  .tex-pouch-heading-v3 .heading-v3_title > .title_label {
    height: 21px;
    display: block;
    flex-shrink: 0;
    margin: 0 .5em .5em 0;
  }
  .tex-pouch-heading-v3 .heading-v3_title > .title_label > img {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  .tex-pouch-heading-v3 .heading-v3_title > .title_caption {
    display: block;
    margin: 0 0 .5em;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.0;
  }
  .tex-pouch-heading-v3 .heading-v3_subtitle {
    margin: .5em 0 0;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.0;
  }
  
  /* v4 */
  .tex-pouch-heading-v4 {
    margin: 3.2em 0 1.28em;
  }
  .tex-pouch-heading-v4 > .heading-v4_inner {
    display: flex;
    align-items: center;
    padding-bottom: 0.57em;
    border-bottom: 1px solid #222;
  }
  .tex-pouch-heading-v4 > .heading-v4_inner > .heading-v4_newicon > img {
    width: 42px;
  }
  .tex-pouch-heading-v4 > .heading-v4_inner .heading-v4_body {
    margin-left: 0.64em;
  }
  .tex-pouch-heading-v4 > .heading-v4_inner .heading-v4_body .heading-v4_body_inner .heading-v4_title {
    margin-bottom: 0.3em;
  }
  .tex-pouch-heading-v4 > .heading-v4_inner .heading-v4_body .heading-v4_body_inner .heading-v4_title .title_label {
    height: 21px;
    display: block;
    flex-shrink: 0;
    margin: 0;
  }
  .tex-pouch-heading-v4 > .heading-v4_inner .heading-v4_body .heading-v4_body_inner .heading-v4_title .title_label > img {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  .tex-pouch-heading-v4 > .heading-v4_inner .heading-v4_body .title_caption {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .tex-pouch-heading-v4 > .heading-v4_inner .heading-v4_body .heading-v4_subtitle {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.2;
  }
  
  /* ----- tex-pouch-features-wrap ----- */
  .tex-pouch-features-wrap {
    margin: 0 -15px;
  }
  .tex-pouch-features-wrap > * + * {
    margin-top: 1.0em;
  }
  
  /* ----- tex-pouch-features ----- */
  .tex-pouch-features {
    position: relative;
  }
  .tex-pouch-features[data-features="01"] {
    background-color: #ede8e1;
  }
  .tex-pouch-features[data-features="02"] {
    flex-direction: row-reverse;
    background-color: #e7eaef;
  }
  .tex-pouch-features[data-features="03"] {
    background-color: #e6ede9;
  }
  .tex-pouch-features[data-features="04"] {
    background-color: #d9ddd3;
  }
  .tex-pouch-features[data-features="05"] {
    background-color: #e5ecf0;
  }
  .tex-pouch-features .features_body {
    position: relative;
    padding: 1.28em 15px 2.6em;
  }
  .tex-pouch-features .features_image {
    text-align: center;
  }
  .tex-pouch-features .features_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    color: #2d3a45;
    line-height: 1.6;
  }
  .tex-pouch-features .features_text {
    margin: .5em 0 0;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    color: #2d3a45;
    line-height: 1.6;
  }
  .tex-pouch-features .features_caption {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 27px;
  }
  .tex-pouch-features .features_caption > img {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  .tex-pouch-features .features_caption-v2 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5.6vw;
  }
  .tex-pouch-features .features_caption-v2 > img {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  
  /* ----- tex-pouch-lineup ----- */
  .tex-pouch-lineup {
  }
  .tex-pouch-lineup > .lineup_head + .lineup_body {
    margin-top: 1.43em;
  }
  .tex-pouch-lineup > .lineup_head > *:first-child,
  .tex-pouch-lineup > .lineup_body > *:first-child {
    margin-top: 0;
  }
  .tex-pouch-lineup > .lineup_head > *:last-child,
  .tex-pouch-lineup > .lineup_body > *:last-child {
    margin-bottom: 0;
  }
  .tex-pouch-lineup .lineup_index > .index_head {
    margin: 0 0 .875em;
  }
  .tex-pouch-lineup .lineup_index > .index_foot {
    margin: .43em 0 0;
  }
  .tex-pouch-lineup .lineup_index > .index_head > *:first-child,
  .tex-pouch-lineup .lineup_index > .index_body > *:first-child,
  .tex-pouch-lineup .lineup_index > .index_foot > *:first-child {
    margin-top: 0;
  }
  .tex-pouch-lineup .lineup_index > .index_head > *:last-child,
  .tex-pouch-lineup .lineup_index > .index_body > *:last-child,
  .tex-pouch-lineup .lineup_index > .index_foot > *:last-child {
    margin-bottom: 0;
  }
  .tex-pouch-lineup .lineup_index .index_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #2d3a45;
  }
  .tex-pouch-lineup .lineup_index .index_note-list {
    margin: 1.0em 0 0;
  }
  .tex-pouch-lineup .lineup_index .index_note-list > li {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.1rem;
    color: #555;
  }
  .tex-pouch-lineup .lineup_index .index_note-list .note-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tex-pouch-lineup .lineup_index .index_image {
    text-align: center;
  }
  /* v2 */
  .tex-pouch-lineup .lineup_index-v2 > .index-v2_head {
    margin: 0 0 1.0em;
  }
  .tex-pouch-lineup .lineup_index-v2 > .index_head-v2 > *:first-child,
  .tex-pouch-lineup .lineup_index-v2 > .index_body-v2 > *:first-child {
    margin-top: 0;
  }
  .tex-pouch-lineup .lineup_index-v2 > .index_head-v2 > *:last-child,
  .tex-pouch-lineup .lineup_index-v2 > .index_body-v2 > *:last-child {
    margin-bottom: 0;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #2d3a45;
    line-height: 1.6
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_image {
    text-align: center;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category {
    margin: 1.0em 0 0;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category > .category_list {
    margin: 0 -3px -7px 0;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category > .category_list > * {
    margin: 0 3px 7px 0;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category [class*="category_icon"] {
    display: inline-flex;
    padding: 2px 6px;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--01 { background-color: #17694a;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--02 { background-color: #5d656a;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--03 { background-color: #2b516f;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--04 { background-color: #a48e6b;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--05 { background-color: #505b49;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--06 { background-color: #4f7363;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--07 { background-color: #787477;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_icon--08 { background-color: #a89c82;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category [class*="category_unit"] {
    display: inline-flex;
    margin: 0 0 0 .25em;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #17694a;
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--01 { color: #17694a;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--02 { color: #5d656a;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--03 { color: #2b516f;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--04 { color: #a48e6b;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--05 { color: #505b49;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--06 { color: #4f7363;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--07 { color: #787477;}
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category .category_unit--08 { color: #a89c82;}
  
  /* ----- tex-pouch-modal-container ----- */
  .tex-pouch-modal-container {
    display: none;
  }
  
  /* ----- tex-pouch-modal-content ----- */
  .tex-pouch-modal-content {
    position: relative;
    margin: 10px 10%;
    border-radius: 10px;
    padding: 28px 20px 15px;
    background-color: #ffffff;
  }
  /* v2 */
  .tex-pouch-modal-content-v2 {
    position: relative;
    margin: 0;
    padding: 30px 30px 20px;
    background-color: #ffffff;
  }
  
  /* ----- tex-pouch-gallrey (modal) ----- */
  #colorbox.tex-pouch-gallrey #cboxContent {
    background: #fff;
    margin-top: 0;
  }
  #colorbox.tex-pouch-gallrey #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.tex-pouch-gallrey #cboxClose {
    position: absolute;
    top: 3px;
    right: 4px;
    display: block;
    background: url(/sp/tex-pouch/img/btn-close.png) no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #colorbox.tex-pouch-gallrey #cboxNext,
  #colorbox.tex-pouch-gallrey #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -16px;
    background: url("/sp/tex-pouch/img/btn-pager.png") no-repeat;
    width: 14px;
    height: 25px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #colorbox.tex-pouch-gallrey #cboxPrevious {
    left: 6px;
  }
  #colorbox.tex-pouch-gallrey #cboxNext {
    transform: rotate(180deg);
    right: 6px;
  }
  #cboxOverlay.tex-pouch-gallrey {
    background: #000000;
  }
  
  /* ----- tex-pouch-gallery-layout ----- */
  .tex-pouch-gallery-layout {
    margin-top: 33px;
  }
  .tex-pouch-gallery-layout .column_item {
    margin-top: 1em;
  }
  .tex-pouch-gallery-layout > *:first-child {
    margin-top: 0 !important;
  }
  .tex-pouch-gallery-layout .gallery_heading + * {
    margin-top: 2.15em !important;
  }
  .tex-pouch-gallery-layout .gallery_title {
    text-align: center;
  }
  .tex-pouch-gallery-layout .gallery_title .gallery_title_label {
    display: inline-block;
    position: relative;
    padding: 0 80px;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 1.8rem;
    font-weight: bold;
    vertical-align: top;
  }
  .tex-pouch-gallery-layout .gallery_title .gallery_title_label::before,
  .tex-pouch-gallery-layout .gallery_title .gallery_title_label::after {
    position: absolute;
    top: 50%;
    content: "";
  }
  
  /* ----- tex-pouch-copyright ----- */
  .tex-pouch-copyright {
    margin: 1.0em 0 0;
  }
  .tex-pouch-copyright > .copyright_logo {
    max-width: 345px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
/***
@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: 375px) {
}
***/
@media only screen and (min-width: 610px) and (max-width: 767px) {
  .tex-pouch-features .features_text {
    margin-bottom: .2em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (max-width: 374px) {
}
@media only screen and (max-width: 370px) {
  .table-ec {
    flex-flow: column;
    align-items: baseline;
  }
  .table-ec-button {
    margin-left: 0;
    margin-top: 5px;
  }
  .tex-pouch-heading-v2 .heading-v2_title > .title_label {
    height: calc((21 / 375) * 100vw);
  }
  .tex-pouch-features .features_caption {
    height:  calc((27 / 375) * 100vw);
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category [class*="category_icon"] {
    font-size: calc((15 / 375) * 100vw);
  }
  .tex-pouch-lineup .lineup_index-v2 .index-v2_category [class*="category_unit"] {
    font-size: calc((15 / 375) * 100vw);
  }
}
/***
@media only screen and (max-width: 320px) {
}

/* ======================================================
 * Print
====================================================== */
@media print {
}