@charset "UTF-8";/* CSS変数の宣言 */
/* テンプレートで対応しきれないスタイルをこちらに記入します。ASのみ書き込み可能 */

body {
  background: url(../images/background.webp);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  font-family: "MFW-PUDShinMGoPr6N-Light";
}

#slide-area {
  max-width: 1920px;
  background: black;
  background: url(../images/slide-back2.webp),url(../images/slide-back.webp);
}

.slide-main {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

#intro {
  width: 100%;
  max-width: 1920px;
  background: rgba(255,255,255,0.6);
}


.intro-container {
  max-width: 1280px;
  margin: 0 auto;
}

.intro-img {
}

h2.ttl-visible {
  position: absolute;
  top:0;
  left: 0;
  z-index: 100;
  width: calc(100% - 1rem);
  padding: 1.5rem;
  color: #ffffff;
  line-height:1.5;
  background: linear-gradient(to right, var(--archiveNameBackgroundColor), transparent 80%);
  letter-spacing:0.15rem;
}

.resbr {
  display: none;
}

.title1 {
  font-size: 1.15em;
}

.title2 {
  font-size: 0.7em;
  margin-left: 0.3em;
}

/*
h3 {
  display: inline-block;
  min-width: 30%;
  padding-left: 0;
  margin-left: 0.2em;
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--accentColor);
  bottom: -3px;
  width: 20%;
}
*/

#cont1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1920px;
  background: url(../images/contentsback1.webp);
}

#cont1 h3,
#cont2 h3,
#cont3 h3 {
  position: relative;
  font-family: "MFW-UDShinGoNTPr6N-DeBold";
}

#cont1 .contents-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

#cont1 h3:before,
#cont2 h3:before,
#cont3 h3:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.cont1-2hr {
  margin: 0;
}

#cont2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1920px;
  background: url(../images/contentsback2.webp);
}

#cont2 .contents-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

#cont3 {
  width: 100%;
  margin-top: 0;
  max-width: 1920px;
}
#cont3 .contents-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

#cont1 h3 span,
#cont2 h3 span,
#cont3 h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #333;
/*  text-shadow: 5px 8px 4px rgba(102,98,164, 0.3);*/
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 auto;
  height: 2em;
}

.item {
  box-shadow: 3px 3px 5px 0px rgba(102,98,164, 0.5);
}

#cont3 .contents-wrap .item p {
  font-size: 1em;
}


@media screen and (max-width: 820px) {
  #cont3 .contents-wrap .item p {
    font-size: 1.5em;
  }


}

@media screen and (max-width: 420px) {
  body {
    background-size: 100%;
  }
  .ttl-visible {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .resbr {
    display: block;
  }

  .title1 {
    font-size: 0.9em;
    padding: 0;
  }

  .title2 {
    font-size: 0.6em;
    margin-left: 0.3em;

  }

}

