@charset "utf-8";

/* ======================================================
 * flatote.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
  ------------------------------------------------------ */
/* ----- font ----- */
/* Noto Sans */
.handypoach-hero-layout,
.handypoach-detail,
.handypoach-layout {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #231815;
}
/* ======================================================
 * 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;
  }
  
  /* ----- margin ----- */
  .pc-mt50 {
    margin-top: 50px!important;
  }
  .pc-mt60 {
    margin-top: 60px!important;
  }
  
  /* ----- handypoach-hero-layout ----- */
  .handypoach-hero-layout {
    position: relative;
  }
  .handypoach-hero_read-wrap {
    position: absolute;
    top: 66px;
    left: 360px;
  }
  .handypoach-hero_read--point01,
  .handypoach-hero_read--point02,
  .handypoach-hero_read--point03 {
    position: relative;
    width: 242px;
    padding: 10px 12px 15px 18px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    font-weight: 500;
    line-height: 1.4;
  }
  .handypoach-hero_read--point01::before,
  .handypoach-hero_read--point02::before,
  .handypoach-hero_read--point03::before {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 41px;
    height: 50px;
    background-repeat: no-repeat;
    content: "";
  }
  .handypoach-hero_read--point02 {
    margin-top: 52px;
    padding-top: 5px;
  }
  .handypoach-hero_read--point03 {
    margin-top: 52px;
  }
  .handypoach-hero_read--point01::before {
    background-image: url("/sp/handypoach/img/index_main_tx01.png");
  }
  .handypoach-hero_read--point02::before {
    background-image: url("/sp/handypoach/img/index_main_tx02.png");
  }
  .handypoach-hero_read--point03::before {
    background-image: url("/sp/handypoach/img/index_main_tx03.png");
  }
  .handypoach-hero_read_bold {
    display: inline-block;
    margin-top: 5px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
  }
  .handypoach-hero_release {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
  }
  
  /* ----- handypoach-detail ----- */
  .handypoach-detail {
    margin-top: 45px;
  }
  .handypoach-detail_read {
    text-align: center;
    padding: 0 20px;
  }
  .handypoach-detail_read_text {
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .handypoach-detail_read_text_large {
    font-size: 3rem;
  }
  .handypoach-detail_read_text::before {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 2px;
    height: 38px;
    transform: translateY(-50%) rotate(-30deg);
    background-color: #231815;
    content: "";
  }
  .handypoach-detail_read_text::after {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 2px;
    height: 38px;
    transform: translateY(-50%) rotate(30deg);
    background-color: #231815;
    content: "";
  }
  .handypoach-detail-colmn {
    display: flex;
    flex-flow: row wrap;
    margin-top: 25px;
  }
  .handypoach-detail_item {
    width: calc((100% - 72px) / 3);
    margin-right: 36px;
  }
  .handypoach-detail_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .handypoach-detail_item:nth-of-type(n+4) {
    margin-top: 36px;
  }
  .handypoach-detail_text {
    margin-top: 15px;
    font-weight: bold;
  }
  
  /* ----- handypoach-layout ----- */
  .handypoach-layout {
    margin-top: 95px;
  }
  .handypoach-layout_heading2 {
    padding-right: 21px;
    border-bottom: 2px solid #231815;
  }
  .handypoach-layout_heading2_title {
    position: relative;
    display: inline-block;
    padding: 2px 8px 0;
    background-color: #231815;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
  }
  .handypoach-layout_heading2_title::after {
    position: absolute;
    top: 0;
    right: -21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 0 0 21px;
    border-color: transparent transparent transparent #231815;
    content: "";
  }
  .handypoach-layout_lead {
    margin-top: 20px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
  }
  .handypoach-layout_heading3 {
    margin-top: 30px;
  }
  .handypoach-layout_heading3_title {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    background: linear-gradient(transparent 60%,#ffb971 0);
  }
  .handypoach-layout_image {
    margin-top: 20px;
  }
  .handypoach-layout-colmn-3 {
    display: flex;
    flex-flow: row wrap;
    margin-top: 60px;
  }
  .handypoach-layout-colmn-3 .handypoach-layout_item {
    width: calc((100% - 72px) / 3);
    margin-right: 36px;
  }
  .handypoach-layout-colmn-3 .handypoach-layout_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .handypoach-layout-colmn-3 .handypoach-layout_item:nth-of-type(n+4) {
    margin-top: 36px;
  }
  .handypoach-layout-colmn-2{
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
  }
  .handypoach-layout-colmn-2 .handypoach-layout_item {
    width: calc((100% - 36px) / 2);
    margin-right: 36px;
  }
  .handypoach-layout-colmn-2 .handypoach-layout_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .handypoach-layout-colmn-2 .handypoach-layout_item:nth-of-type(n+3) {
    margin-top: 36px;
  }
  .handypoach-layout_item_text,
  .handypoach-layout_item_text--sp-center {
    margin-top: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  .handypoach-layout_item_text--center {
    margin-top: 15px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .handypoach-layout_item_list {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
  }
  .handypoach-layout_item_list > li {
    position: relative;
    padding-left: 34px;
    font-weight: bold;
  }
  .handypoach-layout_item_list > li+li {
    margin-top: 5px;
  }
  .handypoach-layout_item_list_mark {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 5px;
    padding: 2px 6px;
    background-color: #231815;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after{
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .handypoach-hero_visual .slick-dots {
    width: calc((706/1280)*100vw);
  }
  .handypoach-hero_read-wrap {
    position: absolute;
    top: calc((66/1280)*100vw);
    left: calc((360/1280)*100vw);
  }
  .handypoach-hero_read--point01,
  .handypoach-hero_read--point02,
  .handypoach-hero_read--point03 {
    position: relative;
    width: calc((250/1280)*100vw);
    padding: calc((10/1280)*100vw) calc((12/1280)*100vw) calc((15/1280)*100vw) calc((18/1280)*100vw);
    font-size: calc((16/1280)*100vw);
  }
  .handypoach-hero_read--point02,
  .handypoach-hero_read--point03 {
    margin-top: calc((52/1280)*100vw);
  }
  .handypoach-hero_read_bold {
    font-size: calc((24/1280)*100vw);
  }
}
/***
@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) {
  /* ----- 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;
  }
  
  /* ----- margin ----- */
  .sp-mt25 {
    margin-top: 25px!important;
  }
  .sp-mt30 {
    margin-top: 30px!important;
  }
  
  /* ----- handypoach-hero-layout ----- */
  .handypoach-hero_visual {
    width: 100vw;
    margin-left: -15px;
  }
  .handypoach-hero_read-wrap {
    width: 100vw;
    margin-left: -15px;
    padding: 20px 15px;
    background-color: #dfe0e1;
  }
  
  .handypoach-hero_read--point01,
  .handypoach-hero_read--point02,
  .handypoach-hero_read--point03 {
    position: relative;
    margin-left: 15px;
    padding: 0 16px 10px 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 500;
    line-height: 1.8;
  }
  .handypoach-hero_read--point01::before,
  .handypoach-hero_read--point02::before,
  .handypoach-hero_read--point03::before {
    position: absolute;
    top: -19px;
    left: -17px;
    width: 31px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .handypoach-hero_read--point02 {
    margin-top: 40px;
  }
  .handypoach-hero_read--point03 {
    margin-top: 40px;
  }
  .handypoach-hero_read--point01::before {
    background-image: url("/sp/handypoach/img/index_main_tx01.png");
  }
  .handypoach-hero_read--point02::before {
    background-image: url("/sp/handypoach/img/index_main_tx02.png");
  }
  .handypoach-hero_read--point03::before {
    background-image: url("/sp/handypoach/img/index_main_tx03.png");
  }
  .handypoach-hero_read_bold {
    display: inline-block;
    font-size: 1.9rem;
    line-height: 1;
  }
  .handypoach-hero_release {
    margin-top: 8px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
  }
  
  /* ----- handypoach-detail ----- */
  .handypoach-detail {
    margin-top: 25px;
  }
  .handypoach-detail_read {
    text-align: center;
    padding: 0 20px;
  }
  .handypoach-detail_read_text {
    position: relative;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 500;
  }
  .handypoach-detail_read_text_large {
    font-size: 2rem;
  }
  .handypoach-detail_read_text::before {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 3px;
    height: 48px;
    transform: translateY(-50%) rotate(-17deg);
    background-color: #231815;
    content: "";
  }
  .handypoach-detail_read_text::after {
    position: absolute;
    top: 50%;
    right: -15px;
    width: 3px;
    height: 48px;
    transform: translateY(-50%) rotate(17deg);
    background-color: #231815;
    content: "";
  }
  .handypoach-detail-colmn {
    margin-top: 20px;
  }
  .handypoach-detail_item + .handypoach-detail_item {
    margin-top: 20px;
  }
  .handypoach-detail_text {
    margin-top: 10px;
    font-weight: bold;
  }
  
  /* ----- handypoach-layout ----- */
  .handypoach-layout {
    margin-top: 35px;
  }
  .handypoach-layout_heading2 {
    padding-right: 10px;
    border-bottom: 2px solid #231815;
  }
  .handypoach-layout_heading2_title {
    position: relative;
    display: inline-block;
    padding: 1px 4px 0;
    background-color: #231815;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  .handypoach-layout_heading2_title::after {
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0 10px;
    border-color: transparent transparent transparent #231815;
    content: "";
  }
  .handypoach-layout_lead {
    margin-top: 10px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .handypoach-layout_heading3 {
    margin-top: 30px;
  }
  .handypoach-layout_heading3_title {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
    background: linear-gradient(transparent 60%,#ffb971 0);
  }
  .handypoach-layout_image {
    margin-top: 15px;
  }
  .handypoach-layout-colmn-3 {
    margin-top: 30px;
  }
  .handypoach-layout-colmn-2{
    margin-top: 15px;
  }
  .handypoach-layout_item + .handypoach-layout_item {
    margin-top: 20px;
  }
  .handypoach-layout_item_text {
    margin-top: 5px;
    font-weight: bold;
    line-height: 1.4;
  }
  .handypoach-layout_item_text--center,
  .handypoach-layout_item_text--sp-center {
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .handypoach-layout_item_list {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
  }
  .handypoach-layout_item_list > li {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
  }
  .handypoach-layout_item_list > li+li {
    margin-top: 10px;
  }
  .handypoach-layout_item_list_mark {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 6px;
    background-color: #231815;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
  }
  
  /* ------------------------------------------------------
   * 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 (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 {
}