@charset "UTF-8";
/* リセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  font-family: kiwi-maru, puffin-display-soft, sans-serif;
  font-style: normal;
  font-weight: 300;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

/* リセットここまで */
.pc {
  display: block;
}
.sp {
  display: none;
}
.header-contents {
  height: 80px;
  position: fixed;
  z-index: 10;
  width: 80%;
  right: 0;
  z-index: 200;
}

/* ハンバーガーメニュー*/
.hamburger-container {
  position: relative;
  margin: 0;
  height: 88px;
}

.hamburger_menu {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(130deg, #845bbb, #5968c0);
  width: 100%;
  max-width: 480px;
  height: 100vh;
  transform: translateX(150%);
  transition: all 0.6s;
}

.hamburger_menu.active {
  transform: translateX(0%);
}

.hamburger_menu ul {
  padding: 30px 50px;
  text-align: left;
}

.hamburger_menu li {
  list-style: none;
  border-bottom: 1px solid #bfb3df;
  border-style: dotted;
}

.hamburger_menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.75rem;
  padding: 22px 0;
  display: block;
}

/* メニューボタン */
.sp-menu-btn_01 {
  background: transparent;
  color: #d8dcb2;
  border: none;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.6s;
}
.sp-menu-btn_01.active {
  right: 485px;
}
.sp-menu-btn_01 span {
  display: block;
  position: absolute;
  width: 33px;
  right: 15px;
  transition: 0.3s ease-in-out;
  font-size: 10px;
}
.sp-menu-btn_01 .line {
  height: 2px;
  background: #8162bd;
}

.sp-menu-btn_01 span:nth-child(1) {
  top: 20px;
}

.sp-menu-btn_01 span:nth-child(2) {
  top: 28px;
}

.sp-menu-btn_01 span:nth-child(3) {
  top: 36px;
}

/* メニューが開いているときのボタン */
.sp-menu-btn_01.active span:nth-child(1) {
  top: 28px;
  transform: rotate(-30deg);
}

.sp-menu-btn_01.active span:nth-child(2) {
  opacity: 0;
}

.sp-menu-btn_01.active span:nth-child(3) {
  top: 28px;
  transform: rotate(30deg);
}
/* 
.hamburger-container h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  font-weight: normal;
} */
.top-image {
  display: block;
  text-align: center;
}
.top-image img {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.top-image a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 10px 10px 20px;
}
.top-image img.nagano_logo {
  width: 13vw;
  max-width: 180px;
  min-width: 120px;
}
section {
  text-align: center;
}
.prune-types {
  background-color: #dbe0f7;
  padding: 80px 0 50px;
  position: relative;
  top: 25px;
}

.prune-types::before {
  content: "";
  background-image: url(../images/top/back-img.png), url(../images/top/back-img.png);
  background-position: left, right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  max-height: 330px;
  min-height: 250px;
  position: absolute;
  background-size: 30%;
}
.section-contents {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
h2 {
  font-weight: 400;
  color: #855bbc;
  letter-spacing: 2px;
  font-size: 2.375rem;
  margin-bottom: 40px;
  line-height: 1.5;
}
.section-contents p {
  line-height: 1.7;
  display: inline-block;
  text-align: left;
  letter-spacing: 1px;
}
.prune-types-picwrap {
  display: flex;
  margin-top: 60px;
  gap: 10%;
  position: relative;
  margin-bottom: 60px;
}
.prune-types-picwrap::before {
  content: "";
  width: 100%;
  height: 330px;
  background-image: url(../images/top/back-img.png);
  background-repeat: no-repeat;
  position: absolute;
  background-position: center bottom;
  bottom: 0;
  background-size: 40%;
}

.prune-types-pic {
  width: 45%;
  padding-bottom: 60px;
  position: relative;
}
.prune-types-pic img {
  width: 100%;
  max-width: 460px;
}
.prune-types .btn2 {
  margin: 0 auto;
}
.season {
  display: flex;
  margin-top: 20px;
  font-weight: 300;
  background-image: linear-gradient(90deg, #4faa8e, #7cc975 65%);
  white-space: nowrap;
  height: 42px;
  justify-content: center;
  position: absolute;
  bottom: 0;
  align-items: center;
  width: 100%;
}
.season p {
  text-align: center;
  color: #fff;
  font-weight: 300;
  padding-right: 10px;
}
.month {
  position: relative;
  padding-left: 10px;
}
.month::before {
  content: "";
  position: absolute;
  border-left: dotted 2px #fff;
  border-radius: 0;
  height: 60%;
  left: 0;
  top: 22%;
}
footer {
  background-color: #855bbc;
  padding: 40px 0;
}
footer div {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
}
footer p {
  color: #fff;
  font-weight: 300;
}

.footer-name {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
.footer-adress {
  line-height: 30px;
  margin: 30px 0;
}
.btn1 {
  background-color: #dbe0f7;
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  margin: 0 0 auto;
  border-radius: 50px;
  text-align: center;
  position: relative;
}

.btn1:hover {
  opacity: 0.8;
}
.btn1 a {
  height: 60px;
  color: #5965d1;
  display: inline-flex;
  align-items: center;
  display: block;
  line-height: 60px;
  font-size: 1.25rem;
}
.btn1 a:hover {
  opacity: 0.8;
}
.btn1-arrow {
  position: absolute;
  text-align: right;
  right: 15px;
  bottom: 25%;
  display: flex;
  background-color: #5965d1;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}
.btn1-arrow::before {
  content: "";
  display: block;
  width: 8px;
  padding: 1px;
  background-color: #fff;
  /* position: absolute; */
  bottom: 47.5%;
  /* right: 50%; */
}

.btn1-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
  position: absolute;
  right: 30%;
}

.stamp-rally-contents .btn1-arrow::before {
  height: 10px;
  width: 0;
}

.stamp-rally-contents .btn1-arrow::after {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: 8px;
}

.btn2 {
  background-color: #5965d1;
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  margin: 0 0 auto;
  border: 1px solid #5965d1;
  border-radius: 50px;
  text-align: center;
  position: relative;
  color: #fff;
}
.btn2:hover {
  opacity: 0.8;
}
.btn2 a {
  height: 60px;
  color: #fff;
  width: 100%;
  display: block;
  align-items: center;
  line-height: 60px;
  font-size: 1.25rem;
}

.btn2-arrow {
  position: absolute;
  text-align: right;
  right: 15px;
  display: flex;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  bottom: 25%;
}

.btn2-arrow::before {
  content: "";
  display: block;
  width: 8px;
  padding: 1px;
  background-color: #5965d1;
  /* position: absolute; */
  bottom: 47.5%;
  /* right: 50%; */
}

.btn2-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #5965d1;
  border-right: 0;
  position: absolute;
  right: 30%;
}

@media (hover: hover) {
  .btn1,
  .btn2,
  .btn1-arrow,
  .btn2-arrow,
  .btn1-arrow::before,
  .btn2-arrow::before,
  .btn1-arrow::after,
  .btn2-arrow::after {
    transition: 0.3s;
  }
}

.section-contents .ribbon {
  display: block;
  padding: 0 65px;
  position: relative;
  bottom: -10px;
  margin: 0 auto;
}

.stamp-rally {
  padding: 0;
  margin-top: 100px;
}
.stamp-rally-contents {
  display: flex;
  margin-top: 0;
  justify-content: center;
  align-items: center;
  gap: 4%;
}

.participate .stamp-rally-contents .btn1 {
  border: 1px solid #dbe0f7;
}
.participate .stamp-rally-contents .btn1 a {
  margin: 0 auto;
}

.participate .stamp-rally-contents .btn1-arrow {
  background-color: unset;
  right: 2%;
  bottom: 7%;
}

.participate .stamp-rally-contents .btn1 {
  min-width: 400px;
  margin-bottom: 25px;
}
.participate .stamp-rally-contents .btn1-arrow::before {
  background-color: unset;
}
.participate .stamp-rally-contents .btn1-arrow::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../images/top/dl-icon.svg);
  background-repeat: no-repeat;
  border: unset;
  border: 1px solid #dbe0f7;
  border-radius: 50%;
}

.stamp-rally h2 {
  margin-bottom: 0;
}
.cake-image {
  width: 46%;
}
.cake-image img {
  width: 100%;
}
.stamp-rally-contents .rally-text-wrap {
  width: 50%;
  text-align: left;
  padding: 15px 0;
}
.rally-text-wrap p {
  padding: 0;
  padding-bottom: 30px;
}
.rally-text-wrap ul {
  text-align: left;
  display: inline-block;
}
.rally-text-wrap ul li {
  font-size: 0.875rem;
  padding-bottom: 10px;
  display: flex;
  line-height: 1.5;
  align-items: start;
}

.rally-text-wrap ul li::before {
  content: "";
  display: block;
  min-width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 7px;

  background-color: #5965d0;
}
.stamp-rally .rally-period {
  border: 1px solid #5965d1;
  padding: 29px 50px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  min-width: 500px;
  white-space: nowrap;
  background-color: #fff;
}
.stamp-rally-contents.rally-date {
  align-items: center;
  display: flex;
  margin-top: 0;
  gap: 0;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.stamp-rally-contents-left {
  z-index: 100;
  position: absolute;
  width: 60%;
  left: 0;
}

.stamp-rally-contents-left img {
  width: 45vw;
  max-width: 600px;
  min-width: 300px;
}
.stamp-rally-contents-left .btn1 {
  display: block;
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  text-align: center;
  margin: 40px auto 0;
}
.stamp-rally-periodimg {
  width: 100%;
  text-align: right;
  margin: 0 0 0 auto;
}

.stamp-rally-periodimg img {
  width: 44vw;
  max-width: 540px;
  min-width: 300px;
  border-radius: 30px;
}
.bg-purple {
  background-image: linear-gradient(140deg, #845bbb 10%, #757ac0);
  width: 100%;
  border-radius: 50px;
  margin-top: 20px;
  padding: 50px;
}

.bg-blue {
  background-image: linear-gradient(140deg, #5c68d2 10%, #778bcd);
  width: 100%;
  border-radius: 50px;
  margin-top: 20px;
  padding: 50px;
}
.bg-blue p {
  color: #fff;
  font-weight: 300;
}
.bg-blue .btn1 p {
  color: #5965d0;
}
.h3under {
  margin: 0 0 60px;
}
h3 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #fff;
  padding-bottom: 30px;
}
.participate {
  padding: 100px 0 0;
  width: 90%;
  margin: 0 auto;
}
.participate .stamp-rally-contents,
.participate-web .stamp-rally-contents {
  max-width: 1100px;
  margin: 0 auto;
}
.participate .stamp-rally-contents {
  margin-top: 30px;
}
.participate-web {
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 0 auto;
  color: #fff;
  padding: 30px 0;
  border-style: dashed;
  margin-bottom: 45px;
}
.attention-lead {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.attention {
  display: flex;
  padding: 20px 50px 0;
  text-align: left;
  gap: 10%;
  font-weight: 300;
}
.attention-left ul {
  margin: 10px 0 30px;
  list-style: auto;
  padding-left: 20px;
}

.attention-left li {
  line-height: 30px;
}
.suisyou {
  font-weight: 500;
  margin-bottom: 20px;
}
.attention-right li {
  display: flex;
  margin-bottom: 30px;
  line-height: 30px;
}

.attention-right li:last-child {
  margin-bottom: 0;
}
.attention-right li::before {
  content: "!";
  display: inline-flex;
  min-width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  color: #835ebc;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.howto {
  display: flex;
  gap: 3.5%;
  margin: 0 auto;
}
.howto div {
  width: 31%;
  background-color: #fff;
  padding: 80px 20px 0;
  margin: 0 auto;
  border-radius: 25px;
  position: relative;
}
.howto div img {
  width: 100%;
}
.howto-wrap-one img {
  max-width: 196px;
}
.howto-wrap-one::before {
  content: "";
  background-image: url(../images/top/one.png);
  display: block;
  width: 124px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.howto-wrap-two img {
  max-width: 220px;
}

.bg-blue .howto-wrap-two img {
  margin-top: 40px;
  max-width: 243px;
}
.howto-wrap-two::before {
  content: "";
  background-image: url(../images/top/two.png);
  display: block;
  width: 124px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.howto-wrap-three img {
  max-width: 230px;
}
.howto-wrap-three::before {
  content: "";
  background-image: url(../images/top/three.png);
  display: block;
  width: 124px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.howto div::after {
  content: "";
  bottom: 45%;
  right: -8%;
  border-left: 12px solid #dbe0f7;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  display: block;
  position: absolute;
}

.howto div:last-child::after {
  content: unset;
}
.howto p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #855bbc;
  padding-bottom: 10px;
}
.bg-blue .howto p {
  color: #5965d1;
}

.howto div .howto-sub {
  font-size: 1rem;
  color: #000;
  line-height: 27px;
  text-align: left;
  font-weight: 300;
  padding: 10px 0 20px;
}

.bg-blue .btn1 {
  margin: 0 auto;
}
.bold-purple {
  font-family: puffin-display-soft, sans-serif;

  color: #855bbc;
  font-size: 3.125rem;
  font-weight: 700;
}
.purple-text {
  color: #855bbc;
  font-size: 2rem;
  font-weight: 500;
}
.prize {
  padding-top: 100px;
}
.prize img {
  width: 100%;
  margin-bottom: 40px;
}
.prize .pc img {
  max-width: 970px;
}
.prize .section-contents p {
  font-size: 1.75rem;
  margin-bottom: 10px;
  text-align: center;
  word-break: auto-phrase;
  font-weight: 400;
}

.prize .section-contents p:last-child {
  font-size: 1.125rem;
}
.shop {
  background-image: url(../images/top/dots-bg.png);
  width: 100%;
  height: 100%;
  padding: 0;
}

.shop h2 {
  padding-top: 130px;
}
.shop-wrap {
  display: flex;
  flex-wrap: wrap;
}
.shop-info-wrap {
  width: 50%;
  margin-bottom: 90px;
}
.shop-info-wrap img {
  max-width: 308px;
}
.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  border-radius: 9999px;
  background-color: #e3cbdc;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 60px;
  color: #000000;
  width: 100%;
  max-width: 740px;
  min-width: 500px;
  height: 60px;
}

.speechBubble.puruneshop {
  background-color: #cbe9c8;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
  transform: skew(-1deg);
  transform-origin: top;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17.2px 17.2px 0 17.2px;
  border-color: #e3cbdc transparent transparent;
  translate: -50% 100%;
  transform: skew(-1deg);
  transform-origin: top;
}
.speechBubble.puruneshop::after {
  border-color: #cbe9c8 transparent transparent;
}
.section-contents p.shopname {
  font-size: 1.75rem;
  text-align: center;
  color: #845bbb;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}
.address-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.address-wrap div {
  display: flex;
  align-items: center;
}
.address-wrap div p {
  padding: 0 7px;
}
img.tel {
  width: 14px;
  height: 20px;
}
img.map {
  width: 23px;
  height: 24px;
  padding-right: 7px;
}
img.hp {
  width: 24px;
  height: 23px;
  padding-right: 7px;
}
img.instagram {
  width: 24px;
  height: 24px;
  padding-right: 7px;
  object-fit: contain;
}
img.facebook {
  width: 23px;
  height: 23px;
  padding-right: 7px;
}

.kojinjouhou {
  position: relative;
  margin: 0 0 0 auto;
  display: block;
  width: 160px;
}
.kojinjouhou a {
  text-align: end;
}
.kojinjouhou .btn1-arrow {
  right: 80%;
  bottom: -50%;
  background-color: unset;
}
.kojinjouhou .btn1-arrow::before {
  content: "";
}
.kojinjouhou .btn1-arrow::after {
  content: "";
}
.kojinjouhou p {
  display: block;
}

#page-top a .btn1-arrow {
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: unset;
}
#page-top a .btn1-arrow::before {
  height: 8px;
  width: 0;
  position: absolute;
  top: 50%;
}

#page-top a .btn1-arrow::after {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: 0;
  right: 32%;
}
footer {
  position: relative;
}
#page-top {
  width: auto;
  position: fixed;
  bottom: 55px;
  right: 10px;
  font-size: 14px;
  line-height: 1;
  z-index: 100;
}
#page-top a {
  background-image: linear-gradient(140deg, #7579c1 10%, #855bbc);
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 90px;
  transition: all 0.3s ease;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
#page-top a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1100px) {
  .howto {
    display: block;
    margin-top: 45px;
  }
  .howto div {
    width: 100%;
    padding: 50px 0 20px;
    margin-bottom: 55px;
  }
  .howto-wrap-one img {
    max-width: 190px;
  }
  .howto div img {
    max-width: 210px;
    width: 90%;
    margin: 0 auto;
  }
  .bg-blue .howto-wrap-two img {
    margin-top: 0;
  }
  .howto p {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .howto div .howto-sub {
    text-align: center;
    padding-bottom: 0;
  }

  .howto div::after {
    bottom: -38px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-top: 12px solid #dbe0f7;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    display: block;
    position: absolute;
  }
  .stamp-rally-contents .btn1 {
    width: 300px;
    margin-bottom: 40px;
  }
  .bg-purple,
  .bg-blue {
    padding: 50px 50px 0;
  }
  .howto-wrap-two img {
    margin-top: 5px;
  }
  .attention {
    padding: 20px 30px 0;
  }
  .participate {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .top-image a {
    padding: 0;
  }
  .btn1 p,
  .btn2 p {
    padding-left: 15px;
    font-size: 1rem;
  }

  .top-image img.nagano_logo {
    min-width: 90px;
    padding: 10px;
  }
  .sp-menu-btn_01 {
    right: 15px;
    top: 0;
  }

  .sp-menu-btn_01.active {
    right: 15px;
  }
  .sp-menu-btn_01.active .line {
    background: #fff;
  }
  .hamburger_menu {
    max-width: unset;
    width: 100vw;
  }
  .hamburger_menu li a {
    font-size: 1.125rem;
  }
  .prune-types {
    top: 0;
    padding: 60px 0 20px;
  }
  h2 {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 1.5rem;
    padding: 20px 0;
  }
  p {
    font-size: 0.875rem;
  }
  .section-contents {
    width: 90%;
    max-width: unset;
  }
  .btn1 {
    width: 100%;
    max-width: 400px;
    min-width: 250px;
  }
  .shop-wrap {
    display: block;
    padding-top: 30px;
  }
  .prune-types-picwrap {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
  }

  .prune-types-picwrap::before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .prune-types-pic {
    width: 100%;
    padding: 50px 0;
    max-width: 460px;
    margin: 0 auto;
  }
  .prune-types-pic p {
    margin-top: 10px;
  }
  .prune-types .btn2 {
    margin: 30px auto;
    min-width: 200px;
  }
  .season p,
  .month p {
    margin-top: 0;
  }

  .stamp-rally {
    margin-top: 60px;
  }
  .stamp-rally-contents {
    display: block;
  }
  .cake-image {
    margin-top: 20px;
    width: 100%;
  }
  .cake-image img {
    max-width: 500px;
  }
  .stamp-rally-contents .rally-text-wrap {
    width: 100%;
    text-align: center;
    padding: 15px 0 30px;
  }

  .stamp-rally-contents .rally-text-wrap p {
    text-align: center;
  }
  .stamp-rally-contents.rally-date {
    flex-direction: column-reverse;
  }
  .stamp-rally-periodimg {
    text-align: center;
  }
  .stamp-rally-contents-left {
    position: unset;
    margin-top: -20px;
    width: 100%;
  }

  .btn1 a,
  .btn2 a {
    font-size: 1.125rem;
    text-align: center;
  }
  .btn1 a p,
  .btn2 a p {
    padding-left: 0;
  }
  .attention {
    display: block;
    padding: 15px 15px 0;
  }
  .stamp-rally-contents-left img {
    width: 100%;
    min-width: 290px;
  }
  .participate {
    width: 95%;
    padding: 70px 0 0;
  }
  .bg-purple,
  .bg-blue {
    padding: 20px 0;
    border-radius: 30px;
  }

  .stamp-rally-periodimg img {
    width: 100%;
    min-width: 290px;
  }
  .howto div {
    width: 85%;
  }
  .stamp-rally-contents .btn1 {
    min-width: 200px;
    margin-bottom: 0;
    max-width: 300px;
    width: 100%;
  }

  .participate-web {
    width: 85%;
    border-radius: 15px;
  }
  .speechBubble {
    width: 100%;
    max-width: 500px;
    min-width: 200px;
    font-size: 1.25rem;
  }
  .attention-lead {
    font-size: 1.125rem;
  }
  .attention-left ul {
    font-size: 0.875rem;
  }
  .attention-left li {
    line-height: 25px;
  }
  .suisyou {
    margin-bottom: 10px;
  }
  .attention-right {
    margin-top: 30px;
  }
  .attention-right ul {
    font-size: 0.875rem;
  }

  .attention-right li {
    line-height: 25px;
  }
  .attention-right li::before {
    min-width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-top: 3px;
  }
  .howto p {
    font-size: 1.5rem;
    word-break: auto-phrase;
  }
  .howto-wrap-three:last-child {
    margin-bottom: 3%;
  }
  .participate .stamp-rally-contents .btn1 {
    min-width: 200px;
    width: 90%;
  }
  .prize {
    padding: 0;
    padding-top: 70px;
    padding-bottom: 30px;
    width: 95%;
    margin: 0 auto;
  }
  .prize .section-contents p {
    line-height: 1.2;
    text-align: center;
    font-size: 1.5rem;
  }
  .bold-purple {
    font-size: 2.25rem;
  }
  .prize .section-contents p:last-child {
    font-size: 0.875rem;
  }
  .prize .sp img {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
    display: block;
  }
  .prize .sp img:last-child {
    max-width: 398px;
    margin-bottom: 20px;
  }
  .shop h2 {
    padding-top: 80px;
  }
  .shop-wrap {
    padding-top: 10px;
  }
  .shop-info-wrap {
    width: 100%;
    margin: 0;
    padding-bottom: 50px;
  }
  .shop-info-wrap img {
    width: 100%;
    max-width: 310px;
  }
  .shop-info-wrap p {
    font-size: 1rem;
  }
  img.tel {
    width: 15px;
  }
  .section-contents p.shopname {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }

  footer {
    padding: 55px 0 35px;
  }
  footer .btn1 {
    margin-bottom: 20px;
  }

  .kojinjouhou {
    width: 140px;
  }
}
