@charset "utf-8";
/* =====================================================================
*   どんどん亭ドゲンジャーズお弁当箱企画
* =================================================================== */
.dogen202604 {
  font-family:  "游ゴシック",sans-serif;
  font-size: 18px;
  line-height: 140%;
  overflow-wrap: break-word;
}
.dogen202604 b,
.dogen202604 strong {
  font-family: "Noto Sans", sans-serif;
}
.dogen202604 p {
  margin: 0 0 15px;
}
.dogen202604 header {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-bottom: none;
  margin: 0 0 40px
}
.dogen202604 h1,
.dogen_news_meta,
.dogen202604 .entry-visual {
  max-width: 700px;
  margin: 0 auto;
}
.dogen202604 .dogen_news_content {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 10px;
}

.dogen202604 h1{
  font-size: 34px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  line-height: 120%;
  text-align: justify;
  margin: 10px auto;
}
.dogen_news_meta {
  text-align: right;
}

.dogen202604 h2 {
  font-weight: 700;
  position: relative;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #ef7a00;
}

.dogen202604 h2:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ef7a00 transparent transparent transparent;
}

@media screen and (max-width: 700px) {
.dogen202604 h1{
  font-size: 28px;
}
.dogen202604 h2 {
  font-size: 24px;
  padding: 0.5rem 1rem;

}
}
/* =====================================================================
*   SNSシェア
* =================================================================== */
/* 全体のレイアウト設定 */
.dogen-container {
  display: flex;
  position: relative;
  max-width: 1000px; /* 記事の幅に合わせて調整してください */
  margin: 0 auto;
}

.dogen202604 {
  flex: 1;
  width: 100%;
}

/* PC：スクロール追従の設定 */
.sns-share-sticky {
  position: sticky;
  top: 100px; /* 上部からの位置 */
  align-self: flex-start;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 100;
}

.sns-label {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #888;
}

.sns-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, opacity 0.2s;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sns-btn:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.sns-btn svg {
  width: 20px;
  height: 20px;
  fill: #333;
}

/* 各アイコンのカラー (hover時) */
.x-btn:hover svg { fill: #000; }
.line-btn:hover svg { fill: #00c300; }
.fb-btn:hover svg { fill: #1877f2; }
.bsky-btn:hover svg { fill: #0085ff; } /* Blueskyカラー */
.hatebu-btn:hover span { color: #00a4de; } /* はてぶカラー */


/* はてぶボタンの初期テキストカラー */
.hatebu-btn span {
  color: #333;
  transition: color 0.2s;
}

/* スマホ：画面下部に固定 */
@media screen and (max-width: 768px) {
  .dogen-container {
    display: block; /* Flex解除 */
  }
  .sns-share-sticky {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row; /* 横並び */
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    padding: 5px;
    gap: 5px; /* ボタン同士の隙間を狭くする */
    margin-right: 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
    border-top: 1px solid #eee;
  }
  .sns-label { display: none; }
  .sns-btn {
    flex: 1;
    max-width: 50px; /* 少し小さめに設定 */
    box-shadow: none;
    background: transparent;
  }
}

/* =====================================================================
*   キャンペーンフォーム
* =================================================================== */
body .dondontei-campaign-wrap {
  width: 100%;
  background-color: #2a0338;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding-bottom: 40px;
}
.dondontei-campaign-wrap h1 {
  margin: 0;
  padding: 0;
}
.dondontei-campaign-wrap h2 {
  font-size: 50px;
  color: #2a0338;
  width: 100%;
  line-height: 1.2em;
  margin: 1.2em 0 0.2em;
}
@media(max-width:540px) {
  .dondontei-campaign-wrap h2 {
    font-size: 2em;
    line-height: 1em;
    margin: .8em 0 0.2em;
  }
}
@media(max-width:440px) {
  .dondontei-campaign-wrap h2 {
    font-size: 1.7em;
    line-height: 1em;
  }
}
.dondontei-campaign-wrap h4 {
  font-size: 1.7em;
  color: #2a0338;
}
.period {
  background-color: #2a0338;
  border-radius: 100px;
  color: #fff;
  padding: 0.6em .8em;
  display: inline-block;
  margin: .5em 0 1.5em;
}
@media(max-width:440px) {
  .period {
    font-size: .8em;
  }
}
.dondontei-campaign-wrap h2 strong {
  font-size: .7em;
  display: block;
}
.contents_bind {
  max-width: 1200px;
  margin: 0 auto;
}
@media(max-width:1200px) {
  .contents_bind {
    padding: 0 1.5em;
  }
}
@media(max-width:800px) {
  .contents_bind {
    padding: 0 1em;
  }
}
@media(max-width:540px) {
  .contents_bind {
    padding: 0 .8em;
  }
}
.contents_bind .tit_wrapper {
  width: 100%;
}
.contents_bind article {
  background: #fff;
  border-radius: 35px;
  border: solid 4px #2a0338;
  padding: 0.5em 3em 1.5em;
  margin-bottom: 2em;
}
@media(max-width:540px) {
  .contents_bind article {
    border-radius: 25px;
    padding: .5em 1em .5em;
    margin-bottom: 2em;
  }
}
.contents_bind article h3 {
  color: #2a0338;
  font-size: 35px;
  border-bottom: solid 2px #2a0338;
}
.contents_bind article h3 span {
  display: block;
  padding-bottom: .4em;
}
@media(max-width:540px) {
  .contents_bind article h3 {
    margin: .9em 0;
  }
}
@media(max-width:440px) {
  .contents_bind article h3 {
    font-size: 28px;
  }
}
.contents_bind article .app_stamp, .contents_bind article p {
  font-size: 1.4em;
  line-height: 1.45em;
}
@media(max-width:540px) {
  .contents_bind article .app_stamp, .contents_bind article p {
    font-size: 1.1em;
    line-height: 1.3em;
  }
}
.contents_bind article p strong {
  color: #2a0338;
}
.contents_bind article .app_stamp span, .contents_bind article p span {
  display: block;
}
@media(max-width:800px) {
  .contents_bind article .app_stamp span, .contents_bind article p span {
    display: inline;
  }
}
@media(max-width:800px) {
  .contents_bind article .app_stamp, .contents_bind article p {
    text-align: left;
  }
}
@media(max-width:540px) {
  .contents_bind article .app_stamp {
    margin-bottom: 1em;
  }
}
.contents_bind article .app_stamp {
  color: #2a0338;
  border: solid 2px #2a0338;
  padding: .7em;
}
.contents_bind article ul {
  padding-bottom: 1.5em;
}
.contents_bind article ul li {
  text-align: left;
  font-size: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4);
}
.scroll-infinity__item > img {
  width: 100%;
}
.q-head {
  color: #2a0338;
  padding-bottom: .5em;
}
input[type="text"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label {
  display: block;
}
.radio-details {
  border: solid 2px #161616;
  padding: .5em;
  border-radius: 8px;
  width: 90%;
  margin-bottom: .7em;
}
input[type="radio"]:checked + label {
  background-color: #ffdbdb;
}
#ss-form {
  text-align: left;
}
#ss-form input[type=number], #ss-form input[type=tel], #ss-form input[type=text] {
  padding: .5em;
  border-radius: 8px;
  border: solid 2px #161616;
  width: 90%;
}
#ss-form input[type=tel] {
  width: 90%;
}
#ss-form input[type=number] {
  width: 90%;
}
@media(min-width:751px) {
  #ss-form input[type=tel] {
    width: 35%;
  }
  #ss-form input[type=number] {
    width: 35%;
  }
}

.sp_dis {
    display: none;
    margin: 0 !important;
    text-align: center !important;
  }
.sp_dis img {
    margin: 0 auto;
  }

.pc_dis {
	display: block;
}

@media(max-width:540px) {
.pc_dis {
    display: none;
    margin: 0 !important;
    text-align: center;
  }
.pc_dis img {
    margin: 0 auto;
  }
.sp_dis {
		display: block;
}	
}
.dondontei-campaign-head {
  margin: 0 0 5%;
  padding: 4% 0 2%;
  border-bottom: 1px solid #2a0338;
  text-align: center;
}
.dondontei-campaign-head2 {
  margin: 2% 0 0;
}
.q-head {
  font-weight: bold;
  font-size: 20px;
}
.q-head small {
  font-size: .8em;
}
.campaign-sendbtn {
  display: block;
  font-size: 1.5em;
  text-align: center;
  margin: auto;
  border: 2px solid;
  border-radius: 100px;
  width: 48%;
  height: 50px;
  color: #fff;
  background-color: #2a0338;
  cursor: pointer;
}
.campaign-thankspage {
  background-color: #2a0338;
  height: 100vh;
  position: relative;
}
.campaign-thankspage div {
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.campaign-link-style {
  color: #db5d04 !important;
  font-weight: bold;
}
.border-top {
  border-top: dotted 2px #2a0338;
}
.ss-section-description {
  padding: 1em;
}
.contents_bind article ul li,
.contents_bind article .ss-section-description p {
  font-size: 16px;
  line-height: 130%;
  font-weight: normal;
}

.required{
	background-color: red;
	display: inline-block;
	padding: 0 .2em;
	font-size: .6em;
	color: white;
	text-align: center;
}
/* =====================================================================
*   サンクスページ
* =================================================================== */
@media screen and (max-width: 550px) {
  .dondontei-campaign-box {
    width: 85%;
  }
}

