@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: 18px;
    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;
  }
  
  /* ----- compackboard-hero ----- */
  .compackboard-hero {
    display: flex;
    flex-flow: row nowrap;
  }
  .compackboard-hero__head {
    width: calc(100% / 2);
    padding: 2.8em 1.6em;
    text-align: center;
    background-color: #4dabd2;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .compackboard-hero__title {}
  .compackboard-hero__title--sub {
    margin-bottom: 1.4em;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
  }
  .compackboard-hero__title--main {}
  .compackboard-hero__title--date {
    margin-top: 1.75em;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
  }
  .compackboard-hero__description {
    display: flex;
    flex-flow: row wrap;
    margin-top: 4.4em;
  }
  .compackboard-hero__description__item {
    width: calc((100% - (20px)) / 2);
  }
  .compackboard-hero__description__item:nth-of-type(2n) {
    margin-left: 20px;
  }
  .compackboard-hero__description__image {
    overflow: hidden;
  }
  .compackboard-hero__description__image img {
    border-radius: 15px;
  }
  .compackboard-hero__description__text {
    margin-top: 0.8em;
    font-size: clamp(1.0rem, 1.7vw, 2.0rem);
    font-size: min(calc((20/1280)*100vw), 2.0rem);
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
  }
  .compackboard-hero__body {
    display: inline-flex;
    align-items: center;
    width: calc(100% / 2);
    background-color: #f8f6f1;
  }
  .compackboard-hero__image {
    padding: 1.25em 1.25em 0.3em 0.4em;
  }
  /* ----- compackboard-heading ----- */
  .compackboard-heading {
    margin-top: 3.75em;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    text-align: center;
    background-color: #cce8f3;
  }
  .compackboard-heading__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  .compackboard-heading__title {
    font-size: 3.0rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
  }
  
  /* ----- compackboard-box ----- */
  .compackboard-box {
    padding: 1.9em 40px 1.9em;
    background-color: #005b7a;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .compackboard-box__item-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
  }
  .compackboard-box__head {
    width: 100%
  }
  .compackboard-box__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff100;
  }
  .compackboard-box__description {
    margin-top: 0.5em;
    margin-bottom: 1.4em;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
  }
  .compackboard-box__item {
    width: calc((100% - (130px)) / 3);
  }
  .compackboard-box__item:nth-of-type(n+3) {
    margin-left: 30px;
  }
  .compackboard-box__image__caption {
    margin-top: 0.3em;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
  }
  /* ----- compackboard-features ---- */
  .compackboard-features {
    position: relative;
  }
  .compackboard-features__title {
    position: absolute;
    top: 3%;
    right: 4%;
    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: 500;
    line-height: 2.1;
  }
  .compackboard-features__title--base {
    font-size: 2.4rem;
    line-height: 1.0;
  }
  .compackboard-bold {
    font-weight: 700;
    font-size: 2.1rem;
  }
  .compackboard-features__title--large {
    line-height: 1.0;
  }
  .compackboard-features__title--large .compackboard-bold {
    font-size: 4.2rem;
  }
  .compackboard-underline {
    background: linear-gradient(rgba(0,0,0,0) 70%,#fff100 0%);
    font-style: normal;
  }
  .compackboard-features__image {}
  .compackboard-features__item {
    position: absolute;
  }
  .compackboard-features__item__head {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    line-height: 1.4;
  }
  .compackboard-features__item__title {
    font-size: min(calc((24/1280)*100vw), 2.4rem);
  }
  .compackboard-features__item__description {
    margin-top: 1em;
    font-size: min(calc((18/1280)*100vw), 1.8rem);
  }
  .compackboard-features__item__note-list-wrap {
    margin-top: 0.9em;
  }
  .compackboard-features__item__note-list li {
    position: relative;
    color: #555;
    font-size: min(calc((14/1280)*100vw), 1.4rem);
    line-height: 1.5;
  }
  .compackboard-features__item__note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .compackboard-features__item__body {
    margin-top: 10px;
  }
  .compackboard-features__item[data-features="01"] {
    top: 2.7%;
    left: 4%;
  }
  .compackboard-features__item[data-features="01"] img {
    width: min(calc((355/1280)*100vw), 355px);
  }
  .compackboard-features__item[data-features="02"] {
    top: 36%;
    left: 4%;
  }
  .compackboard-features__item--wide[data-features="03"] {
    bottom: 1%;
    left: 4%;
  }
  .compackboard-features__item--wide[data-features="03"] img {
    width: min(calc((552/1280)*100vw), 552px);
  }
  .compackboard-features__item[data-features="04"] {
    text-align: end;
    bottom: 4.5%;
    right: 4%;
  }
  .compackboard-features__item[data-features="04"] img {
    width: min(calc((278/1280)*100vw), 278px);
    margin-right: -3px;
  }
 .compackboard-features__item[data-features="04"] .compackboard-features__item__head {
    margin-bottom: 3em;
  }
  .compackboard-features__item--wide {
    position: absolute;
  }
  
  /* ----- column-media ----- */
  .column-media {
    margin-top: 1.8em;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after{
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
/***
@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) {
  /* ------------------------------------------------------
   * 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-left: 13px;
    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;
  }
  
  /* ----- compackboard-hero ----- */
  .compackboard-hero {
    display: flex;
    flex-wrap: wrap-reverse;
    margin: 0 -15px;
    position: relative;
  }
  .compackboard-hero__head {
    width: 100%;
    padding: 1.4em 15px 1.4em;
    text-align: center;
    background-color: #4dabd2;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .compackboard-hero__title {}
  .compackboard-hero__title--sub {
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 2%;
    left: 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .compackboard-hero__title--main {
    width: 73vw;
    margin: 0 auto;
  }
  .compackboard-hero__title--date {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
  }
  .compackboard-hero__description {
    display: flex;
    flex-flow: row wrap;
    margin-top: 1.3em;
  }
  .compackboard-hero__description__item {
    width: calc((100% - (15px)) / 2);
  }
  .compackboard-hero__description__item:nth-of-type(2n) {
    margin-left: 15px;
  }
  .compackboard-hero__description__image {
    overflow: hidden;
  }
  .compackboard-hero__description__image img {
    border-radius: 10px;
  }
  .compackboard-hero__description__text {
    margin-top: 0.5em;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
  }
  .compackboard-hero__body {
    width: 100%;
    background-color: #f8f6f1;
  }
  .compackboard-hero__image {
    padding: 2.7em 0.7em 0.4em 0.8em;
  }
  
  /* ----- compackboard-heading ----- */
  .compackboard-heading {
    margin: 3.3em -15px 0;
    padding-top: 0.35em;
    padding-bottom: 0.5em;
    text-align: center;
    background-color: #cce8f3;
  }
  .compackboard-heading__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .compackboard-heading__title {
    font-size: 2.1rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
  }
  
  /* ----- compackboard-box ----- */
  .compackboard-box {
    padding: 1.8em 15px 1.9em;
    background-color: #005b7a;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 -15px;

  }
  .compackboard-box__item-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
  }
  .compackboard-box__head {
    width: calc((100% - (15px)) / 2);
  }
  .compackboard-box__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff100;
  }
  .compackboard-box__description {
    margin-top: 0.8em;
    margin-bottom: 1.2em;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
  }
  .compackboard-box__item {
    width: calc((100% - (15px)) / 2);
  }
  .compackboard-box__item:nth-of-type(2n) {
    margin-left: 15px;
  }
  .compackboard-box__item:nth-of-type(n+3) {
    margin-top: 1.1em;
  }
  .compackboard-box__image__caption {
    margin-top: 0.3em;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
  }
  /* ----- compackboard-features ---- */
  .compackboard-features {
  }
  .compackboard-features__inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .compackboard-features__title {
    margin-top: 1.7em;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1;
  }
  .compackboard-features__title--base {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .compackboard-features__title--large {
    font-size: 3.2rem;
    line-height: 1.0;
  }
  .compackboard-underline {
    background: linear-gradient(rgba(0,0,0,0) 70%,#fff100 0%);
    font-style: normal;
  }
  .compackboard-bold {
    font-weight: 700;
    font-size: 1.6rem;
  }
  .compackboard-features__title--large {
    line-height: 1.0;
  }
  .compackboard-features__title--large .compackboard-bold {
    font-size: 3.2rem;
  }
  
  .compackboard-features__image {
    margin-top: 0.4em;
  }
  .compackboard-features__item {
    display: flex;
    flex-flow: row wrap;
    margin-top: 1.7em;
  }
  .compackboard-features__item__head {
    width: calc((100% - (15px)) / 2);
    font-weight: 500;
    line-height: 1.4;
  }
  .compackboard-features__item__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;
  }

  .compackboard-features__item__description {
    margin-top: 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;
  }
  .compackboard-features__item__note-list-wrap {
    margin-top: 0.3em;
  }
  .compackboard-features__item__note-list li {
    position: relative;
    color: #555;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .compackboard-features__item__note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .compackboard-features__item__body {
    width: calc((100% - (15px)) / 2);
    margin-left: 15px;
  }
  .compackboard-features__item[data-features="01"] {
  }
  .compackboard-features__item[data-features="01"] img {
    
  }
  .compackboard-features__item[data-features="02"] {
  }
  .compackboard-features__item--wide[data-features="03"] {
    margin-top: 1.7em;
  }
  .compackboard-features__item--wide[data-features="03"] .compackboard-features__item__head {
    width: 100%;
  }
  .compackboard-features__item--wide[data-features="03"] .compackboard-features__item__body {
    width: 100%;
    margin-top: 0.85em;
    margin-left: 0;
  }
  .compackboard-features__item[data-features="04"] {
  }
  .compackboard-features__item--wide {
  }
  
  /* ----- column-media ----- */
  .column-media {
    margin-top: 1.4em;
  }
  
  /* ------------------------------------------------------
   * 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: 480px) and (max-width: 767px) {
  .compackboard-hero__title--sub {
    top: 2%;
    left: 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .compackboard-hero__image {
    padding: 3.7em 0.7em 0.4em 0.8em;
  }
  .compackboard-box__head {
    margin: auto;
  }
  .compackboard-box__title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff100;
  }
  .compackboard-box__description {
    margin-top: 0.5em;
    margin-bottom: 1.4em;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
  }
  .compackboard-hero__description__image {
    overflow: hidden;
  }
  .compackboard-hero__description__image img {
    border-radius: 15px;
  }
}
@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;
  }
}
/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {
}