@charset "utf-8";

/* ======================================================
 * poketotape.css
 * ------------------------------------------------------
 * @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
====================================================== */

/* ======================================================
 * Font
====================================================== */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .contents-wrap[data-contents-type="poketotape"] {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
  }
  h2, h3, h4 {
    color: #000;
  }
  .util-pc-hidden {
    display: none!important;
  }
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- poketotape-media ----- */
  .poketotape-media {
    display: flex;
    margin-top: 45px;
  }
  .poketotape-media__head {
    margin-right: 36px;
    width: 48.5%;
  }
  .poketotape-media__body {
    display: flex;
    align-items: center;
    width: 48.5%;
  }
  
  .poketotape-block {
    margin-top: 70px;
  }
  /* ----- poketotape-heading3 ----- */
  .poketotape-heading3 {
    border-bottom: 2px solid #ddd;
    padding: 10px 0;
    margin-top: 45px;
  }
  .poketotape-heading3 .heading_title3 {
    font-size: 2.8rem;
    font-weight: bold;
  }
  /* ----- poketotape-heading4 ----- */
  .poketotape-heading4 {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .poketotape-heading4 .heading_title4 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  
  /* ----- heading-decoration ----- */
  .heading-decoration {
    width: 250px;
    font-size: 3rem;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  /* ----- poketotape-list-wrap ----- */
  .poketotape-list-wrap {
    margin-top: 45px;
  }
  .poketotape-list-wrap li {
    position: relative;
    font-size: 1.2rem;
    padding-left: 15px;
  }
  .poketotape-list-wrap li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 7px;
    left: 3px;
    background-color: #555;
  }
  .poketotape-list-wrap li:not(:first-of-type) {
   margin-top: 13px; 
  }
  
  .pc-mt15 {
    margin-top: 15px!important;
  }
  .pc-mt35 {
    margin-top: 35px!important;
  }
  .pc-mt45 {
    margin-top: 45px!important;
  }
  /* ----- add-parts ----- */
  .poketotape-lead-block {
    margin: 3.5em 0 1.75em;
  }
  .poketotape-lead-block > .poketotape-lead-text {
    font-size: 3.6rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
  }
  .poketotape-column-layout {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
  }
  .poketotape-column-layout > .poketotape-column_item:first-of-type {
    margin-right: 90px;
  }
  /* ----- poketotape-models ----- */
  .poketotape-models {
    text-align: center;
  }
  .poketotape-models > .poketotape-models_title {
    margin: 60px 0 42px;
    font-size: 1.5em;
    font-weight: bold;
  }
  .poketotape-models > .poketotape-subnav > li {
    display: inline-block;
    width: 24%;
    height: 61px;
    padding: 10px 0;
    font-size: 1.4rem;
    border-left: 1px dotted #000;
  }
  .poketotape-models > .poketotape-subnav::after {
    content: "";
    clear: both;
    display: block;
  }
  .poketotape-models > .poketotape-subnav li:last-child {
    border-right: 1px dotted #000;
  }
  .poketotape-models > .poketotape-subnav li > a {
    display: table;
    margin: 0 auto;
    padding-left: 26px;
    background: url(/sp/english/poketotape/img/poketotape_ic01.png) no-repeat left center;
    cursor: pointer;
    color: #000;
    text-decoration: none;
  }
  .poketotape-models > .poketotape-subnav li > a > img {
    max-width: 44px;
  }
  .poketotape-models > .poketotape-subnav li > a > .poketotape-models_wrap {
    display: table-cell;
    padding-left: 10px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.7;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .poketotape-series-media::after,
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@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: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .poketotape-layout-v2 .poketotape_inner {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .contents-wrap[data-contents-type="poketotape"] {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #1c1c1c;
    position: relative;
  }
  .poketotape-heading .heading_title,
  .poketotape-series-heading .heading_title {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .util-sp-hidden {
    display: none!important;
  }
  .text, .text--center {
    line-height: 1.75;
  }
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .container {
  }
  .Header {
    z-index: 999!important;
  }
  .menu-overlay {
    z-index: 99!important;
  }
  .search-overlay {
    z-index: 99!important;
  }
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- heading-decoration ----- */
  .heading-decoration {
    width: 195px;
    font-size: 2.25rem;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  
  
  .poketotape-block {
    margin-top: 45px;
  }
  
  /* ----- poketotape-media ----- */
  .poketotape-media {
    display: flex;
    flex-direction: column-reverse!important;
    margin-top: 30px;
  }
  .poketotape-media__head {
    width: 100%;
    margin: 15px 0 0;
  }
  .poketotape-media__image {
    text-align: center;
  }
  .poketotape-media__body {
  }
  /* ----- r30gs-button-wrap--center ----- */
  .poketotape-button-wrap--center {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .poketotape-button__type {
    display: block;
    padding: 15px 27px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #000;
    color: #fff!important;
    font-size: 1.5rem;
    font-weight: bold;
  }
  /* ----- poketotape-heading3 ----- */
  .poketotape-heading3 {
    padding-bottom: 8px;
    margin-top: 50px;
    border-bottom: 2px solid #ddd;
  }
  .poketotape-heading3 .heading_title3 {
    font-size: 2rem;
    font-weight: bold;
  }
  /* ----- poketotape-heading4 ----- */
  .poketotape-heading4 {
    padding-bottom: 8px; 
    margin-top: 25px;
    border-bottom: 1px solid #ddd;
  }
  .poketotape-heading4 .heading_title4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  /* ----- poketotape-list-wrap ----- */
  .poketotape-list-wrap {
    margin-top: 15px;
  }
  .poketotape-list-wrap li {
    position: relative;
    font-size: 1.1rem;
    padding-left: 15px;
  }
  .poketotape-list-wrap li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 7px;
    left: 3px;
    background-color: #555;
  }
  .poketotape-list-wrap li:not(:first-of-type) {
   margin-top: 13px; 
  }
  
  .text--small {
    font-size: 1.1rem;
  }
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .sp-mt10 {
    margin-top: 10px!important;
  }
  .sp-mt15 {
    margin-top: 15px!important;
  }
  .sp-mt20 {
    margin-top: 20px!important;
  }
  .sp-mt23 {
    margin-top: 23px!important;
  }
  .sp-mt25 {
    margin-top: 25px!important;
  }
  /* ----- add-parts ----- */
  .poketotape-hero-layout {
    width: 100vw;
    margin: 2.5em 0 0 calc(50% - 50vw);
  }
  .poketotape-lead-block {
    margin: 2.75em 0 2em;
  }
  .poketotape-lead-block > .poketotape-lead-text {
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
  }
  .poketotape-column-layout {
    margin-top: 40px;
    display: block;
    
  }
  .poketotape-column-layout > .poketotape-column_item {
    display: flex;
    justify-content: center;
  }
  .poketotape-column-layout > .poketotape-column_item {
    margin-top: 20px;
  }
  .column-layout .column_item.poketotape-sp-wdt{
    padding: 0 20%;
    display: flex;
    justify-content: center;
  }
  /* ----- poketotape-models ----- */
  .poketotape-models {
    text-align: center;
  }
  .poketotape-models > .poketotape-models_title {
    margin: 1.4em 0 1.2em;
    font-size: 1.5em;
    font-weight: bold;
  }
  .poketotape-models > .poketotape-subnav {
    text-align: center;
  }
  .poketotape-models > .poketotape-subnav::after {
    content: "";
    clear: both;
    display: block;
  }
  .poketotape-models > .poketotape-subnav > li {
    width: 150px;
    margin: 2.9em auto 0;
    font-size: 1.4rem;
  }
  .poketotape-models > .poketotape-subnav li:first-child {
    margin: 1.8em auto 0;
  }
  .poketotape-models > .poketotape-subnav li > a {
    display: table;
    padding-left: 26px;
    background: url(/sp/english/poketotape/img/poketotape_ic01.png) no-repeat left center;
    cursor: pointer;
    color: #000;
    text-decoration: none;
  }
  .poketotape-models > .poketotape-subnav li > a > img {
    max-width: 90px;
  }
  .poketotape-models > .poketotape-subnav li > a > .poketotape-models_wrap {
    display: table-cell;
    padding-left: 23px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.7;
  }
  /* ------------------------------------------------------
   * 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 (min-width: 700px) and (max-width: 767px) {
}
@media only screen and (min-width: 600px) and (max-width: 699px) {
}
@media only screen and (min-width: 500px) and (max-width: 599px) {
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 365px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 355px) {
}
@media only screen and (max-width: 335px) {
}
@media only screen and (max-width: 320px) {
}


@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .poketotape-anchor-menu__area__inner {
    width: auto;
    margin: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .poketotape-anchor-link__list {
    justify-content: flex-start;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
}