@charset "utf-8";
/* CSS Document */

body {
  opacity: 0;
  visibility: hidden;
}

/*===============================================
  Mobile Styles
  ===============================================*/
#dodesuka_cp {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

#dodesuka_cp img {
  max-width: 100%;
  display: block;
  height: auto;
  width: 100%;
}

/* common */
#dodesuka_cp .pc-none {
  display: block;
}

#dodesuka_cp .sp-none {
  display: none;
}

/* main-area */
#dodesuka_cp main {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: #F8F5ed;
}

#dodesuka_cp .bg {
  margin: 0 auto;
}

/* kv */
#dodesuka_cp .imgbox .c-ttl {
  position: absolute;
  top: 31%;
  left: 0; 
  right: 0;
  margin: auto;
  width: 40%;
  will-change: transform;
  z-index: 5;
}
#dodesuka_cp .imgbox .c-subttl-one {
  position: absolute;
  top: 8%;
  left: 9%;
  right: 0;
  margin: auto;
  width: 32%;
  will-change: transform;
  z-index: 10;
}
#dodesuka_cp .imgbox .c-subttl-two {
  position: absolute;
  top: 51%;
  left: -65%;
  right: 0;
  margin: auto;
  width: 32%;
  will-change: transform;
  z-index: 10;
}

#dodesuka_cp section {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#dodesuka_cp .text-area {
  padding: 2% 0 0;
}

#dodesuka_cp .lead-area {
  padding: 3% 3% 5%;
  margin: 0 auto;
  color: #220f06;
}

#dodesuka_cp .leadlogo {
  width: 24%;
  margin: 0 auto;
}

#dodesuka_cp .lead-area .leadB {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.1rem, 5.4vw, 1.6rem);
  margin: 1rem 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

#dodesuka_cp .lead-area .leadT {
  text-align: left;
  font-weight: 500;
  font-size: clamp(1rem, 4vw, 1.2rem);
  margin: 1.5rem 0 0;
  line-height: 1.8;
}

#dodesuka_cp .ttl_h2 {
  width: 30%;
  margin: 0 auto;
  font-size: clamp(1rem, 5vw, 1.4rem);
  font-weight: 600;
  padding: .5rem 1rem;
  background: #40210F;
  color: #fff;
  border-radius: 30px;
}

/* item */
#dodesuka_cp .item-area,
#dodesuka_cp .kanshuu_comment {
  width: 90%;
  display: flex;
  flex-direction: column;
  padding: 3% 0;
  box-sizing: border-box;
  margin: 2% auto 0;
  gap: 1.5rem;
  background: none;
}

#dodesuka_cp .item.beijing-theme {
  background: #ea6182;
  padding: 5% 0 10%;
  margin-bottom: 0vw;
  position: relative;
  z-index: 2;
}
#dodesuka_cp .item.beijing-theme::after {
  content: '';
  position: absolute;
  bottom: -15vw; 
  left: 0;
  width: 100%; 
  margin-left: 0%;
  height: 15vw;
  background: #f08437;
  transform-origin: 0 100%;
  transform: skewY(-5deg);
  z-index: 15;
}
#dodesuka_cp .item.gifu-theme {
  background: #f08437;
  padding: 0% 0 3%;
  margin-top: 0vw;
  position: relative;
  z-index: 2;
}

#dodesuka_cp .item-area {
  position: relative;
  z-index: 20;
}


#dodesuka_cp .item-area li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.8rem;
  padding: 0.8rem;
  box-sizing: border-box;
  border-radius: 15px;
  background: #fff;
}

#dodesuka_cp .kanshuu_comment {
  width: 90%;
  margin: 2% auto;
  background-color: #fff;
  padding: 0.9rem;
  border-radius: 15px;
  text-align: left;
  position: relative;
  z-index: 20;
}

#dodesuka_cp .c-pic-item img {
  border-radius: 10px;
}

#dodesuka_cp .item-area li .text {
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#dodesuka_cp .item-area li .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#dodesuka_cp .item-area .kanshuu {
  width: 10rem;
  padding: 0.2rem;
  font-weight: 500;
  border-radius: 5px;
  background: #d7063b;
  color: #fff;
}

#dodesuka_cp .item-area .name {
  text-align: left;
  font-size: clamp(1.06rem, 4.3vw, 1.2rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

#dodesuka_cp .item-area .price {
  text-align: right;
  font-size: clamp(0.95rem, 3.8vw, 1rem);
  font-weight: 700;
}

#dodesuka_cp .item-area .txt {
  font-size: clamp(0.93rem, 4vw, 1.05rem);
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
}

#dodesuka_cp .item-area .txt span {
  font-size: clamp(0.8rem, 3vw, 1rem);
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
}

#dodesuka_cp .c-pic-item {
  position: relative;
}

#dodesuka_cp .c-badge {
  position: absolute;
  top: -4%;
  left: -4%;
  width: 40%;
  z-index: 10;
}

/* info */
#dodesuka_cp .info-area {
  width: 100%;
  padding-top: 5%;
  margin-top: 3%;
}

#dodesuka_cp .info-area .info-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 90%;
  margin: 2rem auto 3rem;
  padding-bottom: 2rem;
}

#dodesuka_cp .info-area .info-inner > li {
  background: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 2vh;
  font-size: clamp(0.93rem, 4vw, 1.05rem);
}

#dodesuka_cp .info-area .tvb {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#dodesuka_cp .info-area .info-inner .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#dodesuka_cp .info-area .info_logo,
#dodesuka_cp .info-area .info_logo.kan {
  width: 50%;
  margin: 0 auto;
}

#dodesuka_cp .info-area .text p {
  text-align: left;
}
#dodesuka_cp .info-area .ttl_h3 {
  padding: 0.5rem 1rem 1.5rem;
  border-bottom: 3px dotted #b5a37d;
  font-size: clamp(1.06rem, 4.3vw, 1.2rem);
}
#dodesuka_cp .ttl_h4 {
  margin: .3rem auto;
  padding: 0.3rem 2rem;
  background: #e2ddd1;
  border-radius: 1vh;
}

/*===============================================
  PC Styles
  ===============================================*/
@media screen and (min-width: 737px) {
  /* common */
  #dodesuka_cp {
    max-width: 1200px;
    padding: 0;
    box-sizing: border-box;
  }

  #dodesuka_cp .pc-none {
    display: none;
  }

  #dodesuka_cp .sp-none {
    display: block;
  }

/* main-area */
  #dodesuka_cp .bg {
    width: 100%;
    padding: 0;
  }

#dodesuka_cp .imgbox .c-ttl {
    width: 34%;
    top: 18%;
    left: 0;
    right: 1%;
    z-index: 5;
  }
  #dodesuka_cp .imgbox .c-subttl-one {
    width: 20%;
    top: 7%;
    left: 23%;
    right: 0%;
    z-index: 10;
  }
  #dodesuka_cp .imgbox .c-subttl-two {
    width: 20%;
    top: 78%;
    left: 0;
    right: 17%;
    z-index: 10;
  }

  #dodesuka_cp .lead-area {
    padding: 1% 0 0;
    margin: 0 auto 3%;
    color: #241608;
  }

  #dodesuka_cp .leadlogo {
    width: 10%;
  }

  #dodesuka_cp .lead-area .leadB {
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    margin: 1rem 0 2rem;
  }

  #dodesuka_cp .lead-area .leadT {
    text-align: center;
    font-size: clamp(1rem, 15vw, 1.05rem);
  }

  #dodesuka_cp .ttl_h2 {
    font-size: 1.6rem;
  }

/* item */
  #dodesuka_cp .item.beijing-theme {
    margin-bottom: 0px;
  }
  #dodesuka_cp .item.beijing-theme::after {
    width: 100%;
    margin-left: 0%;
    transform: skewY(-5deg);
  }
  #dodesuka_cp .item.gifu-theme {
    margin-top: 0px;
  }
  
  #dodesuka_cp .item-area {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1% 0 2%;
    gap: 25px;
    color: #241608;
  }

  #dodesuka_cp .item-area li {
    width: calc((100% - 25px) / 2);
    padding: 1rem;
    border-radius: 25px;
  }

  #dodesuka_cp .c-pic-item img {
    border-radius: 15px;
  }

  #dodesuka_cp .c-badge {
    top: -10px;
    left: -10px;
  }

  /* info */
  #dodesuka_cp .info-area .info-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 3rem auto 4rem;
  }
  
  #dodesuka_cp .info-area .info-inner > li.info-box-a {
    grid-column: 1 / 3;
  }
  
  #dodesuka_cp .info-area .tvb {
    display: grid;
    grid-template-columns: 0.5fr 2fr; 
    gap: 1.5rem;
    align-items: center;
  }

  #dodesuka_cp .info-area .info-inner > li.info-box-b-c {
    padding: 1rem;
  }

  #dodesuka_cp .info-area .info_logo {
    width: 80%;
  }
  #dodesuka_cp .info-area .info_logo.kan {
    width: 40%;
  }
  #dodesuka_cp .ttl_h4 {
    margin: 1rem auto 1rem;
    padding: 0.5rem 2rem;
  }
}