@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype"); }
@-webkit-keyframes s-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes s-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
[data-scroll] {
  transition: opacity .85s ease,transform .85s ease; }

[data-scroll="in"] {
  opacity: 1;
  transform: translateY(0); }

[data-scroll="out"] {
  opacity: 0;
  transform: translateY(30px); }

@keyframes blurFadeIn {
  0% {
    filter: blur(10px); }
  100% {
    filter: blur(0); } }
@keyframes loader-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes loader-in-slide {
  0% {
    opacity: 1;
    transform-origin: right;
    transform: scaleX(0); }
  50% {
    transform-origin: right;
    transform: scaleX(1.2); }
  50.00001% {
    transform-origin: left; }
  100% {
    transform-origin: left;
    transform: scaleX(0);
    opacity: 1; } }
/* Loading
--------------------------------------------------------- */
.loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999997;
  height: 100%;
  width: 100%;
  background: #750069; }
  .loader-bg img {
    position: fixed;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999; }

.loader-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999998;
  background: #000000;
  height: 10px;
  width: 100%;
  animation: loader-in-slide 1.5s ease;
  opacity: 0; }

/* Contents
--------------------------------------------------------- */
body {
  width: 100%;
  min-width: inherit; }

.header {
  background: #40003D;
  position: fixed;
  height: 60px;
  width: 100%;
  border-top: 25px solid #000;
  z-index: 9999;
  opacity: 0;
  transition: all 0.5s ease-out; }
  .header__emb {
    width: 50px;
    position: absolute;
    top: -20px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 10000; }
    .header__emb a img {
      transition: .2s; }
    .header__emb a:hover img {
      transform: scale(1.1); }
  .header.header_in {
    opacity: 1; }

.footer {
  background: #000000;
  position: relative; }
  .footer::before {
    content: '';
    display: inline-block;
    width: 100%;
    /*画像の幅*/
    height: 70px;
    /*画像の高さ*/
    background: url("../img/footer_top.png") center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    top: -70px; }
  .footer__emb {
    width: 80px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .footer__emb {
        width: 50px;
        padding-top: 15px; } }
  .footer__others {
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    padding: 30px; }
    @media only screen and (max-width: 768px) {
      .footer__others {
        font-size: 1.2rem;
        padding: 15px 15px; } }

main {
  padding: 0; }

.bg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh; }
  .bg::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/bg.jpg) center top no-repeat;
    background-size: cover; }

.shodo .pageTitle {
  margin-bottom: 0;
  padding-top: 25px;
  display: none; }
  @media only screen and (max-width: 768px) {
    .shodo .pageTitle {
      padding-top: 25px; } }

.s-container {
  width: 100%;
  margin: auto;
  padding-bottom: 150px;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  @media only screen and (max-width: 768px) {
    .s-container {
      padding-bottom: 60px;
      background-size: 140%; } }
  .s-container img {
    width: 100%; }

.s-kv {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .s-kv {
      width: 100%; } }
  .s-kv__img {
    -webkit-animation: s-fade-in 1.0s ease;
    animation: s-fade-in 1.0s ease; }
  .s-kv__img_sp {
    -webkit-animation: s-fade-in 1.0s ease;
    animation: s-fade-in 1.0s ease;
    display: none; }
    @media only screen and (max-width: 768px) {
      .s-kv__img_sp {
        display: block;
        margin: 0 auto; } }
  .s-kv__text {
    margin-top: 55px;
    text-align: center;
    line-height: 2;
    font-family: 'Noto Serif JP', serif; }
    @media only screen and (max-width: 768px) {
      .s-kv__text {
        margin-top: 40px;
        padding: 0 30px;
        text-align: left;
        line-height: 1.8; } }
    @media only screen and (max-width: 768px) {
      .s-kv__text p {
        display: inline; } }
    .s-kv__text p:last-child {
      font-size: 0.9em; }
      @media only screen and (max-width: 768px) {
        .s-kv__text p:last-child {
          font-size: 1em; } }

.s-section {
  margin-top: 150px; }
  @media only screen and (max-width: 768px) {
    .s-section {
      margin-top: 120px; } }
  @media only screen and (max-width: 768px) {
    .s-section:nth-of-type(1) {
      margin-top: 60px; } }
  .s-section__inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 30px; }
    @media only screen and (max-width: 768px) {
      .s-section__inner {
        width: 100%;
        margin: initial;
        padding: 0 30px; } }

.s-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .s-layout {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .s-layout__left {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .s-layout__left {
        flex-wrap: nowrap;
        justify-content: space-around; } }
    .s-layout__left_photo {
      min-width: 250px;
      max-width: 345px; }
      @media only screen and (max-width: 768px) {
        .s-layout__left_photo {
          min-width: 50%; } }
    .s-layout__left_img {
      min-width: 250px;
      padding: 30px 0 0 0; }
      @media only screen and (max-width: 768px) {
        .s-layout__left_img {
          min-width: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0 0 0 15px;
          margin: 0 0; } }
  .s-layout__right {
    width: 535px;
    margin-left: auto; }
    @media only screen and (max-width: 768px) {
      .s-layout__right {
        width: 100%;
        margin: initial; } }
    .s-layout__right p {
      padding-left: 1em;
      line-height: 2.1;
      font-family: 'Noto Serif JP', serif; }
      @media only screen and (max-width: 768px) {
        .s-layout__right p {
          padding: initial;
          line-height: 1.8; } }
      .s-layout__right p:nth-of-type(1) {
        font-weight: bold; }
      .s-layout__right p + p {
        margin-top: 2.5em; }

.s-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .s-grid--lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .s-grid--lg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .s-grid--lg .s-grid__item {
      width: 364px; }
      @media only screen and (max-width: 768px) {
        .s-grid--lg .s-grid__item {
          width: 100%; } }
      .s-grid--lg .s-grid__item + .s-grid__item {
        margin-top: 60px; }
  .s-grid--md {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .s-grid--md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .s-grid--md .s-grid__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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;
      width: 29.33%;
      margin: 0 2% 30px; }
      @media only screen and (max-width: 768px) {
        .s-grid--md .s-grid__item {
          display: initial;
          width: 100%; } }
  .s-grid--sm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .s-grid--sm {
        justify-content: space-between; } }
    .s-grid--sm .s-grid__item {
      width: 21%;
      margin: 0 2% 30px; }
      @media only screen and (max-width: 768px) {
        .s-grid--sm .s-grid__item {
          width: 46%; } }

.s-card {
  font-size: 14px;
  line-height: 1.8; }
  @media only screen and (max-width: 768px) {
    .s-card {
      font-size: 13px; } }
  .s-card__img {
    display: block;
    margin: auto; }
  .s-card__title {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold; }
    .s-card__title span {
      display: block;
      font-size: 11px;
      line-height: 1.5;
      font-weight: normal; }
  .s-card__text {
    margin-top: 30px;
    text-align: justify; }
  .s-card__link {
    margin-top: 30px;
    display: block;
    margin-top: 1em;
    text-align: right;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.2s; }
    .s-card__link:hover {
      color: #ea475d; }

.s-head-1 {
  margin-bottom: 70px;
  text-align: center;
  font-size: 4.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .s-head-1 {
      font-size: 3.4rem; } }
  .s-head-1::first-letter {
    color: #750069; }
  @media only screen and (max-width: 768px) {
    .s-head-1--about {
      margin: 70px 0 30px; } }

.s-head-2 {
  margin-bottom: 30px; }
  .s-head-2__sub {
    font-size: 1.0em;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 10px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .s-head-2__sub {
        font-size: 0.85em; } }
  .s-head-2__pict {
    text-align: center;
    margin-bottom: 10px; }
  .s-head-2__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Noto Serif JP', serif; }

.grid__top-prize .s-grid__item {
  display: flex;
  flex-wrap: wrap; }
  .grid__top-prize .s-grid__item .s-work {
    margin-top: auto; }

.s-head-3 {
  font-size: 1.4em;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  margin: 0 2% 20px;
  text-align: left; }

.s-text-3 {
  font-size: 1.0em;
  font-family: 'Noto Serif JP', serif;
  margin: 0 2% 40px;
  text-align: left; }

.s-outline {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px; }
  .s-outline h4 {
    width: 25%; }
  .s-outline p {
    width: 75%; }
  @media only screen and (max-width: 768px) {
    .s-outline {
      display: block; }
      .s-outline h4 {
        width: 100%; }
      .s-outline p {
        width: 100%; } }

.s-work {
  text-align: center; }
  .s-work__pict {
    display: inline-block;
    border: 1px solid #ccc;
    overflow: hidden;
    outline: none; }
    .s-work__pict img {
      width: 100%;
      transition: all 0.2s; }
    .s-work__pict:hover img {
      transform: scale(1.05); }
  .s-work__text {
    margin-top: 10px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .s-work {
    min-height: 0%; } }
.s-grid--sm .s-work__text {
  font-size: 0.85em;
  font-family: 'Noto Serif JP', serif; }

.fancybox-infobar {
  color: #fff !important;
  font-size: 30px !important;
  font-family: "Fjalla One", sans-serif; }

.fancybox-button--zoom,
.fancybox-button--thumbs {
  display: none !important; }

/*20211004 shodo 2021*/
h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px; }

/*# sourceMappingURL=shodo.css.map */
