@charset "utf-8";

/* ======================================================
 * stada.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;
  }
  
  /* ----- stada-hero ----- */
  .stada-hero {
    position: relative;
  }
  .stada-hero > .stada-hero_detail {
    position: absolute;
    top: 48px;
    right: 48px;
  }
  .stada-hero .stada-hero_logo {
    max-width: 368px;
    width: 30vw;
  }
  .stada-hero > .stada-hero_image {
    text-align: center;
  }
  .stada-hero_release-date {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 1.8rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
  }
  
  /* ----- stada-box ----- */
  .stada-box {
    background-color: #e7f0f4;
  }
  .stada-box + * {
    margin-top: 28px;
  }
  .stada-box_inner {
    padding: 34px 20px;
  }
  .stada-box_image {
    width: 574px;
    margin: 0 auto;
    text-align: center;
  }
  
  /* ----- stada-box-v2 ----- */
  .stada-box-v2 {
    margin-top: 16px;
    background-color: #e7f0f4;
  }
  .stada-box-v2_inner {
    padding: 26px 48px;
  }
  .stada-box-v2_media {
    display: flex;
    align-items: center;
  }
  .stada-box-v2_media_head {
    flex-shrink: 0;
    width: 42%;
  }
  .stada-box-v2_media_body {
    width: 100%;
    margin-left: 20px;
  }
  .stada-box-v2_media_image {
    width: 100%;
    text-align: center;
  }
  .stada-box-v2_media_lead {
    color: #333;
    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;
    line-height: 1.6;
  }
  .stada-box-v2_media_text {
    margin-top: 12px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6;
  }
  
  /* ----- stada-heading ----- */
  .stada-heading {
    margin: 58px 0 0;
  }
  .stada-heading + section > .stada-heading-v2 {
    margin: 32px 0 0;
  }
  .stada-heading .stada-heading_title {
    display: flex;
    align-items: center;
    font-size: 3.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: #333;
    line-height: 1.5;
  }
  .stada-heading_title:before,
  .stada-heading_title:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    min-width: 60px;
    margin-top: 5px;
    background-color: #333;
  }
  .stada-heading_title:before {
    margin-right: 1.3rem;
  }
  .stada-heading_title:after {
    margin-left: 1.3rem;
  }
  
  /* v2 */
  .stada-heading-v2 {
    margin: 60px 0 0;
    background-color: #5b9ab4;
  }
  .stada-heading-v2 > .stada-heading-v2_inner {
    margin: 0 auto;
    padding: 20px;
  }
  .stada-heading-v2 .stada-heading-v2_subtitle {
    margin-bottom: 3px;
    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: #fff;
    line-height: 1.4;
    text-align: center;
  }
  .stada-heading-v2 .stada-heading-v2_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    text-align: center;
  }
  
  /* ----- stada-lineup ----- */
  .stada-lineup {
    display: flex;
    margin-top: 30px;
  }
  .stada-lineup_head {
    width: calc((100% - 40px) / 2);
    padding-top: 9px;
  }
  .stada-lineup_body {
    width: calc((100% - 40px) / 2);
    margin-left: 40px;
  }
  .stada-lineup_lead {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  .stada-lineup_box {
    display: flex;
    align-items: center;
    margin-top: 22px;
    background-color: #e7f0f4;
  }
  .stada-lineup_box_content {
    width: 100%;
    padding: 25px 25px 25px 36px;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
  }
  .stada-lineup_box_image {
    flex-shrink: 0;
    width: 204px;
  }
  
  /* ----- stada-lineup-v2 ----- */
  .stada-lineup-v2 {
    display: flex;
    margin-top: 30px;
  }
  .stada-lineup-v2_head {
    position: relative;
    width: calc((100% - 96px) * 0.525);
    padding-top: 9px;
    margin-right: 96px;
  }
  .stada-lineup-v2_head::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -66px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 52px 0 52px 36px;
    border-color: transparent transparent transparent #5b9ab4;
  }
  .stada-lineup-v2_body {
    width: calc((100% - 96px) * 0.475);
    padding-right: 50px;
  }
  .stada-lineup-v2_lead {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  .stada-lineup-v2_text {
    margin-top: 12px;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  .stada-lineup-v2_image {
    text-align: center;
  }
  .stada-lineup-v2_image-v2 {
    max-width: 414px;
    width: 100%;
    margin: 30px auto 0;
    padding-right: 32px;
    text-align: center;
  }
  
  /* ----- stada-lineup-v3 ----- */
  .stada-lineup-v3 {
    display: flex;
    margin-top: 40px;
  }
  .stada-lineup-v3_head {
    width: calc((100% - 40px) / 2);
  }
  .stada-lineup-v3_body {
    width: calc((100% - 40px) / 2);
    margin-left: 40px;
  }
  .stada-lineup-v3_image {
    text-align: center;
  }
  .stada-lineup-v3_image-v2 {
    margin-top: 32px;
    text-align: center;
  }
  .stada-lineup-v3_column {
    display: flex;
  }
  .stada-lineup-v3_column_item {
    width: calc((100% - 20px) / 2);
  }
  .stada-lineup-v3_column_item:nth-child(even) {
    margin-left: 20px;
  }
  .stada-lineup-v3_column_image {
    text-align: center;
  }
  .stada-lineup-v3_column_text {
    margin-top: 20px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6;
  }
  
  /* ----- stada-how-to ----- */
  .stada-how-to {
    display: flex;
    margin-top: 32px;
  }
  .stada-how-to_item {
    width: calc((100% - 40px) / 2);
  }
  .stada-how-to_item:nth-child(even) {
    margin-left: 40px;
  }
  .stada-how-to_item_head {
    padding-bottom: 17px;
    background: radial-gradient(circle, #d6d6d6, #d6d6d6 40%, transparent 40%, transparent);
    background-size: 10px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .stada-how-to_item_body {
    margin-top: 26px;
  }
  .stada-how-to_item_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  .stada-how-to_item_column {
    display: flex;
  }
  .stada-how-to_item_column_item {
    width: calc((100% - 20px) /2);
  }
  .stada-how-to_item_column_item:nth-child(even) {
    margin-left: 20px;
  }
  .stada-how-to_item_column-v2 {
    display: flex;
  }
  .stada-how-to_item_column-v2_item {
    width: calc((100% - 20px) /2);
  }
  .stada-how-to_item_column-v2_item:nth-child(even) {
    margin-left: 20px;
  }
  .stada-how-to_text {
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  .stada-how-to_text-v2 {
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6;
  }
  .stada-how-to_text-v3 {
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  .stada-how-to_image {
    margin-top: 32px;
    padding: 0 36px 0 28px;
  }
  .stada-how-to_image-v2 {
    margin-top: 10px;
    padding: 0 14px;
  }
  .stada-how-to_image-v3 {
    margin-top: 20px;
    padding: 0 43px;
  }
  .stada-how-to_image-v4 {
    margin-top: 20px;
    padding: 0 40px 0 46px;
  }
  .stada-how-to_image-v5 {
    max-width: 285px;
    width: 100%;
    margin: 44px auto 0;
    padding-left: 24px;
  }
  .stada-how-to_image-v6 {
    margin-top: 18px;
    padding-right: 6px;
  }
  .stada-how-to_image-v7 {
    margin-top: 27px;
    padding-left: 6px;
  }
  .stada-how-to_box {
    margin-top: 4px;
    border: 1px solid #ddd;
  }
  .stada-how-to_box_inner {
    padding: 9px 20px 12px 18px;
  }
  .stada-how-to_note-list {
    margin: 1.0em 0 0;
  }
  .stada-how-to_note-list > li {
    position: relative;
    padding-left: 1.1em;
    font-size: 1.4rem;
    color: #555;
    line-height: 1.75;
  }
  .stada-how-to_note-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .stada-how-to_order-list {
    margin: 0;
  }
  .stada-how-to_order-list > li {
    position: relative;
    padding-left: 1.0em;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6;
  }
  .stada-how-to_order-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- stada-how-to-v2 ----- */
  .stada-how-to-v2 {
    display: flex;
    margin-top: 33px;
  }
  .stada-how-to-v2_item {
    width: calc((100% - 40px) / 2);
  }
  .stada-how-to-v2_item:nth-child(even) {
    margin-left: 40px;
  }
  .stada-how-to-v2_item_head {
    padding-bottom: 17px;
    background: radial-gradient(circle, #d6d6d6, #d6d6d6 40%, transparent 40%, transparent);
    background-size: 10px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .stada-how-to-v2_item_head + .stada-how-to-v2_item_body {
    margin-top: 26px;
  }
  .stada-how-to-v2_item_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  .stada-how-to-v2_media {
    display: flex;
  }
  .stada-how-to-v2_media_content {
    width: 100%;
  }
  .stada-how-to-v2_media_image {
    flex-shrink: 0;
    max-width: 190px;
    width: 40%;
    margin-left: 40px;
    padding-right: 36px;
  }
  .stada-how-to-v2_media_text {
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6;
  }
  .stada-how-to-v2_box {
    margin-top: 6px;
    border: 1px solid #ddd;
  }
  .stada-how-to-v2_box_inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 20px;
  }
  .stada-how-to-v2_box_lead {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    text-align: center;
  }
  .stada-how-to-v2_box_text {
    margin-top: 12px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  
  /* ----- stada-how-to-v3 ----- */
  .stada-how-to-v3 {
    display: flex;
    margin-top: 33px;
  }
  .stada-how-to-v3_item {
    width: calc((100% - 40px) / 2);
  }
  .stada-how-to-v3_item:nth-child(even) {
    margin-left: 40px;
  }
  .stada-how-to-v3_item_head {
    padding-bottom: 17px;
    background: radial-gradient(circle, #d6d6d6, #d6d6d6 40%, transparent 40%, transparent);
    background-size: 10px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .stada-how-to-v3_item_head + .stada-how-to-v3_item_body {
    margin-top: 26px;
  }
  .stada-how-to-v3_item_title {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  .stada-how-to-v3_text {
    margin-top: 12px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  .stada-how-to-v3_image {
    padding-top: 6px;
    padding-right: 16px;
    text-align: center;
  }
  .stada-how-to-v3_image-v2 {
    width: 272px;
    margin: 40px auto 0;
    padding-right: 16px;
    text-align: center;
  }
  
  /* ------------------------------------------------------
   * 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-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;
  }
  
  /* ----- stada-hero ----- */
  .stada-hero {
    position: relative;
    margin: 0 -15px;
  }
  .stada-hero > .stada-hero_detail {
    margin: 26px 0 0;
  }
  .stada-hero .stada-hero_logo {
    width:  284px;
    margin: 0 auto;
  }
  .stada-hero > .stada-hero_image {
    text-align: center;
  }
  .stada-hero > .stada-hero_image img {
    width: 100%;
  }
  .stada-hero_release-date {
    margin: 2.0em 0 0;
    padding: 0 15px;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: right;
    line-height: 1.6;
  }
  
  /* ----- stada-box ----- */
  .stada-box {
    margin: 17px -15px 0;
    background-color: #e7f0f4;
  }
  .stada-box_inner {
    padding: 33px 15px;
  }
  .stada-box_image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
  /* ----- stada-box-v2 ----- */
  .stada-box-v2 {
    margin-top: 19px;
    background-color: #e7f0f4;
  }
  .stada-box-v2_inner {
    padding: 30px 19px 16px;
  }
  .stada-box-v2_media {
    width: 100%;
    text-align: center;
  }
  .stada-box-v2_media_head {
    width: 100%;
  }
  .stada-box-v2_media_body {
    margin-top: 10px;
  }
  .stada-box-v2_media_image {
    width: 100%;
    text-align: center;
  }
  .stada-box-v2_media_lead {
    color: #333;
    font-size: 1.6rem;
    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.6;
  }
  .stada-box-v2_media_text {
    margin-top: 10px;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
  }
  
  /* ----- stada-heading ----- */
  .stada-heading {
    margin: 37px 0 0;
  }
  .stada-heading + section > .stada-heading-v2 {
    margin-top: 23px;
  }
  .stada-heading .stada-heading_title {
    display: flex;
    align-items: center;
    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;
    text-align: center;
    color: #333;
    line-height: 1.4;
  }
  .stada-heading_title:before,
  .stada-heading_title:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    min-width: 40px;
    margin-top: 2px;
    background-color: #333;
  }
  .stada-heading_title:before {
    margin-right: 2rem;
  }
  .stada-heading_title:after {
    margin-left: 2rem;
  }
  
  /* v2 */
  .stada-heading-v2 {
    margin: 50px -15px 0;
    background-color: #5b9ab4;
  }
  .stada-heading-v2 > .stada-heading-v2_inner {
    margin: 0 auto;
    padding: 14px 18px 17px;
  }
  .stada-heading-v2 .stada-heading-v2_subtitle {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.8;
    text-align: center;
  }
  .stada-heading-v2 .stada-heading-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.1rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    text-align: center;
  }
  
  /* ----- stada-lineup ----- */
  .stada-lineup {
    margin: 0;
  }
  .stada-lineup_head {
    margin: 0 -15px;
  }
  .stada-lineup_body {
    margin-top: 20px;
  }
  .stada-lineup_image > img {
    width: 100%;
  }
  .stada-lineup_lead {
    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: #333;
    line-height: 1.6;
    text-align: center;
  }
  .stada-lineup_box {
    display: flex;
    align-items: center;
    margin-top: 20px;
    background-color: #e7f0f4;
  }
  .stada-lineup_box + .stada-lineup_box {
    margin-top: 13px;
  }
  .stada-lineup_box_content {
    width: 100%;
    padding: 18px 0 18px 18px;
    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: #333;
    line-height: 1.6;
  }
  .stada-lineup_box_image {
    flex-shrink: 0;
    width: 102px;
  }
  
  /* ----- stada-lineup-v2 ----- */
  .stada-lineup-v2 {
    margin: 0;
  }
  .stada-lineup-v2_head {
    position: relative;
    margin: 0 -15px 43px;
  }
  .stada-lineup-v2_head::after {
    content: "";
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 26px 0 26px;
    border-color: #5b9ab4 transparent transparent transparent;
  }
  .stada-lineup-v2_lead {
    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: #333;
    line-height: 1.6;
    text-align: center;
  }
  .stada-lineup-v2_text {
    margin-top: 12px;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  .stada-lineup-v2_image {
    text-align: center;
  }
  .stada-lineup-v2_image > img {
    width: 100%;
  }
  .stada-lineup-v2_image-v2 {
    width: 100%;
    margin: 27px auto 0;
    padding: 0 8%;
    text-align: center;
  }
  
  /* ----- stada-lineup-v3 ----- */
  .stada-lineup-v3 {
    margin: 0;
  }
  .stada-lineup-v3_head {
    margin: 0 -15px;
  }
  .stada-lineup-v3_body {
    margin-top: 16px;
  }
  .stada-lineup-v3_image {
    text-align: center;
  }
  .stada-lineup-v3_image > img {
    width: 100%;
  }
  .stada-lineup-v3_image-v2 {
    margin-top: 25px;
    text-align: center;
  }
  .stada-lineup-v3_image-v2 > img {
    width: 100%;
  }
  .stada-lineup-v3_column {
    display: flex;
  }
  .stada-lineup-v3_column_item {
    width: calc((100% - 15px) / 2);
  }
  .stada-lineup-v3_column_item:nth-child(even) {
    margin-left: 15px;
  }
  .stada-lineup-v3_column_image {
    text-align: center;
  }
  .stada-lineup-v3_column_text {
    margin-top: 13px;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.5;
  }
  .stada-lineup-v3 + .stada-how-to {
    margin-top: 25px;
  }
  
  /* ----- stada-how-to ----- */
  .stada-how-to {
    margin-top: 32px;
  }
  .stada-how-to_item {
    width: 100%;
  }
  .stada-how-to_item:nth-child(n+2) {
    margin-top: 24px;
  }
  .stada-how-to_item_head {
    padding-bottom: 15px;
    background: radial-gradient(circle, #d6d6d6, #d6d6d6 40%, transparent 40%, transparent);
    background-size: 10px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .stada-how-to_item_body {
    margin-top: 17px;
  }
  .stada-how-to_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.8rem;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    text-align: center;
  }
  .stada-how-to_item_column {
    display: flex;
  }
  .stada-how-to_item_column_item {
    width: calc((100% - 15px) /2);
  }
  .stada-how-to_item_column_item:nth-child(even) {
    margin-left: 15px;
  }
  .stada-how-to_item_column-v2_item {
    width: 100%;
  }
  .stada-how-to_item_column-v2_item:nth-child(n+2) {
    margin-top: 25px;
  }
  .stada-how-to_text {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  .stada-how-to_text-v2 {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
  }
  .stada-how-to_text-v3 {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
  }
  .stada-how-to_image {
    margin-top: 15px;
    text-align: center;
  }
  .stada-how-to_image-v2 {
    margin-top: 22px;
    text-align: center;
  }
  .stada-how-to_image-v3 {
    margin-top: 8px;
    text-align: center;
  }
  .stada-how-to_image-v4 {
    margin-top: 8px;
    text-align: center;
  }
  .stada-how-to_image-v5 {
    margin-top: 12px;
    padding: 0 42px;
    text-align: center;
  }
  .stada-how-to_image-v6 {
    margin-top: 15px;
    padding: 0 35px;
    text-align: center;
  }
  .stada-how-to_image-v7 {
    margin-top: 27px;
    padding: 0 35px;
    text-align: center;
  }
  .stada-how-to_box {
    border: 1px solid #ddd;
  }
  .stada-how-to_box_inner {
    padding: 15px 10px 15px;
  }
  .stada-how-to_note-list {
    margin: 0;
  }
  .stada-how-to_note-list > li {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.5;
  }
  .stada-how-to_note-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .stada-how-to_order-list {
    margin: 0;
  }
  .stada-how-to_order-list > li {
    position: relative;
    padding-left: 1.0em;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
  }
  .stada-how-to_order-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- stada-how-to-v2 ----- */
  .stada-how-to-v2 {
    margin-top: 20px;
  }
  .stada-how-to-v2_item {
    width: 100%;
  }
  .stada-how-to-v2_item:nth-child(n+2) {
    margin-top: 15px;
  }
  .stada-how-to-v2_item_head {
    padding-bottom: 17px;
    background: radial-gradient(circle, #d6d6d6, #d6d6d6 40%, transparent 40%, transparent);
    background-size: 10px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .stada-how-to-v2_item_head + .stada-how-to-v2_item_body {
    margin-top: 18px;
  }
  .stada-how-to-v2_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.8rem;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    text-align: center;
  }
  .stada-how-to-v2_media {
    display: flex;
  }
  .stada-how-to-v2_media_content {
    width: calc((100% - 15px) / 2);
  }
  .stada-how-to-v2_media_image {
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
  }
  .stada-how-to-v2_media_text {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
  }
  .stada-how-to-v2_box {
    border: 1px solid #ddd;
  }
  .stada-how-to-v2_box_inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 10px 20px;
  }
  .stada-how-to-v2_box_lead {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    text-align: center;
  }
  .stada-how-to-v2_box_text {
    margin-top: 4px;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  
  /* ----- stada-how-to-v3 ----- */
  .stada-how-to-v3 {
    margin-top: 20px;
  }
  .stada-how-to-v3_item {
    width: 100%;
  }
  .stada-how-to-v3_item:nth-child(n+2) {
    margin-top: 25px;
  }
  .stada-how-to-v3_item_head {
    padding-bottom: 17px;
    background: radial-gradient(circle, #d6d6d6, #d6d6d6 40%, transparent 40%, transparent);
    background-size: 10px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .stada-how-to-v3_item_head + .stada-how-to-v3_item_body {
    margin-top: 17px;
  }
  .stada-how-to-v3_item_body {
    display: flex;
  }
  .stada-how-to-v3_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.8rem;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    text-align: center;
  }
  .stada-how-to-v3_text {
    width: calc((100% - 15px) / 2);
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
  }
  .stada-how-to-v3_image {
    text-align: center;
  }
  .stada-how-to-v3_image-v2 {
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
    padding-top: 6px;
    text-align: center;
  }
  
  /* ------------------------------------------------------
   * 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) {
}
@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 {
}