@charset "UTF-8";
/* サイト全体のフォント指定 */
@media screen and (max-width: 700px) {
  .main-box {
    max-width: 100%;
  }
}
#dashi2025 {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 700px) {
  #dashi2025 {
    width: 100%;
    max-width: 100%;
  }
}
#dashi2025 .main-img {
  position: relative;
  max-width: 2000px;
  width: 100%;
  margin: auto;
  text-align: center;
}
#dashi2025 .main-img img {
  width: 80%;
  margin-top: 8em;
}
@media screen and (max-width: 700px) {
  #dashi2025 .main-img img {
    width: 100%;
    margin-top: 2em;
  }
}
#dashi2025 .main-img p.title {
  position: absolute;
  color: white;
  /*文字は白に*/
  font-weight: bold;
  /*太字に*/
  font-size: 2em;
  /*サイズ2倍*/
  font-family: Quicksand, sans-serif;
  /*Google Font*/
  top: 100px;
  left: 0;
}
#dashi2025 .info {
  background-position: center;
  background-size: cover;
  width: 100%;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 5em;
}
@media screen and (max-width: 700px) {
  #dashi2025 .info {
    padding-top: 0em;
  }
}
#dashi2025 .info h3 {
  line-height: 2em;
  font-size: 17px;
  font-weight: 400;
  margin-top: 2em;
  color: #5B5B5B;
}
@media screen and (max-width: 700px) {
  #dashi2025 .info h3 {
    font-size: 3.8vw;
    width: 90%;
    text-align: left;
    margin: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    line-height: 6vw;
  }
}
#dashi2025 .info h3 .kasaneru01 img {
  width: 15%;
  position: absolute;
  top: 15%;
  left: 70%;
  /*ベンダープレフィックス*/
  /*ベンダープレフィックス*/
  transform: translate(-50%, -50%);
  /*センター寄せの修正*/
}
@media screen and (max-width: 700px) {
  #dashi2025 .info h3 .kasaneru01 img {
    width: 35%;
    position: absolute;
    top: 25%;
    left: 70%;
    /*ベンダープレフィックス*/
    /*ベンダープレフィックス*/
    transform: translate(-50%, -50%);
    /*センター寄せの修正*/
  }
}
#dashi2025 .info h3 .kasaneru02 img {
  width: 18%;
  position: absolute;
  top: 70%;
  left: 28%;
  /*ベンダープレフィックス*/
  /*ベンダープレフィックス*/
  transform: translate(-50%, -50%);
  /*センター寄せの修正*/
}
@media screen and (max-width: 700px) {
  #dashi2025 .info h3 .kasaneru02 img {
    width: 45%;
    position: absolute;
    top: 85%;
    left: 20%;
    /*ベンダープレフィックス*/
    /*ベンダープレフィックス*/
    transform: translate(-50%, -50%);
    /*センター寄せの修正*/
  }
}
#dashi2025 .info .infobox {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
#dashi2025 .shopbox3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  background-color: #f4ead7;
  margin-top: 4em;
  position: relative;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox3 {
    width: 100%;
    padding-bottom: 0.5em;
    margin: auto;
    padding-top: 3em;
    margin-bottom: 13vw;
  }
}
#dashi2025 .shopbox3 .titlebox {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#dashi2025 .shopbox3 .titlebox img {
  position: relative;
  top: -40px;
  left: 10px;
  width: 60%;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox3 .titlebox img {
    top: -60px;
    left: 0px;
    width: 90%;
    text-align: center;
    margin: auto;
  }
}
#dashi2025 .shopbox3 .titlebox p.title_jp {
  font-size: 17px;
  color: #9e814d;
  font-weight: 600;
  position: relative;
  /*positionをrelativeに指定*/
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox3 .titlebox p.title_jp {
    margin-top: 0em;
    font-size: 5vw;
  }
}
#dashi2025 .shopbox3 .titlebox p.title_jp::after {
  position: absolute;
  /*positionをabsoluteに指定*/
  content: "";
  background-color: #9e814d;
  /*下線の色*/
  width: 70px;
  /*線の幅*/
  height: 5px;
  /*線の太さ*/
  bottom: -20px;
  /*線のタテ位置*/
  left: 50%;
  /*線のヨコ位置*/
  transform: translateX(-50%);
  /*線のヨコ位置*/
}
#dashi2025 .shopbox3 .titlebox p.mini {
  color: #9e814d;
  font-size: 15px;
  margin-top: 3em;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox3 .titlebox p.mini {
    width: 90%;
    margin: auto;
    text-align: left;
    margin-top: 3em;
    font-size: 3.7vw;
  }
}
#dashi2025 .shopbox3 .imagebox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em;
  padding-top: 6em;
  padding-left: 5em;
  padding-right: 5em;
  padding-bottom: 5em;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox3 .imagebox {
    width: 100%;
    text-align: center;
    padding: 0em;
    margin-top: 10em;
    padding-bottom: 8em;
    padding-top: 12em;
  }
}
#dashi2025 .shopbox3 .imagebox .inner {
  width: 25%;
  flex: 1 1 calc(33.333% - 2em);
  box-sizing: border-box;
  padding: 1em;
  text-align: center;
  margin: auto;
}
#dashi2025 .shopbox3 .imagebox .inner img {
  width: 60%;
  text-align: center;
}
#dashi2025 .shopbox3 .imagebox .inner .img_02 {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox3 .imagebox .inner .img_02 {
    padding-top: 15vw;
    margin-top: 0rem;
    margin-bottom: 5vw;
  }
}
#dashi2025 .shopbox3 .imagebox .inner .textbox {
  width: 90%;
  text-align: center;
  margin: auto;
}
#dashi2025 .shopbox3 .imagebox .inner .textbox .heading {
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #9e814d;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox3 .imagebox .inner .textbox .heading {
    font-size: 4vw;
  }
}
#dashi2025 .shopbox3 .imagebox .inner .textbox .text01 {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox3 .imagebox .inner .textbox .text01 {
    font-size: 3.7vw;
  }
}
@media (max-width: 1024px) {
  #dashi2025 .shopbox3 .imagebox .inner {
    flex: 1 1 calc(50% - 2em);
  }
}
@media (max-width: 768px) {
  #dashi2025 .shopbox3 .imagebox .inner {
    flex: 1 1 100%;
  }
}
#dashi2025 .shopbox3 .buttonbox {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 10em;
}
#dashi2025 .shopbox3 .buttonbox .btn_bnr {
  flex: 0 0 auto;
  width: 250px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dashi2025 .shopbox3 .buttonbox .btn_bnr img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#dashi2025 .shopbox4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 8em;
  position: relative;
  margin-bottom: 13em;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox4 {
    width: 100%;
    padding-bottom: 0.5em;
    margin: auto;
    padding-top: 10em;
    margin-bottom: 8em;
    margin-top: 8em;
  }
}
#dashi2025 .shopbox4 .titlebox {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 10em;
  margin: auto;
}
#dashi2025 .shopbox4 .titlebox img {
  position: relative;
  top: -40px;
  left: 10px;
  width: 60%;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox4 .titlebox img {
    top: -60px;
    left: 0px;
    width: 90%;
    margin: auto;
    text-align: center;
  }
}
#dashi2025 .shopbox4 .titlebox p.title_jp {
  font-size: 17px;
  color: #9e814d;
  font-weight: 600;
  position: relative;
  /*positionをrelativeに指定*/
}
#dashi2025 .shopbox4 .titlebox p.title_jp::after {
  position: absolute;
  /*positionをabsoluteに指定*/
  content: "";
  background-color: #9e814d;
  /*下線の色*/
  width: 70px;
  /*線の幅*/
  height: 5px;
  /*線の太さ*/
  bottom: -20px;
  /*線のタテ位置*/
  left: 50%;
  /*線のヨコ位置*/
  transform: translateX(-50%);
  /*線のヨコ位置*/
}
#dashi2025 .shopbox4 .titlebox p.mini {
  color: #9e814d;
  font-size: 15px;
  margin-top: 3em;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox4 .titlebox p.mini {
    width: 90%;
    margin: auto;
    text-align: left;
    margin-top: 3em;
    font-size: 3.7vw;
  }
}
#dashi2025 .shopbox4 .feature-list {
  display: flex;
  flex-direction: column;
  gap: 3em;
  text-align: center;
  margin: auto;
  max-width: 1200px;
}
#dashi2025 .shopbox4 .feature-list .feature-item {
  width: 90%;
  display: flex;
  align-items: center;
  gap: 2em;
  margin: auto;
}
#dashi2025 .shopbox4 .feature-list .feature-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox4 .feature-list .feature-item .icon {
    width: 100%;
  }
}
#dashi2025 .shopbox4 .feature-list .feature-item .icon img {
  max-width: 50%;
  height: auto;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox4 .feature-list .feature-item .icon img {
    display: block;
    max-width: 100%;
    width: 80%;
  }
}
#dashi2025 .shopbox4 .feature-list .feature-item .textbox2 {
  flex: 1;
  text-align: left;
}
#dashi2025 .shopbox4 .feature-list .feature-item .textbox2 .heading {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  color: #9e814d;
}
#dashi2025 .shopbox4 .feature-list .feature-item .textbox2 .heading span {
  font-weight: normal;
  color: #9e814d;
  margin-left: 0.3em;
}
#dashi2025 .shopbox4 .feature-list .feature-item .textbox2 .description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox4 .feature-list .feature-item .textbox2 .description {
    font-size: 3.7vw;
  }
}
@media (max-width: 768px) {
  #dashi2025 .shopbox4 .feature-list .feature-item {
    flex-direction: column;
    text-align: center;
  }
  #dashi2025 .shopbox4 .feature-list .feature-item .icon {
    margin-bottom: 1em;
  }
}
#dashi2025 .shopbox5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 8em;
  position: relative;
  margin-bottom: 13em;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 {
    width: 100%;
    padding-bottom: 10em;
    margin: auto;
    padding-top: 3em;
  }
}
#dashi2025 .shopbox5 .titlebox {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#dashi2025 .shopbox5 .titlebox img {
  position: relative;
  top: -40px;
  left: 10px;
  width: 60%;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .titlebox img {
    top: -30px;
    width: 90%;
    margin: auto;
    text-align: center;
  }
}
#dashi2025 .shopbox5 .titlebox p.title_jp {
  font-size: 17px;
  color: #9e814d;
  font-weight: 600;
  position: relative;
  /*positionをrelativeに指定*/
}
#dashi2025 .shopbox5 .titlebox p.title_jp2 {
  font-size: 25px;
  color: #9e814d;
  font-weight: 600;
  position: relative;
  /*positionをrelativeに指定*/
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .titlebox p.title_jp2 {
    font-size: 5vw;
  }
}
#dashi2025 .shopbox5 .titlebox p.title_jp::after {
  position: absolute;
  /*positionをabsoluteに指定*/
  content: "";
  background-color: #9e814d;
  /*下線の色*/
  width: 70px;
  /*線の幅*/
  height: 5px;
  /*線の太さ*/
  bottom: -20px;
  /*線のタテ位置*/
  left: 50%;
  /*線のヨコ位置*/
  transform: translateX(-50%);
  /*線のヨコ位置*/
}
#dashi2025 .shopbox5 .titlebox p.mini {
  color: #9e814d;
  font-size: 15px;
  margin-top: 3em;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .titlebox p.mini {
    width: 90%;
    margin: auto;
    text-align: left;
    margin-top: 3em;
    font-size: 3.7vw;
  }
}
#dashi2025 .shopbox5 .item-list {
  display: flex;
  flex-direction: column;
  gap: 3em;
  text-align: center;
  margin: auto;
  max-width: 1200px;
  margin-top: 5em;
  margin-bottom: 8em;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .item-list {
    display: block;
    width: 100%;
  }
}
#dashi2025 .shopbox5 .item-list .feature-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2em;
  margin: auto;
  margin-bottom: 3em;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .item-list .feature-item {
    display: block;
    width: 100%;
  }
}
#dashi2025 .shopbox5 .item-list .feature-item .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#dashi2025 .shopbox5 .item-list .feature-item .item img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .item-list .feature-item .item img {
    display: block;
    width: 90%;
    margin: auto;
    max-width: 100%;
  }
}
#dashi2025 .shopbox5 .item-list .feature-item .textbox2 {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .item-list .feature-item .textbox2 {
    display: block;
    width: 95%;
    text-align: center;
    margin: auto;
  }
}
#dashi2025 .shopbox5 .item-list .feature-item .textbox2 .memo {
  background-color: #f4ead7;
  width: 50%;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .item-list .feature-item .textbox2 .memo {
    width: 80%;
    margin: auto;
    margin-top: 5vw;
    font-size: 4vw;
  }
}
#dashi2025 .shopbox5 .item-list .feature-item .textbox2 .itemname {
  font-size: 23px;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .item-list .feature-item .textbox2 .itemname {
    width: 100%;
    font-size: 6vw;
    margin-top: 1vw;
  }
}
#dashi2025 .shopbox5 .item-list .feature-item .textbox2 .price {
  font-size: 24px;
  text-align: right;
  margin: 0em;
}
#dashi2025 .shopbox5 .item-list .feature-item .textbox2 .price span {
  font-size: 13px;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .item-list .feature-item .textbox2 .price span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .item-list .feature-item .textbox2 .price {
    font-size: 6vw;
  }
}
#dashi2025 .shopbox5 .item-list .feature-item .textbox2 .description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .item-list .feature-item .textbox2 .description {
    font-size: 4vw;
    text-align: left;
  }
}
#dashi2025 .shopbox5 .item-list .feature-item .textbox2 .cart {
  width: 100%;
  text-align: right;
  margin-top: 3em;
}
#dashi2025 .shopbox5 .item-list .feature-item .textbox2 .cart .button {
  width: 100%;
  display: block;
  width: 15rem;
  padding: 1rem;
  color: #424242;
  border: 2px solid #424242;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .item-list .feature-item .textbox2 .cart .button {
    width: 90%;
  }
}
#dashi2025 .shopbox5 .single {
  width: 100%;
  display: flex;
  gap: 3em;
  text-align: center;
  margin: auto;
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5em;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .single {
    max-width: 100%;
    gap: 1em;
    margin-top: 2vw;
  }
}
#dashi2025 .shopbox5 .single .s-item {
  width: 30%;
  max-width: 1200px;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .single .s-item {
    width: 45%;
    max-width: 100%;
  }
}
#dashi2025 .shopbox5 .single .s-item .imagebox02 img {
  width: 100%;
  border: #b9b9b9 1px solid;
}
#dashi2025 .shopbox5 .single .s-item .textbox3 {
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .single .s-item .textbox3 {
    font-size: 4.5vw;
  }
}
#dashi2025 .shopbox5 .single .s-item .textbox3 span {
  font-size: 13px;
}
@media screen and (max-width: 700px) {
  #dashi2025 .shopbox5 .single .s-item .textbox3 span {
    font-size: 3.8vw;
  }
}/*# sourceMappingURL=dashi2025.css.map */