@charset "utf-8";

/* ======================================================
 * tette_index.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Header
 * - Gnav
 * - Main
 * - Footer
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Header
 * - Gnav
 * - Main
 * - Footer
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  
  body {
    position: relative;
  }
	.tette-contents {
		width: 100%;
		max-width: 1180px;
		margin: 0 auto;
		font: 1.6rem/1.75 "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .tette-Header {
    width: 100%;
    background: rgb(240,240,240);
    background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
    border-bottom: 2px solid #e2e2e2;
    box-shadow: 0 6px 6px 0 rgba(226,226,226,0.5);
    z-index: 10;
  }
  .tette-Header .tette-HeaderBody {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .tette-header-identity {
    text-align: center;
  }
  .tette-header-identity .identity_logo {
    display: inline-block;
    width: 130px;
    margin-bottom: 18px;
  }
  .menu-overlay {
    display: none;
  }
  
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .sp-nav-icon {
    display: none;
  }
  .tette-header-nav .tette-nav_global {
    display: table;
    width: 100%;
    max-width: 1180px;
  }
  .tette-header-nav .tette-nav_global > li {
    display: table-cell;
    width: 20%;
  }
  .tette-header-nav .tette-nav_global > li > a {
    display: block;
    padding: 20px 0;
  }
  .tette-header-nav .tette-nav_global > li > a:hover {
    opacity: .7;
  }
  .tette-header-nav .tette-nav_global > li > a > span {
    overflow: hidden;
    display: block;
    height: 19px;
    background-image: url("/sp/english/tette/img/index_header_nav_pc.png");
    background-repeat: no-repeat;
    text-indent: -9999px;
    white-space: nowrap;
  }
  .tette-header-nav .tette-nav_global > .nav_global-list01 > a > span { background-position: 50% 0; }
  .tette-header-nav .tette-nav_global > .nav_global-list02 > a > span { background-position: 50% -19px; }
  .tette-header-nav .tette-nav_global > .nav_global-list03 > a > span { background-position: 50% -38px; }
  .tette-header-nav .tette-nav_global > .nav_global-list04 > a > span { background-position: 50% -57px; }
  .tette-header-nav .tette-nav_global > .nav_global-list05 > a > span { background-position: 50% -76px; }
  
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .tette-Main {
    overflow: hidden;
    padding: 0 0 25px;
  }
  .tette-MainBody {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }
  .tette-contents {
    padding-bottom: 2.1875em;
  }
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .tette-Footer .tette-FooterBody {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }
  .tette-Footer .tette-FooterBody .footer-logo {
    width: 18.39%;
    margin: 0 auto;
    text-align: center;
  }
  .tette-Footer .tette-FooterBody .footer-logo + p {
    margin-top: 3.125em;
    padding-bottom: 1.25em;
    text-align: center;
  }
  .tette-Footer .tette-FooterBody .copyright {
    font-size: 1.5rem;
    font-size: 15px;
    color: #838383;
  }
  .tette-Footer .Pagetop {
    position: fixed;
    right: 30px;
    bottom: 20px;
    display: inline-block;
    width: 52px;
    height: 52px;
  }
  .tette-Footer .Pagetop a {
    overflow: hidden;
    position: relative;
    display: block;
    height: 52px;
    background-color: #0fb4eb;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
  }
  .tette-Footer .Pagetop a:hover {
    opacity: .7;
  }
  .tette-Footer .Pagetop a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 16px;
    height: 16px;
    margin: -4px 0 0 -8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- heading-lv1 ----- */
  .heading-lv1.bg-block {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 59.34%;
    background-image: url("/sp/english/tette/img/index_bg01_pc.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  .heading-lv1.bg-block .heading_title {
    overflow: hidden;
    position: absolute;
    top: 10%;
    left: 5.6%;
    width: 37.63%;
    height: 0;
    padding-top: 16.38%;
    background-image: url("/sp/english/tette/img/index_main_ti01_pc.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  
  /* ----- tette_related_compo ----- */
  .tette_related_compo.bg-block {
    overflow: hidden;
    position: relative;
    height: 0;
    margin-top: 3.125em!important;
    padding-top: 50.85%;
    background-image: url("/sp/english/tette/img/index_bg03_pc.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  .tette_release-date {
    margin-top: 0.3em;
    color: #555;
  }
  
  /* ----- heading-lv2 ----- */
  .tette-section .heading-lv2 {
    margin: 100px 0 0;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 1;
  }
  .tette-section .heading-lv2 .heading_title {
    overflow: hidden;
    display: inline-block;
    height: 0;
    padding-top: 8.68%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  .tette-section .heading-lv2.type-title1 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti01_pc.png");
    width: 77.97%;
  }
  .tette-section .heading-lv2.type-title2 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti02_pc.png");
    width: 77.97%;
  }
  .tette-section .heading-lv2.type-title3 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti03_pc.png");
    width: 345px;
  }
  .tette-section .heading-lv2.type-title4 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti04_pc.png");
    width: 483px;
  }
  .tette-section .heading-lv2.type-title5 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti05_pc.png");
    width: 77.97%;
  }
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    margin: 0 0 1.5em;
    padding: 0 0 1.5em;
    border-bottom: 2px solid #0fb4eb;
    line-height: 1;
  }
  .grid-wrap .heading-lv3 {
    margin: 0 0 0.625em;
    padding: 0 0 0.625em;
  }
  .heading-lv3 .heading_title {
    overflow: hidden;
    height: 0;
    padding-top: 25.68%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  .heading-lv3.type-title4 .heading_title {
    padding-top: 30%;
  }
  .grid-wrap .heading-lv3 .heading_title {
    margin: 0 0.978%;
    padding-top: 15%;
  }
  .heading-lv3.type-title1 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti06_pc.png");
  }
  .heading-lv3.type-title2 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti07_pc.png");
  }
  .heading-lv3.type-title3 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti08_pc.png");
  }
  .heading-lv3.type-title4 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti09_pc.png");
  }
  .heading-lv3.type-title5 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti10_pc.png");
  }
  .heading-lv3.type-title6 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti11_pc.png");
  }
  .heading-lv3.type-title7 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti12_pc.png");
  }
  .heading-lv3.type-title8 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti13_pc.png");
  }
  .heading-lv3.type-title9 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti14_pc.png");
  }
  .heading-lv3.type-title10 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti15_pc.png");
  }
  /* ----- lead-type1 ----- */
  .lead-type1.bg-block {
    margin: 4em -11.02% 0 !important;
    position: relative;
    height: 0;
    padding-top: 71.34%;
    background-image: url("/sp/english/tette/img/index_bg02_pc.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    line-height: 1;
  }
  .lead-type1.bg-block .lead-text {
    overflow: hidden;
    position: absolute;
    top: 16.08%;
    right: 9.31%;
    width: 42.63%;
    height: 0;
    padding-top: 18.8%;
    background-image: url("/sp/english/tette/img/index_lead_tx01_pc.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  /* ----- lead-type2 ----- */
  .lead-type2 {
    margin: 1.875em 0 1em;
    text-align: center;
    line-height: 1;
  }
  .lead-type2 .lead-text {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    padding-top: 7.5%;
    background-image: url("/sp/english/tette/img/index_lead_tx02_pc.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  /* ----- normal-text ----- */
  .normal-text {
    font-size: 1.7rem;
    font-size: 17px;
  }
  /* ----- middle-text ----- */
  .middle-text {
    font-size: 1.5rem;
    font-size: 15px;
  }
  /* ----- small-text ----- */
  .small-text {
    font-size: 1.4rem;
    font-size: 14px;
  }
  .list-note.small-text > li {
    font-size: 1.1rem;
    font-size: 11px;
  }
  .grid-layout .list-note.small-text > li {
    display: inline-block;
    font-size: 1.2rem;
    font-size: 12px;
  }
  .table-layout_tette .list-note.small-text > li {
    font-size: 1.3rem;
    font-size: 13px;
  }
  .list-note.small-text {
    margin-top: 0;
  }
  /* ----- balloon-block ----- */
  .balloon-block {
    margin: 3.125em 0 0 !important;
    line-height: 1;
  }
  .balloon-block .balloon-text {
    overflow: hidden;
    display: inline-block;
    height: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  .balloon-block.type-text1 .balloon-text {
    width: 81.53%;
    margin-left: 3.73%;
    padding-top: 9.88%;
    background-image: url("/sp/english/tette/img/index_tx01_pc.png");
  }
  .balloon-block.type-text2 .balloon-text {
    width: 65%;
    margin-left: 11.02%;
    padding-top: 10%;
    background-image: url("/sp/english/tette/img/index_tx02_pc.png");
  }
  .balloon-block.type-text3 .balloon-text {
    width: 76.45%;
    margin-left: 5.77%;
    padding-top: 9.75%;
    background-image: url("/sp/english/tette/img/index_tx03_pc.png");
  }
  /* ----- grid-wrap ----- */
  .grid-wrap .grid-layout {
    margin-top: 0;
    padding: 0 1.53%;
  }
  .grid-wrap.grid-type-flow .grid-layout {
    margin-top: 0;
  }
  .grid-wrap .grid-layout.side-padding_none {
    padding: 0;
  }
  .grid-wrap .grid-layout > * {
    float: left;
  }
  .grid-wrap .grid-layout[data-grid-pc="2"] > .grid-item {
    width: 50%;
    margin-top: 3.75em;
    padding: 0 4.24%;
  }
  .grid-wrap .grid-layout[data-grid-pc="2"] > .grid-item:nth-child(2n+1) {
    clear: both;
  }
  .grid-wrap .grid-layout[data-grid-pc="4"] > .grid-item {
    width: 25%;
    margin-top: 3em;
    padding: 0 0.5%;
  }
  .grid-wrap .grid-layout[data-grid-pc="4"] > .grid-item:nth-child(4n+1) {
    clear: both;
  }
  .grid-wrap .grid-layout > .grid-item > a:hover {
    opacity: .7;
  }
  .grid-wrap .text-wrap {
    margin: 1em 7.13% 0;
  }
  /* ----- figure-item ----- */
  .figure-wrap {
    margin-top: 3.125em;
    text-align: center;
  }
  .figure-wrap .figure-item {
    display: inline-block;
    width: 38.14%;
    line-height: 1;
  }
  /* ----- col-layout ----- */
  .col-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 5em 4.24% 0 !important;
  }
  .col-layout .col_img {
    width: 54.82%;
  }
  .col-layout .col_text {
    width: 45.18%;
    padding: 0 0 0 5%;
  }
  /* ----- img-layout ----- */
  .img-layout {
    padding: 0 4.24%;
  }
  .img-layout .img-item + .img-item {
    margin-top: 3.125em;
  }
  .img-layout .img-item .img-icon {
    display: inline-block;
    margin-bottom: 2.375em;
  }
  .img-layout .img-item .img-icon.icon-type1,
	.img-layout .img-item .img-icon.icon-type2 {
    width: 130px;
  }
  /* ----- table-wrap ----- */
  .table-wrap {
    margin-top: 4.375em;
    padding: 0 4.24%;
  }
  .table-wrap .table-layout_tette dl {
    display: flex;
    width: 100%;
    border-bottom: 3px dotted #0fb4eb;
  }
  .table-wrap .table-layout_tette dl.col_first2col {
    border-top: 3px dotted #0fb4eb;
  }
  .table-wrap .table-layout_tette dl:last-child {
    border-bottom: none;
  }
  .table-wrap .table-layout_tette dl dt,
  .table-wrap .table-layout_tette dl dd {
    
  }
  .table-wrap .table-layout_tette dl dt {
    width: 22%;
    padding: 1.111em 0;
    text-align: center;
    vertical-align: middle;
    font-size: 1.8rem;
    font-size: 18px;
    font-weight: normal;
  }
  .table-wrap .table-layout_tette dl dd {
    width: 37%;
    padding: 1.333em 0;
    text-align: left;
    vertical-align: middle;
    font-size: 1.5rem;
    font-size: 15px;
  }
  .table-wrap .table-layout_tette dl dd + dd {
    position: relative;
    margin-left: 4%;
  }
  .table-wrap .table-layout_tette dl dd + dd::before,
  .table-wrap .table-layout_tette dl dd + dd::after {
    content: "";
    position: absolute;
    display: block;
  }
  .table-wrap .table-layout_tette dl dd + dd::before {
    top: 3px;
    left: -12.4%;
    width: 10%;
    height: 100%;
    background-color: #fff;
  }
  .table-wrap .table-layout_tette dl dd + dd::after {
    z-index: 1;
    top: 10px;
    left: -8%;
    width: 2px;
    height: 110%;
    background-color: #0fb4eb;
  }
  .table-wrap .table-layout_tette dl.col_last2col dd + dd::before {
    height: 90%;
  }
  .table-wrap .table-layout_tette dl.col_last2col dd + dd::after {
    height: 80%;
  }
  .table-wrap .table-layout_tette dl.colspan2 dd {
    width: 88%;
  }
  /* ----- download-block ----- */
  .download-block {
    position: relative;
    margin-top: 5em;
    padding: 0 20%;
  }
  .download-block .pc-positon {
    margin-right: -25.75%;
    padding: 22% 4.24% 0 89.85%;
  }
  /* ----- botton-wrap ----- */
  .botton-wrap {
    position: relative;
    padding: 36% 10% 0;
  }
  .botton-wrap .round-botton {
    position: absolute;
    top: 92%;
    width: 32.9%;
  }
  .botton-wrap .round-botton:nth-child(1) {
    left: 10%;
  }
  .botton-wrap .round-botton:nth-child(2) {
    right: 10%;
  }
	.botton-wrap .round-botton > .round-botton-wrap {
    position: relative;
	}
  .botton-wrap .round-botton > .round-botton-wrap > a {
    position: absolute;
		display: block;
		margin: 37% 12% 35% 12%;
    text-align: center;
    -webkit-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
  }
  .botton-wrap .round-botton > .round-botton-wrap > .circle{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 50%;
    background-color: #0fb4eb;
    border-radius: 50%;
    text-align: center;
    box-shadow: 6px 6px 6px 0 rgba(153,153,153,0.5);
    z-index: 0;
  }
  .botton-wrap .round-botton > .round-botton-wrap:hover > .circle {
    margin-top: 0.375em;
  }
	.botton-wrap .round-botton > .round-botton-wrap:hover > a {
		margin-top: 45%;
	}
  .botton-wrap .round-botton > .round-botton-wrap:hover > .circle{
    box-shadow: none;
  }
  .botton-wrap .round-botton > a > img {
    position: relative;
    width: 75.2%;
    z-index: 2;
  }
  .botton-wrap .img-illust {
    overflow: hidden;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 69.74%;
    height: 0;
    margin-left: -32.5%;
    padding-top: 41%;
    background-image: url("/sp/english/tette/img/index_il01.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }
  .botton-wrap .img-illust.left {
    padding-top: 1px;
    background-image: url("/sp/english/tette/img/index_il01_on1.png");
  }
  .botton-wrap .img-illust.right {
    padding-top: 1px;
    background-image: url("/sp/english/tette/img/index_il01_on2.png");
  }
  .botton-wrap .round-botton.right:hover + .img-illust,
  .botton-wrap .round-botton.left:hover + .round-botton + .img-illust {
    padding-top: 0;
  }
  .botton-wrap .round-botton.right:hover + .img-illust + .img-illust + .img-illust.right {
    padding-top: 41%;
  }
  .botton-wrap .round-botton.left:hover + .round-botton + .img-illust + .img-illust.left {
    padding-top: 41%;
  }
  [data-browser="safari"] .botton-wrap .img-illust {
    padding-top: 52%;
  }
  [data-browser="safari"] .botton-wrap .img-illust.left {
    padding-top: 1px;
  }
  [data-browser="safari"] .botton-wrap .img-illust.right {
    padding-top: 1px;
  }
  [data-browser="safari"] .botton-wrap .round-botton.right:hover + .img-illust,
  [data-browser="safari"] .botton-wrap .round-botton.left:hover + .round-botton + .img-illust {
    padding-top: 0;
  }
  [data-browser="safari"] .botton-wrap .round-botton.right:hover + .img-illust + .img-illust + .img-illust.right {
    padding-top: 52%;
  }
  [data-browser="safari"] .botton-wrap .round-botton.left:hover + .round-botton + .img-illust + .img-illust.left {
    padding-top: 52%;
  }
  /* ----- list-block ----- */
  .list-block {
    margin: 6.25em 9.75% 0;
    padding: 3.125em;
    border: 3px dotted #0fb4eb;
    border-radius: 25px;
  }
  /* ----- circle-list ----- */
  .circle-list li {
    position: relative;
    margin-top: .375em;
    padding-left: 1.5em;
    font-size: 1.5rem;
    font-size: 15px;
  }
  .circle-list li::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- bottom-img-block ----- */
  .bottom-img-block {
    overflow: hidden;
    margin: 6.25em -11.02% 0;
  }
  .bottom-img {
    overflow: hidden;
    height: 0;
    padding-top: 59.73%;
    background-image: url("/sp/english/tette/img/index_im30_pc.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after,
  .grid-wrap .grid-layout::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC 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: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  body {
    position: relative;
  }
	.tette-contents {
		margin: 0 -15px;
	}
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .tette-Header {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    background: rgb(240,240,240);
    background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
    box-shadow: 0 3px 3px 0 rgba(226,226,226,0.5);
    z-index: 1000;
  }
  .tette-Header .tette-HeaderBody {
    padding-top: 20px;
  }
  .tette-header-identity {
    text-align: center;
  }
  .tette-header-identity .identity_logo {
    display: inline-block;
    width: 28%;
    min-width: 105px;
    margin-bottom: 20px;
  }
  
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .tette-header-nav .sp-nav-icon {
    position: absolute;
    top: 50%;
    right: 4%;
    width: 100%;
    height: 100%;
    display: block;
    width: 28px;
    height: 28px;
    margin-top: -12px;
    border: 2px solid #555;
    border-radius: 5px;
    cursor: pointer;
  }
  .tette-header-nav .sp-nav-icon .sp-nav_line {
    position: absolute;
    left: 15%;
    display: block;
    width: 70%;
    height: 2px;
    background-color: #555;
  }
  .tette-header-nav .sp-nav-icon .sp-nav_line:nth-child(1) {
    top: 5px;
  }
  .tette-header-nav .sp-nav-icon .sp-nav_line:nth-child(2) {
    top: 11px;
  }
  .tette-header-nav .sp-nav-icon .sp-nav_line:nth-child(3) {
    top: 17px;
  }
  .tette-header-nav .sp-nav-icon.is-active .sp-nav_line:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
    right: 10%;
    left: auto;
    width: 80%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .tette-header-nav .sp-nav-icon.is-active .sp-nav_line:nth-child(2) {
    display: none;
  }
  .tette-header-nav .sp-nav-icon.is-active .sp-nav_line:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
    left: 10%;
    right: auto;
    width: 80%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .tette-header-nav .tette-nav_global {
    display: none;
  }
  .tette-header-nav .tette-nav_global {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
  }
  .tette-header-nav .tette-nav_global li {
    padding: 1.335% 4% 2.67%;
  }
  .tette-header-nav .tette-nav_global li > a {
    display: block;
    padding: 2.67% 0;
    text-align: center;
    line-height: 1;
  }
  .tette-header-nav .tette-nav_global li > a > span {
    overflow: hidden;
    display: inline-block;
    width: 39.2%;
    height: 0;
    padding-top: 5.798%;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("/sp/english/tette/img/index_header_nav_sp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .tette-header-nav .tette-nav_global li.nav_global-list01 > a > span {
    background-position: 0 0;
  }
  .tette-header-nav .tette-nav_global li.nav_global-list02 > a > span {
    background-position: 0 25%;
  }
  .tette-header-nav .tette-nav_global li.nav_global-list03 > a > span {
    background-position: 0 50%;
  }
  .tette-header-nav .tette-nav_global li.nav_global-list04 > a > span {
    background-position: 0 75%;
  }
  .tette-header-nav .tette-nav_global li.nav_global-list05 > a > span {
    background-position: 0 100%;
  }
  .menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
  }
  .js-active-menu .menu-overlay {
    display: block;
  }
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .tette-Footer .tette-FooterBody {
    padding: 30px 0 25px;
  }
  .tette-Footer .tette-FooterBody .footer-logo {
    width: 36%;
    margin: 0 auto;
  }
  .tette-Footer .tette-FooterBody .footer-logo + p {
    margin-top: 1.428em;
    text-align: center;
  }
  .tette-Footer .tette-FooterBody .copyright {
    font-size: 12px;
    color: #838383;
  }
  .tette-Footer .Pagetop {
    position: fixed;
    right: 4%;
    bottom: 50px;
    display: inline-block;
    width: 42px;
    height: 42px;
  }
  .tette-Footer .Pagetop a {
    overflow: hidden;
    position: relative;
    display: block;
    height: 42px;
    background-color: #0fb4eb;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
  }
  .tette-Footer .Pagetop a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 16px;
    height: 16px;
    margin: -4px 0 0 -8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- tette-section ----- */
  .tette-section {
    padding: 0 8%;
  }
  /* ----- heading-lv1 ----- */
  .heading-lv1.bg-block {
    overflow: hidden;
    margin-bottom: 12.34%;
    padding-top: 83.2%;
    background-image: url("/sp/english/tette/img/index_bg01_sp.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  .heading-lv1.bg-block .heading_title {
    overflow: hidden;
    width: 60%;
    height: 0;
    margin: 0 auto;
    padding-top: 34.14%;
    background-image: url("/sp/english/tette/img/index_main_ti01_sp.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
	.heading-lv1.bg-block .release-text {
    margin: 1.15em auto 0;
		text-align: center;
		color: #0fb4eb;
		font-size: 18px;
	}
  
  /* ----- tette_related_compo ----- */
  .tette_related_compo.bg-block {
    overflow: hidden;
    padding-top: 50.93%;
    background-image: url("/sp/english/tette/img/index_bg03_sp.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  
  .tette_release-date {
    margin: calc(-1em + 0.5em) 0 2em 1.5em;
  }
  
  /* ----- heading-lv2 ----- */
  .tette-section .heading-lv2 {
    margin: 2.5em 0 0;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 1;
  }
  .tette-section .heading-lv2 .heading_title {
    overflow: hidden;
    display: inline-block;
    height: 0;
    padding-top: 10.8%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  .tette-section .heading-lv2.type-title1 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti01_sp.png");
    width: 100%;
  }
  .tette-section .heading-lv2.type-title2 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti02_sp.png");
    width: 100%;
  }
  .tette-section .heading-lv2.type-title3 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti03_sp.png");
    width: 60%;
		padding-top:17.8%;
  }
  .tette-section .heading-lv2.type-title4 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti04_sp.png");
    width: 85%;
		padding-top:17.8%;
  }
  .tette-section .heading-lv2.type-title5 .heading_title {
    background-image: url("/sp/english/tette/img/index_ti05_sp.png");
    width: 100%;
  }
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    margin: 0 4.77% 1.43em;
    padding: 0 0 1.43em;
    border-bottom: 2px solid #0fb4eb;
    line-height: 1;
  }
  .heading-lv3 .heading_title {
    overflow: hidden;
    height: 0;
    padding-top: 25.68%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  .heading-lv3.type-title1 .heading_title {
    padding-top: 18%;
    background-image: url("/sp/english/tette/img/index_ti06_sp.png");
  }
  .heading-lv3.type-title2 .heading_title {
    padding-top: 18%;
    background-image: url("/sp/english/tette/img/index_ti07_sp.png");
  }
  .heading-lv3.type-title3 .heading_title {
    padding-top: 18%;
    background-image: url("/sp/english/tette/img/index_ti08_sp.png");
  }
  .heading-lv3.type-title4 .heading_title {
    padding-top: 27%;
    background-image: url("/sp/english/tette/img/index_ti09_sp.png");
  }
  .heading-lv3.type-title5 .heading_title {
    padding-top: 18%;
    background-image: url("/sp/english/tette/img/index_ti10_sp.png");
  }
  .heading-lv3.type-title6 .heading_title {
    padding-top: 18%;
    background-image: url("/sp/english/tette/img/index_ti11_sp.png");
  }
  .heading-lv3.type-title7 .heading_title {
    padding-top: 18%;
    background-image: url("/sp/english/tette/img/index_ti12_sp.png");
  }
  .heading-lv3.type-title8 .heading_title {
    padding-top: 18%;
    background-image: url("/sp/english/tette/img/index_ti13_sp.png");
  }
  .heading-lv3.type-title9 .heading_title {
    padding-top: 18%;
    background-image: url("/sp/english/tette/img/index_ti14_sp.png");
  }
  .heading-lv3.type-title10 .heading_title {
    padding-top: 18%;
    background-image: url("/sp/english/tette/img/index_ti15_sp.png");
  }
  /* ----- lead-type1 ----- */
  .lead-type1.bg-block {
    padding-top: 66.67%;
    background-image: url("/sp/english/tette/img/index_bg02_sp.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
    line-height: 1;
  }
  .lead-type1.bg-block .lead-text {
    overflow: hidden;
    width: 92%;
    height: 0;
    margin: 0 auto;
    padding-top: 39.03%;
    background-image: url("/sp/english/tette/img/index_lead_tx01_sp.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  /* ----- lead-type2 ----- */
  .lead-type2 {
    margin: 1.43em 0;
    text-align: center;
    line-height: 1;
  }
  .lead-type2 .lead-text {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    padding-top: 17%;
    background-image: url("/sp/english/tette/img/index_lead_tx02_sp.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  /* ----- normal-text ----- */
  .normal-text {
    font-size: 13px;
    text-align: left !important;
  }
  /* ----- middle-text ----- */
  .middle-text {
    font-size: 11px;
  }
  /* ----- small-text ----- */
  .small-text {
    font-size: 14px;
    text-align: left !important;
  }
  .list-note.small-text > li {
    font-size: 10px;
  }
  .grid-layout .list-note.small-text > li {
    display: inline-block;
    font-size: 10px;
  }
  .table-layout_tette .list-note.small-text > li {
    font-size: 10px;
  }
  .list-note.small-text {
    margin-top: 0;
  }
  /* ----- balloon-block ----- */
  .balloon-block {
    margin: 1.785em 0 0 !important;
    line-height: 1;
  }
  .balloon-block .balloon-text {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;

    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  .balloon-block.type-text1 .balloon-text {
    padding-top: 17.78%;
    background-image: url("/sp/english/tette/img/index_tx01_sp.png");
  }
  .balloon-block.type-text2 .balloon-text {
    padding-top: 16%;
    background-image: url("/sp/english/tette/img/index_tx02_sp.png");
  }
  .balloon-block.type-text3 .balloon-text {
    padding-top: 16%;
    background-image: url("/sp/english/tette/img/index_tx03_sp.png");
  }
  /* ----- grid-wrap ----- */
  .grid-wrap .grid-layout {
    padding: 0 1.53%;
  }
  .grid-wrap.grid-type-flow .grid-layout {
    margin-top: 0;
  }
  .grid-wrap .grid-layout > * {
    float: left;
  }
  .grid-wrap .grid-layout[data-grid-sp="2"] > .grid-item {
    width: 50%;
    margin-top: 1.43em;
  }
  .grid-wrap .grid-layout[data-grid-sp="2"] > .grid-item:nth-child(odd) {
    padding-right: 3.175%; 
  }
  .grid-wrap .grid-layout[data-grid-sp="2"] > .grid-item:nth-child(even) {
    padding-left: 3.175%; 
  }
  .grid-wrap .grid-layout.side-padding_none .img-wrap {
    width: 46.825%;
    margin: 0;
    padding: 0;
  }
  .grid-wrap .grid-layout.side-padding_none .grid-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
    margin: 1.79em 0 0;
  }
  .grid-wrap .grid-layout.side-padding_none .grid-item.js-sp-move-point .js-sp-move-element {
    width: 89.69% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-wrap .grid-layout.side-padding_none .grid-item > .img-wrap {
    width: 46.825% !important;
    margin: 0 !important;
  }
  .grid-wrap .grid-layout.side-padding_none .grid-item > .text-wrap {
    width: 53.175% !important;
    margin: 0;
    padding-left: 4.48% !important;
  }
  .grid-wrap .grid-layout.side-padding_none .grid-item > .text-wrap > p {
    text-align: left !important;
  }
  /* ----- figure-item ----- */
  .figure-wrap {
    margin-top: 2em;
    text-align: center;
  }
  .figure-wrap .figure-item {
    display: inline-block;
    width: 58.74%;
    line-height: 1;
  }
  /* ----- col-layout ----- */
  .col-layout {
    margin: 1.79em 0 0 !important;
  }
  .col-layout .col_img {
    margin-top: 1.43em;
  }
  .col-layout .col_text {
    margin-top: 1.43em;
  }
  /* ----- img-layout ----- */
  .img-layout {
    padding: 0 4.24%;
  }
  .img-layout .img-item + .img-item {
    margin-top: 3.22em;
  }
  .img-layout .img-item .img-icon {
    margin-bottom: 1.43em;
    text-align: center;
  }
  .img-layout .img-item .img-icon.icon-type1 > img {
    width: 38.1%;
  }
  .img-layout .img-item .img-icon.icon-type2 > img {
    width: 38.1%;
  }
  /* ----- table-wrap ----- */
  .table-wrap {
    margin-top: 2em;
  }
  .table-wrap .heading-lv3 {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    line-height: 1;
    padding-bottom: 0.5em;
  }
  .table-wrap .heading-lv3 .tette-table_title {
    overflow: hidden;
    display: inline-block;
    height: 0;
    padding-top: 3.65%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }
  .table-wrap .heading-lv3 .tette-table_title[data-model="TE500"] {
    width: 15.55%;
    background-image: url("/sp/english/tette/img/index_ti16_sp.png");
  }
  .table-wrap .heading-lv3 .tette-table_title[data-model="TE1000"] {
    width: 18.73%;
    background-image: url("/sp/english/tette/img/index_ti17_sp.png");
  }
  .table-wrap .table-layout_tette dl {
    display: table;
    width: 100%;
  }
  .table-wrap .table-layout_tette dl {
    background-image: url("/sp/english/tette/img/index_hr01.png");
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 5px auto;
  }
  .table-wrap .table-layout_tette dl.col_first2col::before {
    background-image: url("/sp/english/tette/img/index_hr01.png");
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 5px auto;
		content: "";
  }
  .table-wrap .table-layout_tette dl:last-child {
    background: none;
  }
  .table-wrap .table-layout_tette dl dt,
  .table-wrap .table-layout_tette dl dd {
    display: table-cell;
    padding: .625em;
  }
  .table-wrap .table-layout_tette dl dt {
    width: 28%;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
  }
  .table-wrap .table-layout_tette dl dd {
    width: 72%;
    text-align: left;
    vertical-align: middle;
    font-size: 10px;
  }
  /* ----- download-block ----- */
  .download-block {
    position: relative;
    margin-top: 2.86em;
  }
  .download-block .pc-positon {
    padding: 48% 0 0 0;
  }
  /* ----- botton-wrap ----- */
  .botton-wrap {
    position: relative;
    padding: 36% 10% 0;
  }
  .botton-wrap .round-botton {
    position: absolute;
    top: 118%;
    width: 41.25%;
  }
  .botton-wrap .round-botton:nth-child(1) {
    left: 0;
  }
  .botton-wrap .round-botton:nth-child(2) {
    right: 0;
  }
	.botton-wrap .round-botton .round-botton-wrap {
		position: relative;
	}
  .botton-wrap .round-botton .round-botton-wrap > a {
    position: absolute;
    display: block;
		margin: 40% 10% 35% 15%;
		border-radius: 50%;
    text-align: center;
  }
  .botton-wrap .round-botton .round-botton-wrap > .circle{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 50%;
    background-color: #0fb4eb;
    border-radius: 50%;
    text-align: center;
    box-shadow: 6px 6px 6px 0 rgba(153,153,153,0.5);
    z-index: 0;
  }
  .botton-wrap .round-botton > a > img {
    position: relative;
    width: 75.2%;
    z-index: 2;
  }
  .botton-wrap .img-illust {
    overflow: hidden;
    position: absolute;
		display: inline-block;
    top: 1.285em;
    left: 50%;
    width: 88.26%;
    height: 0;
    margin-left: -41.5%;
    padding-top: 53.18%;
    background-image: url("/sp/english/tette/img/index_il01.png"); 
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }
  [data-browser="safari"] .botton-wrap .img-illust {
    padding-top: 73.18%;
  }
  
  /* ----- list-block ----- */
  .list-block {
    margin: 2.15em 0 0;
    padding: 1.43em;
    border: 2px dotted #0fb4eb;
    border-radius: 25px;
  }
  /* ----- circle-list ----- */
  .circle-list li {
    position: relative;
    margin-top: .375em;
    padding-left: 1.5em;
    font-size: 12px;
  }
  .circle-list li::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- bottom-img-block ----- */
  .bottom-img-block {
    overflow: hidden;
    margin: 3.58em 0 0;
  }
  .bottom-img {
    overflow: hidden;
    height: 0;
    padding-top: 80.73%;
    background-image: url("/sp/english/tette/img/index_im30_sp.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after,
  .grid-wrap .grid-layout::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: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
  .js-hero-animation, .js-fadein {
    opacity: 1;
    transform : translate(0, 0);
  }
}