html{
    scroll-behavior: smooth;
}
body { 
  font-family: "Noto Sans JP", sans-serif; 
  color: #310008;
  margin: 0; padding: 0; 
  @media screen and (min-width: 768px) {
    /* background: linear-gradient(180deg, rgb(191, 118, 0) 0%,  rgb(150, 0, 0) 100%) 0% 0% no-repeat padding-box; */
    display: flex;
    background-color: #A00019;
    
  }
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

section, footer { padding: 20px; }

main{
    background-color: #fff; 
    @media screen and (min-width: 768px) {
      position: relative;
      max-width: 420px;
      margin: 0 auto;
      box-shadow: 0px 0px 10px -5px #000000;
    }
}

.pc{ 
  display: none;
  @media screen and (min-width: 768px) {
  display: block;
  position: relative;
  &.left{
    img{
      width: 150px;
      position: fixed;
      bottom: 60px;
      left: 60px;
    }
  }
   &.right{
    nav{
      color: #fff;
      position: fixed;
      bottom: 60px;
      right: 60px;
      ul{
        list-style: none;
        li{
          margin-bottom: 15px;
        }
      }
      a{
        font-size: 20px;
        color: #fff;
        text-decoration: none;
      }
    }
  }
}
}
header{
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  p{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
  }
  a.btn_03 {
      display: block;
      text-align: center;
      text-decoration: none;
      font-weight: 400;
      padding: 8px 20px;
      border: 1px solid #fff;
      color: #fff;
      border-radius: 100vh;
      transition: 0.5s;
      &:hover {
        color: #A00019;
        background: #fff;
      }
    }
}
footer{
  background: linear-gradient(90deg, #A00019 0%,  #310008 100%) 0% 0% no-repeat padding-box;
  p{
    font-size: 14px;
    text-align: left;
    span{
      font-size: 10px;
    }
  }
}

.image-banner{
  position: relative;
    &::after {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.5);
    }
  img{
    width: 100%;
  }
}

#hero{
    position: relative;
    background: url('../images/main-bg.png') center/cover no-repeat;
    height: 572px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    &::before {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }
    h1{
        position: relative;
        min-width: 125%;
        z-index: 1;
    }

}
#intro{
    background: url('../images/intro-bg.jpg') center/cover no-repeat;
    color: white;
    position: relative;
    &::before {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: linear-gradient(180deg, rgba(29, 18, 0, 0.9) 50%,  rgba(160, 0, 25, 0.9) 100%) 0% 0% no-repeat padding-box;
    }
    .intro-text{
        margin: 85px 0 250px 10px;
        font-size: 16px;
        line-height: 2.4;
        position: relative;
        z-index: 10;
        & span {
            margin-top: 85px;
        } 
    }
    .president-image{
        position: absolute;
        bottom: -80px;
        img{
            width: 85%;
            margin: 0 auto;
        }
    }
}
#points{
  padding-bottom: 120px;
  .title{
    margin: 160px 0 70px;
    text-align: center;
    h2{
      width: 80%;
      margin: 0 auto;
    }
    p{
      font-size: 16px;
      font-weight: 600;
      margin-top: 8px;
    }
  }
  .point-section{
    text-align: right;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    @media screen and (min-width: 768px) {
      margin-right: 0;
    } 
    &.second{
      margin-top: 70px;
    }
    p{
      font-size: 18px;
      line-height: 1.6;
      margin-top: 10px;
      text-align: left;
    }
  }
}
#president-message{
  background: url('../images/main-bg.png') center/cover no-repeat;
  position: relative;
  &::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .title{
    margin: 100px 0 30px;
    text-align: center;
    position: relative;
    z-index: 10;
    h2{
      width: 90%;
      margin: 0 auto;
    }
    p{
      font-size: 16px;
      font-weight: 600;
      margin-top: 8px;
      color: #fff;
    }
  }
  .inner{
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 10;
  }
}
#wanted{
  .title{
    margin: 100px 0 30px;
    text-align: center;
    h2{
      width: 70%;
      margin: 0 auto;
    }
    p{
      font-size: 16px;
      font-weight: 600;
      margin-top: 8px;
    }
  }
  .inner{
    text-align: center;
    margin-bottom: 80px;
    img{
      width: 100%;
    }
  }
}
#shikis-charm10{
  padding-bottom: 100px;
  .title{
    margin: 110px 0 30px;
    text-align: center;
    h2{
      width: 80%;
      margin: 0 auto;
    }
    p{
      font-size: 16px;
      font-weight: 600;
      margin-top: 8px;
    }
  }
  .inner{
    .accordion-001 {
        max-width: 500px;
        background-color: #ffffff;
    }
    .accordion-001:not([open]) {
        margin-bottom: 7px;
    }
    .accordion-001 summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 1em 2em;
        border-radius: 5px;
        background-color: #310008;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
    }
    .accordion-001 summary::-webkit-details-marker {
        display: none;
    }
    .accordion-001 summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 7px;
        height: 7px;
        margin-left: 10px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        content: '';
        transition: transform .3s;
    }
    .accordion-001[open] summary::after {
        transform: rotate(225deg);
    }
    .accordion-001 div {
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: 1em 2em 2em 2em;
        color: #333333;
        background-color: #ededed;
        transition: transform .5s, opacity .5s;
        h3{
            margin-top: 20px;
        }
    }
    .accordion-001[open] div {
        transform: none;
        opacity: 1;
    }
  }
}
#benefits{
  .title{
    margin: 110px 0 30px;
    text-align: center;
    h2{
      width: 100%;
      margin: 0 auto;
    }
    p{
      font-size: 16px;
      font-weight: 600;
      margin-top: 8px;
    }
  }
  .inner{
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    .benefit-card{
      display: grid;
      grid-row: span 2;
      grid-template-rows: 160px 40px;
      background-color: #f4f4f4;
      border-radius: 10px;
      align-items: center;
      justify-items: center;
      img{
        width: 50%;
      }
    }
  }
}
#recruit{
  padding-bottom: 100px;
  .title{
    margin: 110px 0 30px;
    text-align: center;
    h2{
      width: 80%;
      margin: 0 auto;
    }
    p{
      font-size: 16px;
      font-weight: 600;
      margin-top: 8px;
    }
  }
  .inner{
    .accordion-001 {
        max-width: 500px;
        background-color: #ffffff;
    }
    .accordion-001:not([open]) {
        margin-bottom: 7px;
    }
    .accordion-001 summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 1em 2em;
        border-radius: 5px;
        background-color: #A00019;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
    }
    .accordion-001 summary::-webkit-details-marker {
        display: none;
    }
    .accordion-001 summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 7px;
        height: 7px;
        margin-left: 10px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        content: '';
        transition: transform .3s;
    }
    .accordion-001[open] summary::after {
        transform: rotate(225deg);
    }
    .accordion-001 div {
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: 1em 2em 2em 2em;
        color: #333333;
        background-color: #ededed;
        transition: transform .5s, opacity .5s;
        
        h3{
            margin-top: 20px;
        }
    }
    .accordion-001[open] div {
        transform: none;
        opacity: 1;
    }
  }
}
#contact{
    background: url('../images/contact-bg.jpg') center/cover no-repeat;
    color: white;
    position: relative;
    &::before {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: linear-gradient(180deg, rgba(29, 18, 0, 0.9) 0%,  rgba(160, 0, 25, 0.9) 100%) 0% 0% no-repeat padding-box;
    }
  .title{
    margin: 100px 0 30px;
    text-align: center;
    position: relative;
    z-index: 10;
    h2{
      width: 50%;
      margin: 0 auto;
    }
    p{
      font-size: 16px;
      font-weight: 600;
      margin-top: 8px;
      color: #fff;
    }
  }
  .cv-area{
    margin-bottom: 100px;
    position: relative;
    z-index: 10;
    a.btn_03 {
      display: block;
      text-align: center;
      text-decoration: none;
      width:80%;
      margin: auto;
      padding: 1rem 2rem;
      font-weight: bold;
      border: 2px solid #fff;
      background-color: #fff;
      color: #A00019;
      border-radius: 100vh;
      transition: 0.5s;
      &:hover {
        color: #fff;
        background: #A00019;
      }
      &:last-child {
        margin-top: 15px;
      }
    }

  }
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.Form-Item {
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 14px;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: 10px;
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #A81010;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Input,select {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Btn {
  border-radius:50%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #A81010;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
}
#access{
  padding-bottom: 100px;
  background-color: #310008;
  .title{
    margin: 100px 0 60px;
    text-align: center;
    h2{
      width: 40%;
      margin: 0 auto;
    }
    p{
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      margin-top: 8px;
    }
  }
  .inner{
    width: 90%;
    margin: 0 auto;
    .shop-container{
      &:nth-child(2){
        margin: 45px 0;
      }
      h3{
        font-size: 18px;
        color: #fff;
        
      }
      p{
        font-size: 16px;
         color: #fff;
        margin-bottom: 8px;
      }
      .gmap_iframe {
          aspect-ratio: 16 / 9;
          max-width: 1000px;
          width: 100%;
          height: auto;
      }
    }
  }
}

form input, form select, form textarea {
    width: 100%; padding: 8px; margin-bottom: 10px; border: 1px solid #ccc;
}
form button {
    background-color: #dc2626; color: white; border: none; padding: 10px 20px;
    cursor: pointer;
}
footer { background-color: #A00019; color: white; text-align: center; }