
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css');
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}
html {
  font-size: calc(100vw / 32);
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  letter-spacing: .06em;
  color: #222222;
  font-weight: normal;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  line-height: 2.2;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.pconly{
  display: none;
}
.sponly{
  display: block;
}
.cursolpointer{
  cursor: pointer;
}

.Header{
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 10;
}
.Header__inner{
  width: 100%;
   padding: 16px 20px;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  display: table;
}
.Header__logoLink{
  display: block;
  font-size: initial;
  line-height: 17px;
}
.Header__logo{
  display: block;
  vertical-align: middle;
  display: table-cell;
  height: 30px;

  }
.Header__logoImage{
  height: 20px;
}
.Header__btnWrap{
  vertical-align: middle;
  display: table-cell;
  position: relative;
  right: 0;
  width: 120px;
}
.Header__btn{
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  padding: 8px;
  display: block;
  background: #fff;
  border: 2px solid #E9EBEF;
  border-radius: 12px;
  text-align: center;
  transition: ease .15s;
}
.Header__btn:hover{
  border-color: #1E1E1E;
  background: #1E1E1E;
  color: #fff;
}

.Download {
  position: relative;
  z-index: -1;
  opacity: 0;
  transition: .2s ease;
}
.Download.is-openDownload {
  z-index: 6;
  opacity: 1;
  transition: .2s ease;
}
.Download__graylayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}
.Download__overlayer {
  position: fixed;
  top: 50%;
  left: 50%;
  display: inline-block;
    margin-top: -133px;
    margin-left: -340px;
    padding: 61px 147px 83px;
    min-height: 266px;
    width: 680px;
    border-radius: 36px;
  background-color: #ffffff;

}
.Download__text {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
  line-height: 2;
}
.Download__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 20px auto;
    max-width: 386px;
}
.Download__image {
  width: 12.56944vw;
}
.Download__annotation {
    margin-top: 20.16px;
    font-size: 10.8px;
  color: #777777;
  text-align: center;
  font-weight: normal;
  line-height: 1.6;
}
.Download__close {
  position: absolute;
    top: 30px;
    right: 30px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
  display: block;
  background-color: #000000;
  text-indent: -9999px;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.Download__close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Download__close::before, .Download__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -1px;
  margin-left: -6px;
  width: 12px;
  border-top: 1px solid #ffffff;
  content: '';
  transform: rotate(45deg);
}
.Download__close::before {
  transform: rotate(45deg);
}
.Download__close::after {
  transform: rotate(-45deg);
}
img.Download__image{
    width: 181px !important;
  }
.Download__item,
.Download__item a{
  line-height: 1;
}


.Main{
  margin-top: 60px;
}
.Main img{
  width: 100%;
}
.MainContent__kv_wrap{
  width: 100%;
  background: #66A6CA;
}
.MainContent__kv{
  width: 100%;
  max-width: 640px;
  display: block;
  margin: 0 auto;
}
.MainContent__body{
  width: 100%;
  max-width: 640px;
  display: block;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.MainContent__group{
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E2E2E2;
}
.MainContent__group p{
  font-weight: 700;
    font-size: 12px;
    line-height: 36px;
    position: relative;
    padding-left: 50px;
}
.MainContent__group p:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/AvatarIcon.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0px;
}
.MainContent__textbox{
  margin-top: 88px;
}
.MainContent__textbox___firstcontent{
  margin-top: 32px;
}
.MainContent__textbox__title{
  font-weight: 700;
  font-size: 23px;
  line-height: 160%;
}
.MainContent__textbox__subtitle{
  margin-top: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
}
.MainContent__textbox__text{
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #333;
}
.MainContent__textbox__img{
  margin-top: 16px;
}
.MainContent__textbox__inner{
  margin-top: 48px;
}
.MainContent__textbox__inner:first-of-type{
  margin-top: 0;
}
.MainContent__textbox__Annotation li,
.MainContent__textbox__Annotation a{
  font-weight: 400;
  font-size: 11px;
  line-height: 200%;
  color: #888888;
}
.MainContent__textbox__Annotation a{
  text-decoration: underline;
}
.MainContent__textbox__credit{
  background: #F8F7F5;
  border-radius: 8px;
  padding: 32px 24px;
}
.MainContent__textbox__credit__inner{
  margin-top: 32px;
}
.MainContent__textbox__credit__inner:first-of-type{
  margin-top: 0;
}
.MainContent__textbox__credit__title{
  padding-bottom: 8px;
  border-bottom: 1px solid #E2E2E2;
  font-weight: 700;
  font-size: 12px;
  line-height: 160%;
}
.MainContent__textbox__credit__text{
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
}
.MainContent__textbox__credit__textlink{
  margin-top: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  display: block;
}

.Footer{
  width: 100%;
  max-width: 640px;
  display: block;
  margin: 72px auto 48px;
  padding: 0 24px;
}
.Footer__btn{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  padding: 16px;
  width: 100%;
  display: block;
  background: #1E1E1E;
  border-radius: 24px;
  text-align: center;
  transition: ease .15s;
}
.Footer__btn:hover{
  background: #FF6645;
}
.Footer__btn_secondary{
  color: #1E1E1E;
  background: #fff;
  border: 2px solid #E9EBEF;
}
.Footer__btn_secondary:hover{
  background: #fff;
  border: 2px solid #1E1E1E;
}
.Footer__btn_forindex{
  margin-top: 24px;
}

.textlink{
  text-decoration: underline;
}
.textlink:hover{
  text-decoration: none;
}






@media (min-width: 376px){
p{
  font-size: 14px;
}
.Button {
  font-size: 16px;
}
}



@media (min-width: 834px){
.pconly{
  display: block;
}
.sponly{
  display: none;
}
}

