@font-face {
  font-family: "NotoSansJP-Bold";
  src: local("NotoSansJP-Bold"),
       url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ShueiShogoMStd-H";
  src: local("ShueiShogoMStd-H"),
       url("../fonts/A-OTF-ShueiShogoMStd-H.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TsukuOldGothicStd-B";
  src: local("TsukuOldGothicStd-B"),
       url("../fonts/FOT-TsukuOldGothicStd-B.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "KyoMadokaStd-R";
  src: local("KyoMadokaStd-R"),
       url("../fonts/HOT-KyoMadokaStd-R.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ShueiShogoMSen-Hv";
  src: local("ShueiShogoMSen-Hv"),
       url("../fonts/A-OTF-ShueiShogoMSen-Hv.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "A_KsoKaisho";
  src: local("A_KsoKaisho"),
       url("../fonts/A_KsoKaisho.woff") format("woff");
  font-display: swap;
}

body {
  font-family: "NotoSansJP-Bold";
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #221815;
  font-size:15px;
}
main{
  background-image: url("../img/background.jpg");
  background-size: cover;
  background-attachment: fixed;
  min-height: 600px;
}
.top-bar {
  height: 10px;
  background-color: #d82a18;
  display: none;
}
a, a:hover{
  text-decoration: none;
}
p {
  margin: 0;
}
.container-fluid {
  overflow: hidden;
}
.pc-hidden {
  display: none;
}
.sp-hidden {
  display: block;
}

.hamburger{
  width:60px;
}
.hamburger img {
  width:60px;
}
.page-top {
  position: fixed;
  bottom: 35px;
  right: 10px;
}

.page-top img {
  width: 80px;
  transition: .4s;
}

.page-top img:hover {
  opacity: 0.9;
}

.pc-header-wrap {
  background-color: #d82a18;
  width: 100%;
}

.noren-red {
  color: #d82a18;
}

.pc-header {
  max-width: 1200px;
}
.navbar {
  padding: 15px 0 15px 0;
  margin: 0 auto;
}
.navbar-nav{
  margin-right: 15px;
}
.noren {
  font-family: "TsukuOldGothicStd-B";
  color: #f6dbca;
  font-size: 18px;
  margin:0;
  margin-left: 20px;
  letter-spacing: 5px;
}

.nav-item .nav-link {
  font-size:12px;
  letter-spacing: 1px;
  color: #f6dbca !important;
}

.page-ttl {
  font-family: "ShueiShogoMStd-H";
  font-size: 38px;
  color: #d82a18;
  line-height: 3.07;
  letter-spacing: 4.4px;
  margin: 0;
}

.page-description {
  font-size: 16px;
  line-height: 1.74;
  letter-spacing: 0.4px;
  text-align: center;
  margin: 0 auto;
}
.page-content{
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 50px;
  max-width: 1024px;
}

.content-description {
  font-size: 18px;
  line-height: 1.57;
  letter-spacing: 0.4px;
  text-align: justify;
  color: #221815;
}
.margin-height-10 {
  height: 10px;
}
.margin-height-20 {
  height: 20px;
}
.margin-height-30 {
  height: 30px;
}
.page-bottom {
  height: 150px;
}
.madoka-number{
  font-family: "KyoMadokaStd-R";
  font-size: 53.5px;
  letter-spacing: 2.1px;
  color: #d82a18;
  text-align: left;
  margin: 0;
}

.noren-btn{
  display: inline-block;
  text-align: left;
  border: 2px solid #d82a18;
  font-size: 16px;
  color: #fff;
  background-color: #d82a18;
  text-decoration: none;
  transition: .4s;
  padding: 15px 20px;
}

.noren-btn:hover {
  background-color: #fff;
  border-color: #d82a18;
  color: #d82a18;
}

.fluid-box{
  width: 100vw;
  position: relative;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.fluid-box-inner{
   margin: 0 auto;
   padding: 0;
}
.noren-img {
  width:100%;
  height:650px;
  object-fit: cover;
  object-position: center bottom;
}
.noren-gif {
  width: 100%;
  height:700px;
  object-fit: cover;
  object-position: center bottom;
}

.noren-img-sp{
  width:100%;
  height:700px;
  object-fit: cover;
  object-position: center bottom;
}
.logo-img-sp {
  position :absolute;
  top: 0;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 80%;
  min-width: 300px;
}
.tsunagu-img-sp{
  position :absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin:0 auto;
  width:80%;
  min-width: 250px;
}

.line-img{
  position :absolute;
  bottom: 10%;
  left: 50%;
  right: 0;
  margin:0 auto;
  width: 150px;
}

.line-img:hover{
  opacity: .7;
}

.line-img-sp{
  position :absolute;
  top: 75%;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 150px;
}
.drawer-nav {
  background-color: #d82a18;
  background-size: 100% 100%;
}
.drawer-nav a{
  color: #FADBCA;
}
.drawer-menu-item:hover {
  text-decoration: none;
}
.drawer-nav .noren{
  margin:0;
  font-size:30px;
  font-family: "TsukuOldGothicStd-B";
}
.loading-cover {
  position:fixed;
  z-index: 99998;
  width: 100%;
  height: 100%;
  background-color: #d82a18;
  display:none;
}

.loading {
  /*animation: loading 2s linear infinite;*/
  z-index: 99999;
  width:50%;
  display:none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-item {
  margin: 0 3px;
}

.detail-btn{
  display: inline-block;
  text-align: left;
  border: 2px solid #d82a18;
  font-size: 14px;
  color: #fff;
  background-color: #d82a18;
  text-decoration: none;
  transition: .4s;
  padding: 5px 10px;
  border-radius: 30px;
}
.detail-btn:hover {
  background-color: #fff;
  border-color: #d82a18;
  color: #d82a18;
}
.red-bar1{
  height: 100px;
  width: 100%;
  background-color: #d82a18;
  display:none;
}
.red-bar2{
  height: 100px;
  width: 100%;
  background-color: #d82a18;
  display:none;
}
.red-bar3{
  height: 100px;
  width: 100%;
  background-color: #d82a18;
  display:none;
}
@keyframes loading {
  to {
  }

  from {
    transform: rotate(360deg);
    transform-origin: 50% 50%;
  }
}

.tab-menu {
  display: block;
}
.drawer-menu {
  display: none;
}

.noren-pc{
  display: block;
}
.noren-sp{
  display: none;
}

.footer {
  width:100%;
  padding:30px;
  background-color: #d82a18;
  text-align: left;
}
.footer .noren{
  margin:0 30px 0 0;
  padding-bottom: 20px;
  font-size:30px;
  font-family: "TsukuOldGothicStd-B";
}
.footer div {
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer a {
  color: #FADBCA;
}
@media screen and (max-width:1024px) {
  .noren-gif {
    height: 600px;
  }
  .red-bar1 {
    display: block;
  }
}
@media screen and (max-width:880px) {
  .noren-gif {
    height: 500px;
  }
  .red-bar2 {
    display: block;
  }
}
@media screen and (max-width:959px) {
  .tab-menu {
    display: none;
  }
  .drawer-menu {
    display: block;
  }
  .top-bar {
    display: block;
  }
  .loading {
    left: 55%;
  }
}

@media screen and (max-width:767px) {
  .pc-hidden {
    display: block;
  }
  .sp-hidden {
    display: none;
  }
  .noren-gif {
    height:400px;
  }
  .page-ttl {
    margin: 20px auto;
    font-size: 34px;
  }
  .strength-img {
    width: 50%;
  }
  .page-description {
    font-size: 20px;
  }
  .content-description {
    font-size: 16px;
    line-height: 1.57;
    letter-spacing: 0.3px;
    text-align: justify;
  }
  .noren-btn{
    font-size: 14px;
    padding: 10px 10px;
  }

  .page-top img {
    width: 60px;
  }

  .page-content{
    margin: 0 ;
    padding: 0;
    margin-top: 70px;
  }
  .noren-img {
    width:100%;
    height: auto;
    object-fit: contain;
  }

  .loading {
    width:100%;
    left: 55%;
  }
}

@media screen and (max-width:550px) {
  .noren-pc{
    display: none;
  }
  .noren-sp{
    display: block;
  }
}


@media screen and (max-width:375px) {

  .hamburger{
    width:40px;
  }
  .hamburger img {
    width:40px;
  }
  .page-top img {
    width: 40px;
  }
  .page-content{
    padding: 0;
    margin-top: 70px;
  }
  .page-ttl {
    font-size: 26px;
  }
  .page-description {
    font-size: 14px;
    line-height: 1.5;
  }
  .content-description {
    font-size: 14px;
  }

  .logo-img-sp {
    top:3%;
    left: 6%;
    width: 90%;
    min-width: 300px;
  }
  .tsunagu-img-sp{
      width: 50% !important;
      top: 40%;
  }
  .line-img-sp{
    top: 68%;
  }
}
