@charset "utf-8";
/* CSS Document */
#snoopy_cp_2509 img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -.2rem;
}
#snoopy_cp_2509 h1, h2, h3, h3, p {
  margin: 0;
  padding: 0;
}
#snoopy_cp_2509 dl, dt, dd, ul, li {
  margin: 0;
  list-style: none;
  padding: 0;
}
#snoopy_cp_2509 .inner-cont {
  background-image: url("../images/back.webp");
  background-repeat: repeat;
  width: 100%;
  background-position: center;
}
#snoopy_cp_2509 .content ul li {
  padding-bottom: .5rem;
}
.fs_s {
  font-size: 90%;
  font-weight: normal;
}
a:hover {
  opacity: .7;
}
#snoopy_cp_2509 .h3_area {
  position: relative;
}
#snoopy_cp_2509 .h3_area p {
  width: 53%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
/*===============================================

●pc.css 画面の横幅が737px以上

===============================================*/
@media screen and (min-width:737px) {
  /*common*/
  .ly-contents-area {
    padding: 10px 0 0;
  }
  #snoopy_cp_2509 .pc-none {
    display: none;
  }
  #snoopy_cp_2509 {
    max-width: 550px;
    margin: 0 auto;
    padding: 0;
  }
  div#contents {
    background-color: #fffadd;
    background-image: url(../images/pc_bg.webp);
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center top 7rem;
    background-size: cover;
  }
  #snoopy_cp_2509 .a-btn {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 2.3rem;
  }
  #snoopy_cp_2509 .a-btn a {
    position: relative;
    top: 0;
    display: block;
    box-shadow: 0 12px #f08300;
    border-radius: 2rem;
    text-align: center;
    text-decoration: none;
    transition: .3s ease-in-out;
  }
  #snoopy_cp_2509 .a-btn .hov a:hover {
    top: 12px;
    box-shadow: 0 0 #f08300;
    opacity: 1;
  }
  #snoopy_cp_2509 .inner-cont .m-bnr {
    margin: 0 auto;
    padding: 3rem 0 6rem;
  }
  #snoopy_cp_2509 .fp-pin {
    background-color: #298907;
    color: #050505;
    padding: 0rem 3rem 3rem;
  }
  #snoopy_cp_2509 .fp-pin02 {
    background-color: #6b391c;
    color: #fff;
    padding: 0rem 3rem;
  }
  #snoopy_cp_2509 .pin {
    background-color: #fff;
    padding: 1.5rem 1.5rem 2rem;
  }
  /*accordionボタン*/
  #snoopy_cp_2509 .accordion {
    background-size: 100%;
    background-image: url(../images/kashi_bg.webp);
    padding: 0 0 14rem;
  }
  #snoopy_cp_2509 .toggle, .toggle02 {
    display: none;
  }
  #snoopy_cp_2509 .title, #snoopy_cp_2509 .content {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  #snoopy_cp_2509 .option {
    position: relative;
    margin: 0 4%;
    max-width: 690px;
    background-color: #fff;
    border-radius: 0 0 3rem 3rem;
    padding-bottom: 3rem;
  }
  #snoopy_cp_2509 .option img {
    width: 40%;
    margin: 0 auto;
  }
  #snoopy_cp_2509 .title {
    display: block;
    cursor: pointer;
    width: 84%;
    margin: 0 auto;
    z-index: 100;
    background-color: #e8334a;
    border-radius: 5rem;
    padding: 2%;
  }
  #snoopy_cp_2509 .title::before {
    content: " ";
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-image: url("../images/icon.webp");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all 0.3s;
    margin: auto;
  }
  #snoopy_cp_2509 .content {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5rem;
  }
  #snoopy_cp_2509 .content p {
    width: 100%;
    margin: 0 auto;
  }
  #snoopy_cp_2509 .content p:first-child {
    padding-top: 1.8rem;
    margin-top: -1.8rem;
  }
  #snoopy_cp_2509 .toggle:checked + .title + .content {
    max-height: 3000px;
    transition: all .3s;
  }
  #snoopy_cp_2509 .toggle02:checked + .title + .content {
    max-height: 3000px;
    transition: all .3s;
  }
  #snoopy_cp_2509 .toggle:checked + .title::before {
    transform: rotate(134deg) !important;
  }
  #snoopy_cp_2509 .toggle02:checked + .title::before {
    transform: rotate(134deg) !important;
  }
  #snoopy_cp_2509 .content ul {
    width: 90%;
    margin: 1rem auto;
    background-color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    color: #6a3906;
  }
  #snoopy_cp_2509 .content ul li:before {
    display: inline-block;
    position: relative;
    content: '';
    left: -.7rem;
    top: -0.3rem;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    background: #6a3906;
  }
  #snoopy_cp_2509 .ttl_h3 {
    width: 93%;
    height: auto;
    position: relative;
    margin: 1rem auto;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
  }
  #snoopy_cp_2509 .ttl_h3:before, #snoopy_cp_2509 .ttl_h3:after {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 40%;
    height: 0.2rem;
    border-bottom: solid 1px #000;
  }
  #snoopy_cp_2509 .ttl_h3:before {
    left: 0;
  }
  #snoopy_cp_2509 .ttl_h3:after {
    right: 0;
  }
  #snoopy_cp_2509 .fp-area {
    background-color: #298907;
    margin-top: -8rem;
  }
  #snoopy_cp_2509 .fp-area02 {
    background-color: #6b391c;
  }
  #snoopy_cp_2509 .btn-area {
    padding: 0 1.6rem 3.5rem;
  }
  #snoopy_cp_2509 .btn-area img {
    width: 90%;
    margin: 0 auto;
  }
  #snoopy_cp_2509 .btn-area02 img {
    width: 90%;
    margin: 0 auto;
  }
  #snoopy_cp_2509 .tbtn-area {
    background-image: url("../images/kashi_bg.webp");
    padding: 2.5rem 1.6rem 3rem;
  }
  #snoopy_cp_2509 .tbtn-area img {
    margin: 3% auto 2%;
    width: 90%;
  }
  #snoopy_cp_2509 .btn-area02 {
    background-color: #6b391c;
    padding: 2rem 1.6rem 2rem;
  }
  #snoopy_cp_2509 .ac-box {
    position: relative;
  }
  #snoopy_cp_2509 .tenpo_btn-area {
    background-color: #fefadc;
    padding: 1rem 1.6rem 1rem;
  }
  #snoopy_cp_2509 .tenpo_btn-area img {
    width: 90%;
    margin: 0 auto;
  }
  #snoopy_cp_2509 .food_btn-area {
    background-image: url("../images/fooddrive_bg.webp");
    padding: 2rem;
    background-size: 100%;
  }
  #snoopy_cp_2509 .food_btn-area img {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2rem;
  }
  #snoopy_cp_2509 .copy {
    position: relative;
  }
  #snoopy_cp_2509 .copy p img {
    width: 90%;
  }
  #snoopy_cp_2509 .copy:before {
    position: absolute;
    content: '\e905';
    top: 45%;
    right: 6%;
    color: #282828;
    font-family: "icn_font";
    font-size: 18px;
    font-weight: normal;
    line-height: 0;
  }
}
/*===============================================

●sp.css  画面の横幅が736pxまで

===============================================*/
@media screen and (max-width:736px) {
  /*common*/
  #contents {
    padding-top: 54px !important;
  }
  .ly-wrp-sp-cts {
    margin: 0;
  }
  .ly-contents-area {
    padding: 10px 0 0;
  }
  #snoopy_cp_2509 .sp-none {
    display: none;
  }
  #snoopy_cp_2509 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #snoopy_cp_2509 .a-btn {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 2rem 1rem;
  }
  #snoopy_cp_2509 .a-btn a {
    position: relative;
    top: 0;
    display: block;
    box-shadow: 0 9px #f08300;
    border-radius: 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in-out;
  }
  #snoopy_cp_2509 .a-btn .hov a:hover {
    top: 12px;
    box-shadow: 0 0 #f08300;
    opacity: 1;
  }
  #snoopy_cp_2509 .inner-cont .m-bnr {
    margin: 0 auto;
    padding: 1rem 0 3rem;
  }
  #snoopy_cp_2509 .fp-pin {
    background-color: #298907;
    padding: .5rem 1.5rem 2rem 1.5rem;
    color: #050505;
  }
  #snoopy_cp_2509 .fp-pin02 {
    background-color: #6b391c;
    padding: .5rem 1.5rem 2rem 1.5rem;
    color: #fff;
    margin-top: -.2rem;
  }
  #snoopy_cp_2509 .pin {
    background-color: #fff;
    padding: 1rem;
  }
  /*accordionボタン*/
  #snoopy_cp_2509 .accordion {
    background-size: 100%;
    background-image: url(../images/kashi_bg.webp);
    padding: 0 0 10.5rem;
  }
  #snoopy_cp_2509 .toggle, .toggle02 {
    display: none;
  }
  #snoopy_cp_2509 .title, #snoopy_cp_2509 .content {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  #snoopy_cp_2509 .option img {
    width: 60%;
    margin: 0 auto;
  }
  #snoopy_cp_2509 .option {
    position: relative;
    margin: 0 auto;
    width: 92%;
    background-color: #fff;
    border-radius: 0 0 2rem 2rem;
    padding-bottom: 1rem;
  }
  #snoopy_cp_2509 .title {
    display: block;
    cursor: pointer;
    width: 85%;
    margin: 0 auto 5%;
    background-color: #e8334a;
    border-radius: 5rem;
    padding: 3%;
  }
  #snoopy_cp_2509 .title::before {
    content: " ";
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-image: url("../images/icon.webp");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all 0.3s;
    margin: auto;
  }
  #snoopy_cp_2509 .content {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5rem;
  }
  #snoopy_cp_2509 .content p {
    width: 100%;
    margin: 0 auto;
  }
  #snoopy_cp_2509 .content p:first-child {
    padding-top: 1.8rem;
    margin-top: -1.8rem;
  }
  #snoopy_cp_2509 .toggle:checked + .title + .content {
    max-height: 3000px;
    transition: all .3s;
  }
  #snoopy_cp_2509 .toggle02:checked + .title + .content {
    max-height: 3000px;
    transition: all .3s;
  }
  #snoopy_cp_2509 .toggle:checked + .title::before {
    transform: rotate(134deg) !important;
  }
  #snoopy_cp_2509 .toggle02:checked + .title::before {
    transform: rotate(134deg) !important;
  }
  #snoopy_cp_2509 .content ul {
    margin: 0 auto;
    background-color: #fff;
    font-weight: 500;
    font-size: 1rem;
    color: #6a3906;
  }
  #snoopy_cp_2509 .content ul li:before {
    display: inline-block;
    position: relative;
    content: '';
    left: -.5rem;
    top: -.2rem;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background: #6a3906;
  }
  #snoopy_cp_2509 .ttl_h3 {
    width: 95%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: .5rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
  }
  #snoopy_cp_2509 .ttl_h3:before, #snoopy_cp_2509 .ttl_h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 37%;
    height: 0.1rem;
    border-bottom: solid 1px #000;
  }
  #snoopy_cp_2509 .ttl_h3:before {
    left: 0;
  }
  #snoopy_cp_2509 .ttl_h3:after {
    right: 0;
  }
  #snoopy_cp_2509 .fp-area {
    margin-top: -10rem;
  }
  #snoopy_cp_2509 .btn-area {
    padding: 0 1.5rem 2rem;
    background-color: #298907;
  }
  #snoopy_cp_2509 .btn-area02 {
    padding: 0 1.5rem 2rem;
    background-color: #6b391c;
  }
  #snoopy_cp_2509 .tbtn-area {
    background-image: url("../images/kashi_bg.webp");
    padding: 2rem;
    background-size: 100%;
  }
  #snoopy_cp_2509 .tenpo_btn-area {
    background-color: #fefadc;
    padding: 2rem 1.5rem 2rem;
  }
  #snoopy_cp_2509 .food_btn-area {
    background-image: url("../images/fooddrive_bg.webp");
    padding: 1rem;
    background-size: 100%;
    margin-top: -.5rem;
  }
  #snoopy_cp_2509 .food_btn-area img {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  #snoopy_cp_2509 .copy {
    position: relative;
  }
  #snoopy_cp_2509 .copy p img {
    width: 95%;
  }
  #snoopy_cp_2509 .copy:before {
    position: absolute;
    content: '\e905';
    top: 45%;
    right: 0;
    color: #282828;
    font-family: "icn_font";
    font-size: .9rem;
    font-weight: normal;
    line-height: 0;
  }
}
@media screen and (min-width:738px) and (max-width:1024px) {
  div#contents {
    background-position: 0 8rem;
    background: #fffadd;
  }
  #snoopy_cp_2509 .option {
    position: relative;
    margin: -1px auto 0;
    width: 92%;
    background-color: #fff;
  }
}