@charset "utf-8";

/* ======================================================
 * satton.css
 * ------------------------------------------------------
 * Common
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * 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: 22px;
    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;
  }
  
  /* ----- satton-hero ----- */
  .satton-hero {
    display: block;
    width: 100%;
  }
  
  /* ----- satton-release-date ---- */
  .satton-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;
  }
  .satton-release-date + *,
  .satton-release-date + section > *:first-child {
    margin-top: 2.75em;
  }
  
  /* ----- satton-heading ----- */
  /* lv2 */
  .satton-heading-lv2 {
    position: relative;
    margin: 5.5em 0 0;
  }
  .satton-heading-lv2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 100%;
    height: 6px;
    border: solid #000;
    border-width: 2px 0;
    z-index: 1;
  }
  .satton-heading-lv2 .heading_title {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    background: #fff;
    color: #222;
    font-size: 4.5rem;
    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.4;
    z-index: 2;
  }
  /* lv3 */
  .satton-heading-lv3 {
    margin: 53px 0 0;
  }
  .satton-heading-lv3 .heading_title {
    font-size: 2.8rem;
    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.5;
    color: #222;
  }
  /* lv4 */
  .satton-heading-lv4 {
    margin: 28px 0 0;
  }
  .satton-heading-lv4 .heading_title {
    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;
    line-height: 1.6;
    color: #222;
  }
  /* ----- satton-features ----- */
  .satton-features {
    margin-top: 44px;
  }
  .satton-features .features_head {
  }
  .satton-features .features_body {
    padding: 37px 40px 40px;
    background: url(/sp/satton/img/index_bg01.jpg) no-repeat;
    background-size: cover;
  }
  /* v1 */
  .satton-features .features_column-v1 {
    position: relative;
    display: flex;
    background-color: #f7f7f7;
  }
  .satton-features .features_column-v1 .colmun_image {
    flex-shrink: 0; 
    width: 38.25%;
  }
  .satton-features .features_column-v1 .colmun_detail {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1em 1em 1em min(6.17%,7.4rem);
  }
  .satton-features .features_column-v1 .colmun_lead {
    position: relative;
    padding-right: 99px;
    color: #333;
    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;
    line-height: 1.6;
  }
  .satton-features .features_column-v1 .colmun_lead::after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: block;
    width: 96px;
    height: 71px;
    background: url("/sp/satton/img/index_ex01.png") no-repeat center;
    background-size: contain;
  }
  /* features_lead */
  .satton-features .features_lead {
    position: relative;
    width: calc(100% - (min(2.67vw,32px) * 2));
    margin: 0 auto;
  }
  .satton-features .features_lead::before,
  .satton-features .features_lead::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: calc(min(2.67vw,32px) + 5px);
    height: 100%;
    border-style: solid;
    border-width: calc(min(2.67vw,32px) + 5px);
    border-color: transparent #fff;
    z-index: 1;
  }
  .satton-features .features_lead::before {
    right: 100%;
    border-left-width: 0;
    border-left-color: transparent;
  }
  .satton-features .features_lead::after {
    left: 100%;
    border-right-width: 0;
    border-right-color: transparent;
  }
  .satton-features .features_lead .lead_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: solid #fff;
    border-width: 5px 0;
    padding: 15px 0 24px 0;
    background-color: #222;
    z-index: 2;
  }
  .satton-features .features_lead .lead_inner::before,
  .satton-features .features_lead .lead_inner::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: min(2.67vw,32px);
    height: 100%;
    border-style: solid;
    border-width: min(2.67vw,32px);
    border-color: transparent #222;
  }
  .satton-features .features_lead .lead_inner::before {
    right: 100%;
    border-left-width: 0;
    border-left-color: transparent;
  }
  .satton-features .features_lead .lead_inner::after {
    left: 100%;
    border-right-width: 0;
    border-right-color: transparent;
  }
  .satton-features .features_lead .lead_text{
    width: 100%;
    height: 100%;
    padding-right: min(4vw,48px);
    color: #fff;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: clamp(2.1rem, 2vw, 2.6rem);
    font-weight: bold;
    text-align: center;
  }
  .satton-features .features_lead .lead_text strong{
    font-size: 1.23em;
  }
  .satton-features .features_lead .lead_image{
    position: absolute;
    top: -10px;
    right: min(0.67vw,8px);
    aspect-ratio: 1/1;
    width: min(13.3vw,160px);
  }
  /* v2 */
  .satton-features .features_column-v2 {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 22px;
  }
  .satton-features .features_column-v2 .colmun_image + .colmun_image{
    margin-left: 40px;
  }
  /* ----- satton-lineup ----- */
  /* v1 */
  .satton-lineup-v1 {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 27px;
  }
  .satton-lineup-v1 .lineup_image {
    flex-shrink: 0;
    width: min(65.7%,788px);
    margin-right: min(3%,36px);
  }
  .satton-lineup-v1 .lineup_item {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    width: min(31.3%,376px);
  }
  .satton-lineup-v1 .lineup_item .item_detail {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1em 0;
  }
  .satton-lineup-v1 .lineup_item .item_detail .item_lead {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: clamp(2rem, 1.8vw, 2.5rem);
    line-height: 1.5;
  }
  .satton-lineup-v1 .lineup_item .item_image {
    flex-shrink: 0;
  }
  /* v2 */
  .satton-lineup-v2 {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 39px
  }
  .satton-lineup-v2 .lineup_image + .lineup_image {
    margin-left: 36px;
  }
  /* satton_image */
  .satton-heading-lv4 + .satton_image {
    margin-top: 14px;
  }
  
  /* ----- satton-modal-container ----- */
  .satton-modal-container {
    display: none;
  }
  /* ----- satton-modal-content ----- */
  .satton-modal-content {
    position: relative;
    margin: 0 60px;
    border-radius: 10px;
    padding: 4.0625em 4.375em;
    background: #ffffff;
  }
  /* v2 */
  .satton-modal-content-v2 {
    position: relative;
    margin: 0;
    padding: 50px 50px 35px;
    background: #ffffff;
  }
  /* ----- satton-gallery (modal) ----- */
  #cboxOverlay.satton-gallery {
    background: #000000;
  }
  #colorbox.satton-gallery #cboxContent {
    background: #fff
  }
  #colorbox.satton-gallery #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.satton-gallery #cboxClose {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    background: url(/sp/satton/img/btn-close.png) no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.satton-gallery #cboxNext,
  #colorbox.satton-gallery #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -30px;
    background: url("/sp/satton/img/btn-pager.png") no-repeat;
    width: 20px;
    height: 38px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.satton-gallery #cboxPrevious {
    left: 10px;
  }
  #colorbox.satton-gallery #cboxNext {
    transform: rotate(180deg);
    right: 10px;
  }
  /* ----- satton-gallery-layout ----- */
  .satton-gallery-layout {
    margin-top: 65px;
  }
  .satton-gallery-layout > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .satton-gallery-layout > *:first-child {
    margin-top: 0 !important;
  }
  .satton-gallery-layout .gallery_heading + * {
    margin-top: 3.125em !important;
  }
  
  /* ----- type-satton-gallery ----- */
  .type-satton-gallery .column_item:hover {
    opacity: 0.8;
  }
  .type-satton-gallery[data-row-pc]:not([data-row-pc="1"]) > .column_item {
    margin-left: 40px;
  }
  .type-satton-gallery[data-row-pc="2"] > .column_item {width: calc((100% - (40px * 1)) / 2);}
  .type-satton-gallery[data-row-pc="3"] > .column_item {width: calc((100% - (40px * 2)) / 3);}
  .type-satton-gallery[data-row-pc="4"] > .column_item {width: calc((100% - (40px * 3)) / 4);}
  .type-satton-gallery[data-row-pc="5"] > .column_item {width: calc((100% - (40px * 4)) / 5);}
  [data-browser="ie11"] .type-satton-gallery[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="ie11"] .type-satton-gallery[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="ie11"] .type-satton-gallery[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="ie11"] .type-satton-gallery[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  [data-browser="edge"] .type-satton-gallery[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="edge"] .type-satton-gallery[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="edge"] .type-satton-gallery[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="edge"] .type-satton-gallery[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  .type-satton-gallery[data-row-pc="2"] > .column_item:nth-child(2n+1),
  .type-satton-gallery[data-row-pc="3"] > .column_item:nth-child(3n+1),
  .type-satton-gallery[data-row-pc="4"] > .column_item:nth-child(4n+1),
  .type-satton-gallery[data-row-pc="5"] > .column_item:nth-child(5n+1) {
    margin-left: 0;
  }
  .type-satton-gallery[data-row-pc="1"] > .column_item + .column_item,
  .type-satton-gallery[data-row-pc="2"] > .column_item:nth-child(n+3),
  .type-satton-gallery[data-row-pc="3"] > .column_item:nth-child(n+4),
  .type-satton-gallery[data-row-pc="4"] > .column_item:nth-child(n+5),
  .type-satton-gallery[data-row-pc="5"] > .column_item:nth-child(n+6) {
    margin-top: 40px;
  }
  /* ------------------------------------------------------
   * 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: 2.0em;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- 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: 2px;
    margin-left: 18px;
    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;
  }
  
  
  
  /* ----- satton-hero ----- */
  .satton-hero {
    display: block;
    margin: 0 -15px;
    text-align: center;
  }
  
  
  /* ----- satton-release-date ---- */
  .satton-release-date {
    margin: 2.3em 0 0;
    font-size: 1.2rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: right;
  }
  .satton-release-date + *,
  .satton-release-date + section > *:first-child {
    margin-top: 3.8em;
  }
  
  /* ----- satton-heading ----- */
  /* lv2 */
  .satton-heading-lv2 {
    position: relative;
    margin: 44px 0 0;
  }
  .satton-heading-lv2::before {
    content: "";
    position: absolute;
    top: 44%;
    right: 0;
    display: block;
    width: 100%;
    height: 6px;
    border: solid #000;
    border-width: 2px 0;
    z-index: 1;
  }
  .satton-heading-lv2 .heading_title {
    position: relative;
    display: inline-block;
    max-width: 81vw;
    padding-right: 10px;
    background: #fff;
    color: #222;
    font-size: 3.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.4;
    z-index: 2;
  }
  /* lv3 */
  .satton-heading-lv3 {
    margin: 29px 0 0;
  }
  .satton-heading-lv3 .heading_title {
    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;
    line-height: 1.5;
    color: #222;
  }
  /* lv4 */
  .satton-heading-lv4 {
    margin: 7px 0 0;
  }
  .satton-heading-lv4 .heading_title {
    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;
    color: #222;
  }
  /* ----- satton-features ----- */
  .satton-features {
    width: 100vw;
    margin-top: 25px;
    margin-left: calc(50% - 50vw);
  }
  .satton-features .features_head {
  }
  .satton-features .features_body {
    padding: 24px 15px 23px;
    background: url(/sp/satton/img/index_bg01.jpg) no-repeat;
    background-size: cover;
  }
  /* v1 */
  .satton-features .features_column-v1 {
    position: relative;
    background-color: #f7f7f7;
  }
  .satton-features .features_column-v1 .colmun_image {
    width: 100%;
    text-align: center;
  }
  .satton-features .features_column-v1 .colmun_detail {
    padding: 1.3em 1.0em;
  }
  .satton-features .features_column-v1 .colmun_lead {
    position: relative;
    max-width: 345px;
    margin: 0 auto;
    padding-right: 56px;
    color: #333;
    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;
    line-height: 1.6;
  }
  .satton-features .features_column-v1 .colmun_lead::after {
    content: "";
    position: absolute;
    top: -7px;
    right: 0px;
    display: block;
    width: 56px;
    height: 42px;
    background: url("/sp/satton/img/index_ex01.png") no-repeat center;
    background-size: contain;
  }
  /* features_lead */
  .satton-features .features_lead {
    position: relative;
    width: calc(100% - (min(5.2vw,19.5px) * 2));
    margin: 0 auto;
  }
  .satton-features .features_lead::before,
  .satton-features .features_lead::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: calc(min(5.2vw,19.5px) + 2.5px);
    height: 100%;
    border-style: solid;
    border-width: calc(min(5.2vw,19.5px) + 2.5px);
    border-color: transparent #fff;
    z-index: 1;
  }
  .satton-features .features_lead::before {
    right: 100%;
    border-left-width: 0;
    border-left-color: transparent;
  }
  .satton-features .features_lead::after {
    left: 100%;
    border-right-width: 0;
    border-right-color: transparent;
  }
  .satton-features .features_lead .lead_inner {
    position: relative;
    width: 100%;
    border: solid #fff;
    border-width: 2.5px 0;
    padding: 14px 0 19px 0;
    background-color: #222;
    z-index: 2;
  }
  .satton-features .features_lead .lead_inner::before,
  .satton-features .features_lead .lead_inner::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: min(5.2vw,19.5px);
    height: 100%;
    border-style: solid;
    border-width: min(5.2vw,19.5px);
    border-color: transparent #222;
    z-index: 1;
  }
  .satton-features .features_lead .lead_inner::before {
    right: 100%;
    border-left-width: 0;
    border-left-color: transparent;
  }
  .satton-features .features_lead .lead_inner::after {
    left: 100%;
    border-right-width: 0;
    border-right-color: transparent;
  }
  .satton-features .features_lead .lead_text{
    position: relative;
    left: -.73em;
    width: calc(100% + .73em);
    padding-right: min(20vw,82px);
    color: #fff;
    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;
    line-height: 1.2;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
    z-index: 2;
  }
  .satton-features .features_lead .lead_text p + p{
    margin-top: .3em;
  }
  .satton-features .features_lead .lead_text strong{
    font-size: 1.2em;
    line-height: 1.3;
  }
  .satton-features .features_lead .lead_image{
    position: absolute;
    top: calc(50% - (min(20.8vw,78px)/2));
    right: max(-2.7vw,-10px);
    aspect-ratio: 1/1;
    width: min(20.8vw,78px);
    z-index: 2;
  }
  /* v2 */
  .satton-features .features_column-v2 {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 12px;
  }
  .satton-features .features_column-v2 .colmun_image + .colmun_image{
    margin-left: 25px;
    text-align: center;
  }
  /* ----- satton-lineup ----- */
  /* v1 */
  .satton-lineup-v1 {
    margin-top: 14px;
  }
  .satton-lineup-v1 .lineup_image {
    width: min(100%,788px);
    margin-right: min(3%,36px);
  }
  .satton-lineup-v1 .lineup_item {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
  }
  .satton-lineup-v1 .lineup_item .item_detail {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 9px 0 0;
  }
  .satton-lineup-v1 .lineup_item .item_detail .item_lead {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .satton-lineup-v1 .lineup_item .item_image {
    margin-top: 21px;
  }
  .satton-lineup-v1 .lineup_item .item_image img {
    width: 100%;
  }
  /* v2 */
  .satton-lineup-v2 {
    margin-top: 22px
  }
  .satton-lineup-v2 .lineup_image + .lineup_image {
    margin-top: 16px;
  }
  .satton-lineup-v2 .lineup_image img {
    width: 100%;
  }
  /* satton_image */
  .satton-heading-lv4 + .satton_image {
    margin-top: 5px;
    text-align: center;
  }
  
  /* ----- satton-modal-container ----- */
  .satton-modal-container {
    display: none;
  }
  
  /* ----- satton-modal-content ----- */
  .satton-modal-content {
    position: relative;
    margin: 10px 10%;
    border-radius: 10px;
    padding: 28px 20px 15px;
    background-color: #ffffff;
  }
  /* v2 */
  .satton-modal-content-v2 {
    position: relative;
    margin: 0;
    padding: 30px 30px 20px;
    background-color: #ffffff;
  }
  
  /* ----- satton-gallery (modal) ----- */
  #colorbox.satton-gallery #cboxContent {
    background: #fff;
    margin-top: 0;
  }
  #colorbox.satton-gallery #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.satton-gallery #cboxClose {
    position: absolute;
    top: 3px;
    right: 4px;
    display: block;
    background: url(/sp/satton/img/btn-close.png) no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.satton-gallery #cboxNext,
  #colorbox.satton-gallery #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -16px;
    background: url("/sp/satton/img/btn-pager.png") no-repeat;
    width: 14px;
    height: 25px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.satton-gallery #cboxPrevious {
    left: 6px;
  }
  #colorbox.satton-gallery #cboxNext {
    transform: rotate(180deg);
    right: 6px;
  }
  #cboxOverlay.satton-gallery {
    background: #000000;
  }
  
  /* ----- satton-gallery-layout ----- */
  .satton-gallery-layout {
    margin-top: 33px;
  }
  .satton-gallery-layout .column_item {
    margin-top: 1em;
  }
  .satton-gallery-layout > *:first-child {
    margin-top: 0 !important;
  }
  .satton-gallery-layout .gallery_heading + * {
    margin-top: 2.15em !important;
  }
  /* ------------------------------------------------------
   * 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 {
}