@charset "utf-8";

/* ======================================================
 * dtc.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
====================================================== */

/* ------------------------------------------------------
 * General Purpose
------------------------------------------------------ */
/* ----- margin ----- */
.timer-clock-mt-50 {
  margin-top:50px!important;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* -----timer-clock-box----- */
  .timer-clock-box {
    background: #43a3c1;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 25px 30px 25px 0px;
  }
  .timer-clock-box_head {
    margin-right: 30px;
  }
  .timer-clock-box_body__head {
    background: #fff;
    padding: 5px 10px;
    text-align: center;
  }
  .timer-clock-box_title {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .timer-clock-box_image {
    margin-top: 15px;
  }
  /* -----timer-clock-anchor-navi----- */
  .timer-clock-anchor-navi {
    margin-top: 20px;
  }
  .timer-clock-anchor-navi_list {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 40px;
  }
  .timer-clock-anchor-navi_list li .timer-clock-anchor-navi_link{
    position: relative;
  }
  .timer-clock-anchor-navi_list li .timer-clock-anchor-navi_link:hover img{
    opacity: 0.7;
  }
  .timer-clock-anchor-navi_new {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: min(calc((40 / 1280)* 100vw), 40px);
    right: min(calc((10 / 1280)* 100vw), 10px);
    transform: translateY(-50%);
    width: min(calc((60 / 1280)* 100vw), 60px);
    height: min(calc((60 / 1280)* 100vw), 60px);
    border-radius: 50%;
    background-color: #e86800;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
  }
  /* -----timer-clock-heading-lv2----- */
  .timer-clock-heading-lv2 {
    margin: 3.75em 0 1.75em;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }
  .timer-clock-heading_title {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* -----timer-clock-heading-new----- */
  .timer-clock-heading-lv2 .timer-clock-heading-new,
  .heading-lv4 .timer-clock-heading-new {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #e86800;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
  }
  .timer-clock-heading-lv2 .timer-clock-heading-new {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    font-size: 1.6rem;
  }
  .heading-lv4 .timer-clock-heading-new {
    width: 42px;
    height: 42px;
    margin-left: 10px;
    font-size: 1.2rem;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* -----timer-clock-anchor-navi----- */
  .timer-clock-anchor-navi_new {
    top: min(calc((35 / 768)* 100vw), 35px);
    right: min(calc((10 / 768)* 100vw), 10px);
    width: min(calc((51 / 768)* 100vw), 51px);
    height: min(calc((51 / 768)* 100vw), 51px);
  }
  /* -----timer-clock-heading-lv2----- */
  .timer-clock-heading-lv2 .timer-clock-heading-new {
    width: 50px;
    height: 50px;
  }
}
@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) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* -----timer-clock-box----- */
  .timer-clock_content {
    margin: 0 -15px;
    background: #43a3c1;
  }
  /* -----timer-clock-box-v2----- */
  .timer-clock_content-v2 {
    margin: 0 -15px;
  }
  /* -----timer-clock-box----- */
  .timer-clock-box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .timer-clock-box_body__head {
    background: #fff;
    padding: 5px;
    text-align: center;
  }
  .timer-clock-box_body {
    margin-top: 1px;
    padding: 0 15px 15px;
  }
  .timer-clock-box_title {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .timer-clock-box_image {
    margin-top: 15px;
  }
  /* -----timer-clock-anchor-navi----- */
  .timer-clock-anchor-navi {
    margin-top: 20px;
  }
  .timer-clock-anchor-navi_list {
    display: flex;
    flex-flow: row wrap;
    row-gap: 15px;
  }
  .timer-clock-anchor-navi_list li .timer-clock-anchor-navi_link{
    position: relative;
  }
  .timer-clock-anchor-navi_list li .timer-clock-anchor-navi_link:hover img{
    opacity: 0.7;
  }
  .timer-clock-anchor-navi_new {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: calc((30 / 750)* 100vw);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e86800;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
  }
  /* -----timer-clock-heading-lv2----- */
  .timer-clock-heading-lv2 {
    margin: 2.25em 0 1em;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
  }
  .timer-clock-heading_title {
    display: flex;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* -----timer-clock-heading-new----- */
  .timer-clock-heading-lv2 .timer-clock-heading-new,
  .heading-lv4 .timer-clock-heading-new {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #e86800;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
  }
  .timer-clock-heading-lv2 .timer-clock-heading-new {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 1.2rem;
  }
  .heading-lv4 .timer-clock-heading-new {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    font-size: 1rem;
  }

  /* ------------------------------------------------------
   * 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: 360px) {
  .light-corner-box-top .box-top-lead {
    padding: 5px 10px;
    font-size: 3.5vw;
  }
  .light-corner-box-top .box-top-lead > span {
    font-size: 4.8vw;
  }
}
  
/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {
}