@charset "utf-8";





/* CSS Document */

body {
  width: 100%;
  height: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}


.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
  font-family:  'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans","Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

body,
.goth {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}



.min {
  font-family: "HiraMinProN-W3", "HiraMinPro-W3", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.mono {
  font-family: Osaka-mono, "MS Gothic", monospace;
}

h1,
h2,
h3,
h4,
p,
div,
ol,
ul,
li {
  padding: 0;
  margin: 0;
}

ol,
ul,
dl {
  list-style-position: inside;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

/* box-sizing (IE6,7 not work) */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*for iOS*/
label {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
}

@media screen and (min-width: 641px) {
  .pce {
    display: block;
  }

  img.pce,
  span.pce {
    display: inline;
  }

  .spe {
    display: none !important;
  }

}

.part {
  position: relative;
  width: 100%;
}

.part .part-content {
  margin: 0 auto;
}

/* float要素の高さをそろえる実サイズが1000pxを超える場合、こんなに必要ない場合は調整 */
.sync-height {
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}

/* small device */
@media screen and (max-width: 640px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  img.pce,
  span.pce,
  .pce {
    display: none !important;
  }

  .spe {
    display: block;
  }

  img.spe,
  span.spe {
    display: inline;
  }

  div,
  p,
  li {
    max-height: 9999px;
  }

  .sync-height {
    padding-bottom: 0;
    margin-bottom: 0;
  }

}