@charset "UTF-8";
/*----------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  background: gray;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #4d4d4d;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 980px) {
  .wrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 981px) {
  .wrap {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

@media \0screen\,screen\9 {
  html {
    font-size: calc(1rem * .625);
  }
}
@media screen and (min-width: 0\0) {
  html {
    font-size: calc(1rem * .625);
  }
}
body {
  line-height: 1.8;
  color: #000;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "HG丸ゴシックM-PRO","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 1.8em;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.4em;
  }
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

a, a:focus {
  outline: none;
}

button, input, input:focus {
  outline: none;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

.flex_empty, li.empty {
  height: 0;
  overflow: hidden;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  border: 0 none;
}
.flex_empty:after, li.empty:after {
  content: "";
  display: none;
  height: 0;
  padding: 0;
}

.pagetop {
  font-family: sans-serif;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.pagetop a {
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(191, 191, 191, 0.6);
  padding: 10px;
  text-align: center;
  font-size: 1.2em;
}
.pagetop a span {
  position: relative;
  top: -.1em;
}
.pagetop a span:before {
  color: #fff;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: "fontello";
  content: '\e803';
  font-style: normal;
  font-weight: normal;
  speak: never;
  position: relative;
  line-height: 1;
}
.pagetop a:hover {
  background-color: rgba(191, 191, 191, 0.8);
}

img {
  max-width: 100%;
}

p.small {
  font-size: 0.9em;
}
p.small span {
  display: inline-block;
}

.forsk {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  z-index: -1000;
}

footer {
  padding: 30px 0;
  background-color: #000;
  text-align: center;
  color: #fff;
}
footer a.logo {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer a.logo, footer a.logo:visited {
  color: #fff;
}
footer a.logo:hover {
  opacity: 0.8;
}
footer a.logo p {
  margin: 0;
  line-height: 1;
  font-size: 0.88889em;
  padding-top: 5px;
}
footer p.copyright {
  font-size: 0.88889em;
}
footer figure {
  margin: 0;
  padding: 0 10px;
}
footer figure img {
  display: block;
}
footer figure + p {
  display: none;
  visibility: hidden;
  height: 0;
}

body#telescope a {
  text-decoration: none;
}
body#telescope a, body#telescope a:visited {
  color: #231815;
}
body#telescope .wrap {
  max-width: 1000px;
}

.sm {
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 980px) {
  .sm {
    visibility: visible;
    display: inline-block;
  }
}

.pc {
  visibility: hidden;
  display: none;
}
@media screen and (min-width: 981px) {
  .pc {
    visibility: visible;
    display: inline-block;
  }
}

figure {
  margin: 0;
  padding: 0;
  line-height: 1;
}

body#telescope header .logo {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  body#telescope header .logo {
    height: 47px;
  }
}
body#telescope header .logo p {
  line-height: 1;
  margin: 0;
  padding: 0;
}
body#telescope header .wrap {
  width: 96%;
  max-width: 1200px;
}
body#telescope header .title_wrap {
  background-color: #000;
  position: relative;
  background-image: url(../img/telescope_top_bg.jpg);
  background-size: cover;
  background-position: center bottom;
  padding: 140px 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  body#telescope header .title_wrap {
    padding: 50px 0;
  }
}
body#telescope header .title_wrap h1, body#telescope header .title_wrap p {
  width: 96%;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  text-align: center;
}
body#telescope header .title_wrap h1 img, body#telescope header .title_wrap p img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
body#telescope header .title_wrap h1 {
  margin-bottom: 1.5em;
}
body#telescope header .title_wrap .text {
  position: relative;
  z-index: 9;
}
body#telescope header .title_wrap:before, body#telescope header .title_wrap:after {
  width: 50%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 520px) {
  body#telescope header .title_wrap:before, body#telescope header .title_wrap:after {
    opacity: .6;
  }
}
body#telescope header .title_wrap:before {
  background-image: url(../img/telescope_top_img01.png);
  background-position: left bottom;
  left: 0;
}
body#telescope header .title_wrap:after {
  background-image: url(../img/telescope_top_img02.png);
  background-position: right bottom;
  right: 0;
}

body#telescope main {
  display: block;
  color: #231815;
}
body#telescope main .wrap {
  width: 96%;
}
body#telescope main .telescope_links_buttons {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body#telescope main .telescope_links_buttons a {
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
  display: block;
  font-size: 0;
}
body#telescope main .telescope_links_buttons a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 980px) {
  body#telescope main .telescope_links_buttons a + a {
    margin-top: 20px;
  }
}
body#telescope main .telescope_01 {
  padding: 0 0 40px;
  margin: 0 auto;
}
body#telescope main .telescope_01 h2 {
  color: #565454;
  font-size: 1.38889em;
  text-align: center;
  margin: 40px 0;
}
body#telescope main .telescope_01 .wrap {
  width: 96%;
}
body#telescope main .telescope_01 .telescope_products {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body#telescope main .telescope_01 .telescope_products li {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  border: 2px solid #F0F0F0;
  padding: 40px;
}
@media screen and (max-width: 980px) {
  body#telescope main .telescope_01 .telescope_products li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 15px;
  }
  body#telescope main .telescope_01 .telescope_products li + li {
    margin-top: 10px;
  }
}
body#telescope main .telescope_01 .telescope_products li figure {
  text-align: center;
}
body#telescope main .telescope_01 .telescope_products li figure h3 {
  color: #565454;
  font-size: 1.27778em;
  text-align: left;
}
body#telescope main .telescope_01 .telescope_products li figure p {
  font-size: 0.83333em;
  text-align: left;
  line-height: 1.6;
}
body#telescope main .telescope_01 .telescope_products li .telescope_product {
  text-align: left;
}
body#telescope main .telescope_point {
  padding: 0;
  background-color: #fff;
}
body#telescope main .telescope_point .telescope_point_title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#telescope main .telescope_point.sw .telescope_point_title {
  background-image: url(../img/telescope_point_sw_bg.jpg);
}
body#telescope main .telescope_point.ap .telescope_point_title {
  background-image: url(../img/telescope_point_ap_bg.jpg);
}
body#telescope main .telescope_point h2 {
  text-align: center;
}
body#telescope main .telescope_point p {
  font-size: 0.94444em;
  text-align: center;
  color: #fff;
}
body#telescope main .telescope_point .wrap {
  max-width: 1280px;
}
body#telescope main .telescope_point .telescope_points li {
  background-color: #fff;
}
body#telescope main .telescope_point .telescope_points h4 {
  margin-top: 0;
}
body#telescope main .telescope_point .telescope_points h3 {
  color: #231815;
  font-size: 1.33333em;
  line-height: 1.6;
}
body#telescope main .telescope_point .telescope_points p {
  color: #231815;
  text-align: left;
  font-size: 0.88889em;
  line-height: 1.6;
}
body#telescope main .telescope_recommend {
  background-color: #f0f0f0;
  padding: 60px 0;
}
body#telescope main .telescope_recommend .wrap {
  background-color: #fff;
}
body#telescope main .telescope_recommend h2 {
  margin: 0;
  text-align: center;
  padding: 50px 0 0;
}
body#telescope main .telescope_recommend .telescope_recommend_products {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  margin: 0;
}
body#telescope main .telescope_recommend .telescope_recommend_products li {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  body#telescope main .telescope_recommend .telescope_recommend_products li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
body#telescope main .telescope_recommend .telescope_recommend_products figure {
  text-align: center;
}
body#telescope main .telescope_recommend .telescope_recommend_products h3 {
  color: #231815;
  font-size: 0.94444em;
  text-align: left;
  line-height: 1.6;
}
body#telescope main .telescope_recommend .telescope_recommend_products p {
  color: #231815;
  font-size: 0.77778em;
  text-align: left;
  line-height: 1.6;
}
body#telescope main .telescope_recommend.ap li {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}
@media screen and (max-width: 980px) {
  body#telescope main .telescope_recommend.ap li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
body#telescope main .telescope_recommend .telescope_recommend_link {
  text-align: center;
  font-size: 0;
  padding-bottom: 40px;
}
body#telescope main .telescope_movie {
  padding: 50px 0;
}
body#telescope main .telescope_movie h2 {
  text-align: center;
}
body#telescope main .telescope_movie .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
body#telescope main .telescope_movie .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 980px) {
  body#telescope main .telescope_links .telescope_links_buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body#telescope main .li_inner a,
body#telescope main figure + a, body#telescope main .telescope_recommend_link a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body#telescope main .li_inner a:hover,
body#telescope main figure + a:hover, body#telescope main .telescope_recommend_link a:hover {
  opacity: .65;
}
@media screen and (max-width: 980px) {
  body#telescope main .telescope_recommend ul.telescope_recommend_products {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body#telescope main .telescope_recommend ul.telescope_recommend_products li {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 30px;
  }
}
body#telescope main .telescope_recommend li {
  max-width: 250px;
}
@media screen and (max-width: 980px) {
  body#telescope main .wrap2 {
    width: 100% !important;
  }
  body#telescope main .wrap2 figcaption {
    width: 94%;
    margin: 20px auto;
  }
}

body#telescope main .wrap2 {
  padding-bottom: 100px;
}
@media screen and (max-width: 980px) {
  body#telescope main .wrap2 {
    padding-bottom: 30px;
  }
}
body#telescope main .telescope_points {
  margin: 0 auto;
  padding: 0;
}
body#telescope main .telescope_points li {
  list-style: none;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 981px) {
  body#telescope main .telescope_points li {
    min-height: 450px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body#telescope main .telescope_points li:before {
    content: "　";
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
  }
  body#telescope main .telescope_points .li_inner {
    width: 50%;
    max-width: 500px;
    height: 100%;
    padding-top: 20px;
  }
  body#telescope main .telescope_points li:nth-child(odd) .li_inner {
    margin-left: 50%;
    padding-left: 5%;
  }
  body#telescope main .telescope_points li:nth-child(odd):before {
    background-position: left top;
    left: 0;
    top: 0;
  }
  body#telescope main .telescope_points li:nth-child(even) .li_inner {
    padding-left: 5%;
  }
  body#telescope main .telescope_points li:nth-child(even):before {
    background-position: right top;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 980px) {
  body#telescope main .telescope_points li:before {
    display: block;
    content: "　";
    height: 300px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body#telescope main .telescope_points li .li_inner {
    width: 80%;
    margin: 20px auto;
  }
}
body#telescope main .telescope_points.first li:nth-child(1):before {
  background-image: url(../img/telescope_point_sw_img01.jpg);
}
body#telescope main .telescope_points.first li:nth-child(2):before {
  background-image: url(../img/telescope_point_sw_img02.jpg);
}
body#telescope main .telescope_points.first li:nth-child(3):before {
  background-image: url(../img/telescope_point_sw_img03.jpg);
}
body#telescope main .telescope_points.second li:nth-child(1):before {
  background-image: url(../img/telescope_point_ap_img01.jpg);
}
body#telescope main .telescope_points.second li:nth-child(2):before {
  background-image: url(../img/telescope_point_ap_img02.jpg);
}
body#telescope main .telescope_points.second li:nth-child(3):before {
  background-image: url(../img/telescope_point_ap_img03.jpg);
}
body#telescope main .lv2__catalog {
  background: #dcdcdc;
  text-align: center;
  padding: 25px;
}
@media screen and (max-width: 980px) {
  body#telescope main .lv2__catalog {
    margin-bottom: 8vw;
    padding: 4vw;
  }
}
body#telescope main .lv2__catalog .title {
  font-size: 24px;
}
body#telescope main .lv2__catalog .thum {
  width: 155px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
body#telescope main .lv2__catalog .thum:hover {
  opacity: .8;
}
