:root {
  --c-1: #cb9c41;
  --c-2: #fcf4eb;
  --boder-bottom: #f2d7a3;
  --red: #c32f3d;
  --bg: #EFEFEF;
}


#eleguard .mv {
    position: relative;
    margin: 64px;
    border: 1px solid #E7007E;
    border-radius: 8px;
    padding: 32px;
}

#eleguard .mv .img img {
  max-width: 1000px;
}
@media (max-width: 768px) {
  #eleguard .mv {
    margin: 2%; 
    padding: 1px 0 20px;
 }
}


#eleguard .mv .title_main {
    position: relative;
    padding: 1rem;
    text-align: center;
  }
  
  #eleguard .mv .title_main :after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
#eleguard .mv .sub {
    line-height: 1.8em;
    letter-spacing: 0.1em;
    text-align: center;
}

@media (max-width: 768px) {
    #eleguard .mv .title_main {
        position: relative;
        padding: 1rem 1rem;
        text-align: center;
      }

      #eleguard .mv .sub {
        text-align: left;
        background-color: #FFFFFF;
    }

      
}



#eleguard .point .title_main {
    font-weight: bold;
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    padding: 0.1em 0.8em;
    /* border-left: solid 6px; */
    margin: 3em 0 1.3em 0;
    background: #e7007e;
    display: inline-block;
}

#eleguard .point .title_sub {
    border-bottom: 1px dotted #999;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 2em 0 1em 0;
    padding: 0 0 0.5em;
}

@media (max-width: 768px) {
    #eleguard .point .title_main {
        font-weight: bold;
        line-height: 1.8em;
        letter-spacing: 0.1em;
        margin: 1em 0;
    }
    
    #eleguard .point .title_sub {
        border-bottom: 1px dotted #999;
        font-weight: bold;
        line-height: 1.8em;
        letter-spacing: 0.1em;
        margin: 2em 0 1em 0;
        padding: 0 0 0.5em;
    }
}

#eleguard .point .list_scene  {
  margin: 40px 0 0 0;
}
#eleguard .point .list_scene ul {
  display: flex;
  margin: 20px 0 0 0;
  width: 100%;
}
#eleguard .point .list_scene li {
    width: 100%;
}

#eleguard .point .list_scene .text .bottom_text {
    margin: 20px 0;
    display: block;
    text-align: left;
}


@media (max-width: 768px) {
    #eleguard .point .list_scene ul {
        display: block;
        margin: 20px 0 0 0;
      }

      #eleguard .point .list_scene .text .bottom_text {
        margin: 20px 0 35px;
        display: block;
        text-align: left;
    }
  
}

#eleguard .other .title_main {
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    padding: 0.1em 0.8em;
    border-left: solid 6px;
    margin: 3em 0 1.3em 0;
}
#eleguard .other .title_sub {
    border-bottom: 1px dotted #999;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 2em 0 1em 0;
    padding: 0 0 0.5em;
}

@media (max-width: 768px) {
    #eleguard .other .title_main {
        margin: 2em 0 1.3em 0;
        background-color: #FFFFFF
    }
    #eleguard .point .title_sub {
        border-bottom: 1px dotted #999;
        font-weight: bold;
        line-height: 1.8em;
        letter-spacing: 0.1em;
        margin: 2em 0 1em 0;
        padding: 0 0 0.5em;
    }
}
    

#eleguard .story .title_main {
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    padding: 0.1em 0.8em;
    margin: 3em 0 1.3em 0;
    background: #e7007e;
    display: inline-block;
    color: #fff;
}
#eleguard .story .title_sub {
    border-bottom: 1px dotted #999;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 2em 0 1em 0;
    padding: 0 0 0.5em;
}
@media (max-width: 768px) {
    #eleguard .story .title_main {
        margin: 1em 0;
    }
    #eleguard .point .title_sub {
        border-bottom: 1px dotted #999;
        font-weight: bold;
        line-height: 1.8em;
        letter-spacing: 0.1em;
        margin: 2em 0 1em 0;
        padding: 0 0 0.5em;
    }
}
    





#eleguard .voice {
    padding: 100px 0;
  }
  #eleguard .voice .title_1,
  #eleguard .voice .title_2 {
    text-align: center;
    font-weight: bold;
  }
  #eleguard .voice .title_1 {
    font-size: 1.8em;
    margin: 0 0 60px 0;
    position: relative;
  }
  #eleguard .voice .title_1:before, #eleguard .voice .title_1:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #eleguard .voice .title_1:before {
    background: url(/img/event/ohtani2/voice_icon.png) no-repeat scroll center center/100% auto;
    width: 81px;
    height: 78px;
    top: -90px;
  }
  #eleguard .voice .title_1:after {
    width: 80px;
    height: 3px;
    bottom: -20px;
    background: var(--c-1);
  }
  #eleguard .voice .title_2 {
    color: #ea930b;
    font-size: 1.5em;
    margin: 0 0 40px 0;
  }
  #eleguard .voice .title_2 span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
  }
  #eleguard .voice .title_2 span:before, #eleguard .voice .title_2 span:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: #ea930b;
  }
  #eleguard .voice .title_2 span:before {
    transform: translateY(-50%) rotate(-15deg);
    left: 0;
  }
  #eleguard .voice .title_2 span:after {
    transform: translateY(-50%) rotate(15deg);
    right: 0;
  }
  #eleguard .voice ul li {
    background: #fff;
    margin: 20px 0;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    grid-gap: 30px;
  }
  #eleguard .voice ul li .img {
    width: 15%;
  }
  #eleguard .voice ul li .text {
    width: 85%;
  }
  #eleguard .voice ul li .text img {
    width: 120px;
    margin: 0 0 8px 0;
  }
  @media (max-width: 768px) {
    #eleguard .voice {
      padding: 30px 0 50px 0;
    }
    #eleguard .voice .title_main {
        background-color: #FFFFFF;
    }
    #eleguard .voice .title_1 {
      font-size: 1.6em;
      margin: 0 0 40px 0;
    }
    #eleguard .voice .title_1:before {
      width: 50px;
      height: 50px;
      top: -60px;
    }
    #eleguard .voice .title_1:after {
      width: 50px;
      height: 2px;
      bottom: -10px;
    }
    #eleguard .voice .title_2 {
      font-size: 1.1em;
      margin: 0 0 20px 0;
    }
    #eleguard .voice ul li {
      padding: 15px 10px;
      grid-gap: 10px;
    }
  }



#eleguard .story .list_scene  {
    margin: 40px 0 0 0;
  }
  #eleguard .story .list_scene ul {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
    width: 100%;
  }
  #eleguard .story .list_scene li {
    width: 100%;
  }
  #eleguard .story .list_scene .text {
      margin: 20px 0;
      display: block;
      text-align: left;
  }
  
  #eleguard .note {
    border: 1px solid #a0a0a0;
    padding: 10px;
    margin-top: 12px;
    text-align: left;
  }
  
  
  @media (max-width: 768px) {
      #eleguard .story .list_scene ul {
          display: block;
          margin: 20px 0 0 0;
        }
  
        #eleguard .story .list_scene .text {
          margin: 20px 0;
          display: block;
          text-align: left;
      }
    
  }
  

/*# sourceMappingURL=original.css.map */