﻿@import url("https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
:root {
  --color-primary: #f62c49;
  --color-secondary: #ffd947;
  --color-tertiary: #01b391;
  --color-quaternary: #3c73ff;
  --color-quinary: #001871;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-black: 900;
}

#container {
  width: 100% !important;
  margin-top: 0;
}

#container .topicPath {
  width: 960px;
  margin: 20px auto;
}

#container a {
  transition: opacity 0.3s ease;
}

#container a:hover {
  opacity: 0.7;
}

#container main {
  background-image: url("/ja/campaign/ibaraki_cp/images/bg.png");
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
}

#container .en {
  font-family: "Darumadrop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#container .common_inner {
  width: 960px;
  margin: 0 auto;
}

/* メインビジュアル　　*/
#container .mainVisual {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  z-index: 1;
}

#container .mainVisual::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-image: url("/ja/campaign/ibaraki_cp/images/mv-map.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 331px;
  height: 421px;
  z-index: -1;
}

#container .mainVisual .deco_inner01,
#container .mainVisual .deco_inner02 {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

#container .mainVisual .deco_inner01::before,
#container .mainVisual .deco_inner01::after,
#container .mainVisual .deco_inner02::before,
#container .mainVisual .deco_inner02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

#container .mainVisual .deco_inner01::before {
  top: -60px;
  left: calc(50% - 190px);
  transform: translateX(-50%);
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-common01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 148px;
  height: 148px;
}

#container .mainVisual .deco_inner01::after {
  top: 20px;
  left: calc(50% + 490px);
  transform: translateX(-50%) scale(0.8);
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-common02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 177px;
  height: 172px;
}

#container .mainVisual .deco_inner02::before {
  top: 180px;
  left: calc(50% - 650px);
  transform: translateX(-50%) scale(0.8);
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-common03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 145px;
  height: 133px;
}

#container .mainVisual .deco_inner02::after {
  bottom: -30px;
  left: calc(50% - 120px);
  transform: translateX(-50%) scale(0.7);
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-common04.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 152px;
  height: 153px;
}

#container .mainVisual h1 {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  transform: translate(-50%, -50%);
  width: 493px;
  height: 283px;
}

#container .mainVisual h1::after {
  content: "";
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-image: url("/ja/campaign/ibaraki_cp/images/mv-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1249px;
  height: 465px;
  z-index: -1;
}

/* キャンペーン */
#container .campaign {
  position: relative;
  background-color: #fff;
  text-align: center;
  z-index: 2;
}

#container .campaign::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/ja/campaign/ibaraki_cp/images/bg-wave01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 6.25em;
  z-index: -1;
}

#container .campaign::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 100px);
  right: 0;
  transform: translateY(-50%);
  background-image: url("/ja/campaign/ibaraki_cp/images/text-ANNIVERSARY.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 676px;
  z-index: -1;
}

#container .campaign .common_inner {
  position: relative;
  padding-top: 80px;
}

#container .campaign .common_inner::before,
#container .campaign .common_inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

#container .campaign .common_inner::before {
  top: 240px;
  left: -70px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-campaign01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 107px;
  height: 136px;
}

#container .campaign .common_inner::after {
  top: 270px;
  right: -20px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-campaign02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 111px;
  height: 301px;
}

#container .campaign .deco_inner01,
#container .campaign .deco_inner02 {
  position: relative;
  z-index: 1;
}

#container .campaign .deco_inner01::before,
#container .campaign .deco_inner01::after,
#container .campaign .deco_inner02::before,
#container .campaign .deco_inner02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

#container .deco-campaign01 {
  position: absolute;
  top: -20px;
  left: -150px;
  width: 107px;
  height: 107px;
}

#container .deco-campaign02 {
  position: absolute;
  top: 20px;
  right: -210px;
  width: 186px;
  height: 171px;
}

#container .deco-campaign03 {
  position: absolute;
  bottom: 80px;
  left: -120px;
  width: 177px;
  height: 172px;
}

#container .deco-campaign04 {
  position: absolute;
  bottom: -70px;
  right: 20px;
  width: 107px;
  height: 110px;
}

#container .fluid01-svg {
  display: inline-block;
  transform-origin: center;
  animation: rotateAndPulse01 50s linear infinite;
}

@keyframes rotateAndPulse01 {
  0% {
    transform: rotate(0deg) scale(0.9);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(0.9);
  }
}

#container .fluid02-svg {
  display: inline-block;
  transform-origin: center;
  animation: rotateAndPulse02 40s linear infinite;
}

@keyframes rotateAndPulse02 {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    transform: rotate(180deg) scale(1.6);
  }
  100% {
    transform: rotate(360deg) scale(0.8);
  }
}

#container .float01-svg {
  display: inline-block;
  animation: floating01 3s ease-in-out infinite alternate;
}

@keyframes floating01 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  } /* 20px上に移動 */
}

#container .float02-svg {
  display: inline-block;
  animation: floating01 2s ease-in-out infinite alternate;
}

@keyframes floating01 {
  0% {
    transform: translateY(0) rotate(35deg);
  }
  100% {
    transform: translateY(-20px) rotate(35deg);
  } /* 20px上に移動 */
}

/* .campaign .deco_inner01::before {
  top: -20px;
  left: -150px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-common01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 148px;
  height: 148px;
} */

/* .campaign .deco_inner01::after {
  top: 20px;
  right: -210px;
  transform: rotate(-48deg);
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-common03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 186px;
  height: 171px;
} */

/* .campaign .deco_inner02::before {
  bottom: 80px;
  left: -120px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-common02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 177px;
  height: 172px;
} */

/* .campaign .deco_inner02::after {
  bottom: -70px;
  right: 20px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-common04.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 152px;
  height: 153px;
} */

#container .campaign .campaign_date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 960px;
  margin: 0 auto;
}

#container .campaign .campaign_date dl dt span {
  display: inline-block;
  background-color: #333;
  border-radius: 100px;
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  color: #fff;
  padding: 2px 15px;
}

#container .campaign .campaign_date dl:first-child {
  position: relative;
  margin-right: 40px;
  padding-right: 40px;
}

#container .campaign .campaign_date dl:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  background-color: #333;
  width: 1px;
  height: 80%;
}

#container .campaign .campaign_date dl dd {
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

#container .campaign .campaign_date dl dd em {
  font-size: 42px;
  font-style: normal;
}

#container .campaign .campaign_date dl dd .char01 {
  color: var(--color-tertiary);
}

#container .campaign .campaign_date dl dd .char02 {
  color: var(--color-secondary);
}

#container .campaign .campaign_date dl dd .char03 {
  color: var(--color-primary);
}

#container .campaign .campaign_date dl dd .char04 {
  color: var(--color-quaternary);
}

#container .campaign .campaign_date dl dd small {
  font-size: 16px;
  font-weight: 700;
}

#container .campaign h2 {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  text-align: center;
  margin-top: 110px;
  padding: 0 30px;
}

#container .campaign h2::before,
#container .campaign h2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border-left: dotted 3px #333;
  width: 3px;
  height: 70%;
  z-index: -1;
}

#container .campaign h2::before {
  left: 0;
  transform: translateY(-50%) rotate(-35deg);
}

#container .campaign h2::after {
  right: 0;
  transform: translateY(-50%) rotate(35deg);
}

#container .campaign .caption {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 60px;
  padding-bottom: 60px;
}

/* コンテンツ */
#container .contents {
  counter-reset: num;
  position: relative;
  z-index: 1;
}

#container .contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/ja/campaign/ibaraki_cp/images/bg-wave02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 12.533em;
  z-index: -1;
}

#container .contents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-image: url("/ja/campaign/ibaraki_cp/images/contents-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 132px;
  z-index: 2;
}

#container .contents .common_inner {
  padding-top: 220px;
}

#container .contents_stamprally {
  background-color: var(--color-primary);
}

#container .contents_youtuber {
  background-color: var(--color-secondary);
}

#container .contents_shuttlebus {
  background-color: var(--color-tertiary);
}

#container .contents_event {
  background-color: var(--color-quaternary);
  text-align: center;
}

#container .contents_service {
  background-color: var(--color-quinary);
}

#container .contents [class^="contents_"] {
  position: relative;
  /* padding: 50px 60px 70px; */
  z-index: 1;
}

#container .contents [class^="contents_"]::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: -50px;
  font-size: 100px;
  font-family: "Darumadrop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  opacity: 0.5;
}

#container .contents [class^="contents_"]:nth-child(odd)::before {
  left: 20px;
}

#container .contents [class^="contents_"]:nth-child(even)::before {
  right: 20px;
}

#container .contents [class^="contents_"]:nth-child(odd) {
  border-radius: 60px 0 0 60px;
}

#container .contents [class^="contents_"]:nth-child(even) {
  border-radius: 0 60px 60px 0;
}

#container .contents [class^="contents_"]:nth-child(odd)::after,
#container .contents [class^="contents_"]:nth-child(even)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  z-index: -1;
}

#container .contents [class^="contents_"]:nth-child(odd)::after {
  right: calc(50% - 50vw);
}

#container .contents [class^="contents_"]:nth-child(even)::after {
  left: calc(50% - 50vw);
}

#container .contents [class^="contents_"] .deco_inner01 {
  position: relative;
  padding: 50px 60px 70px;
  z-index: 1;
}

#container .contents [class^="contents_"]:nth-child(odd) .deco_inner01::before,
#container .contents [class^="contents_"]:nth-child(odd) .deco_inner01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

#container .contents [class^="contents_"]:nth-child(odd) .deco_inner01::before {
  top: 0;
  left: calc(50% + 400px);
  transform: translateX(-50%);
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-odd01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 335px;
  height: 120px;
}

#container .contents [class^="contents_"]:nth-child(odd) .deco_inner01::after {
  top: 170px;
  left: 0;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-odd02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 307px;
  height: 294px;
}

#container .contents [class^="contents_"]:nth-child(even) .deco_inner01:before,
#container .contents [class^="contents_"]:nth-child(even) .deco_inner01:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

#container .contents [class^="contents_"]:nth-child(even) .deco_inner01::before {
  top: 0;
  left: calc(50% - 400px);
  transform: translateX(-50%);
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-even01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 382px;
  height: 140px;
}

#container .contents [class^="contents_"]:nth-child(even) .deco_inner01::after {
  top: 240px;
  right: 30px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-even02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 165px;
  height: 160px;
}

#container .contents [class^="contents_"] .deco_inner02 {
  position: relative;
  z-index: 2;
}

#container .contents [class^="contents_"] .deco_inner02::before,
#container .contents [class^="contents_"] .deco_inner02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

#container .contents .contents_stamprally .deco_inner02::before {
  top: -120px;
  left: 110px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-common01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 137px;
  height: 138px;
}

#container .contents .contents_stamprally .deco_inner02::after {
  top: -10px;
  right: 50px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-stamprally01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 92px;
}

#container .contents .contents_youtuber .deco_inner02::before {
  top: 80px;
  right: -135px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-common04.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 152px;
  height: 153px;
}

#container .contents .contents_youtuber .deco_inner02::after {
  top: 0px;
  left: 60px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-youtuber01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 92px;
}

#container .contents .contents_shuttlebus .deco_inner02::before {
  top: -115px;
  left: 110px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-common02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 132px;
  height: 128px;
}

#container .contents .contents_shuttlebus .deco_inner02::after {
  top: -10px;
  right: 50px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-shuttlebus01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px;
  height: 98px;
}

#container .contents .contents_event .deco_inner02::before {
  top: 80px;
  right: -140px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-common03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 145px;
  height: 133px;
}

#container .contents .contents_event .deco_inner02::after {
  top: 5px;
  left: 30px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-event01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 92px;
  height: 72px;
}

#container .contents .contents_service .deco_inner02::before {
  top: -115px;
  left: 110px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-common01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 137px;
  height: 138px;
}

#container .contents .contents_service .deco_inner02::after {
  top: -10px;
  right: 50px;
  background-image: url("/ja/campaign/ibaraki_cp/images/deco-service01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 92px;
}

#container .contents [class^="contents_"]:not(:first-child) {
  margin-top: 70px;
}

#container .contents .contents_stamprally::after {
  background-color: var(--color-primary);
}

#container .contents .contents_youtuber::after {
  background-color: var(--color-secondary);
}

#container .contents .contents_shuttlebus::after {
  background-color: var(--color-tertiary);
}

#container .contents .contents_event::after {
  background-color: var(--color-quaternary);
}

#container .contents .contents_service::after,
#container .contents .contents_decoration::after {
  background-color: var(--color-quinary);
}

#container .contents .en {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

#container .contents h3 {
  font-size: 36px;
  font-weight: var(--font-weight-black);
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

#container .contents [class^="contents_"] .lead {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

#container .contents_stamprally .stamprally_group {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #fff;
  border-radius: 25px;
  width: 840px;
  margin-top: 40px;
  padding: 40px 50px;
}

#container .contents_stamprally .stamprally_group .stamprally_group_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

#container .contents_stamprally .stamprally_group .stamprally_group_banner {
  margin-bottom: 30px;
  margin-inline: auto;
  width: 500px;
}

#container .contents_stamprally .stamprally_group .stamprally_group_banner img {
  width: 100%;
  height: auto;
}

#container .contents_stamprally .stamprally_group dl {
  width: 340px;
}

#container .contents_stamprally .stamprally_group dl dt {
  position: relative;
}

#container .contents_stamprally .stamprally_group dl dt span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/ja/campaign/ibaraki_cp/images/stamprally-bg01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 186px;
  height: 60px;
  font-size: 17px;
  font-weight: var(--font-weight-bold);
  color: #fff;
}

#container .contents_stamprally .stamprally_group dl .stamprally_list_wrapper {
  background-color: #f6f5f3;
  border-radius: 15px;
  margin-top: 30px;
  padding: 40px 20px 20px;
}

#container .contents_stamprally .stamprally_group dl .stamprally_list_wrapper .stamprally_list {
  counter-reset: count;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

#container .contents_stamprally .stamprally_group dl .stamprally_list_wrapper .stamprally_list li {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  margin-right: 15px;
}

#container .contents_stamprally .stamprally_group dl .stamprally_list_wrapper .stamprally_list li::before {
  content: counter(count);
  counter-increment: count;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: var(--color-primary);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  margin-right: 5px;
}

#container .contents_youtuber h3,
#container .contents_youtuber .lead {
  color: #333 !important;
}

#container .contents_youtuber .youtuber_group {
  background-color: #fff;
  border-radius: 25px;
  width: 840px;
  margin-top: 40px;
  padding: 40px 50px;
}

#container .contents_youtuber .youtuber_group .youtuber_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#container .contents_youtuber .youtuber_group .youtuber_list li {
  width: 217px;
}

#container .contents_youtuber .youtuber_group .youtuber_list li .youtuber_area {
  text-align: center;
  margin-bottom: 20px;
}

#container .contents_youtuber .youtuber_group .youtuber_list li .youtuber_area span {
  position: relative;
  display: inline-block;
  background-color: var(--color-primary);
  border-radius: 6px;
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  color: #fff;
  padding: 5px 15px;
}

#container .contents_youtuber .youtuber_group .youtuber_list li .youtuber_area span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translatex(-50%) scaleX(1.2);
  background-color: var(--color-primary);
  width: 12px;
  height: 12px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#container .contents_youtuber .youtuber_group .youtuber_list li .youtuber_name {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  color: #333;
  text-align: center;
}

#container .contents_youtuber .youtuber_group .youtuber_list li .youtuber_name small {
  font-size: 14px;
  font-weight: var(--font-weight-medium);
}

#container .contents_shuttlebus .shuttlebus_image {
  width: 600px;
  height: auto;
  margin: 40px auto 0;
}

#container .contents_event h3 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  z-index: 1;
}

#container .contents_event h3::before,
#container .contents_event h3::after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  display: block;
  border-left: dotted 3px #fff;
  width: 3px;
  height: 60%;
  z-index: -1;
}

#container .contents_event h3::before {
  left: 0;
  transform: translateY(-50%) rotate(-35deg);
}

#container .contents_event h3::after {
  right: 0;
  transform: translateY(-50%) rotate(35deg);
}

#container .contents_event .event_date {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

#container .contents_event .event_date dt {
  background-color: var(--color-secondary);
  border-radius: 6px;
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  color: var(--color-quaternary);
  padding: 0 10px;
}

#container .contents_event .event_date dd {
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--color-secondary);
}

#container .contents_event .event_date dd em {
  font-size: 40px;
  font-style: normal;
}

#container .contents_event .event_date dd small {
  font-size: 16px;
}

#container .contents_event .event_group {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  background-color: #fff;
  border-radius: 25px;
  width: 840px;
  margin-top: 40px;
  padding: 40px 50px;
}

#container .contents_event .event_group dl {
  text-align: center;
}

#container .contents_event .event_group dl .event_heading {
  position: relative;
  display: inline-block;
  background-color: var(--color-tertiary);
  border-radius: 6px;
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  color: #fff;
  margin-bottom: 20px;
  padding: 5px 15px;
}

#container .contents_event .event_group dl .event_heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translatex(-50%) scaleX(1.2);
  background-color: var(--color-tertiary);
  width: 12px;
  height: 12px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#container .event_caption li {
  font-weight: bold;
  margin-left: 1rem;
  text-indent: -1rem;
}

#container .contents_event .event_group dl .event_caption {
  text-align: left;
  margin-top: 1.6rem;
}

#container .contents_event .event_group dl .event_caption.event_caption-anotation {
  font-size: 12px;
}

#container .contents_event .event_group .event_carousel {
  position: relative;
  flex-shrink: 0;
  width: 320px;
}

#container .contents_event .event_group .event_carousel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#container .mySwiper {
  padding-bottom: 30px !important;
}

#container .mySwiper .swiper-pagination {
  bottom: 0 !important;
}

#container .mySwiper .swiper-slide {
  height: auto;
  text-align: left;
}

#container .mySwiper .swiper-slide span {
  font-size: 12px;
}

#container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

#container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

#container .swiper-pagination-bullet-active {
  background: var(--color-secondary);
}

#container .contents_service .service_group {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 40px 30px 50px;
}

#container .contents_service .service_group:first-of-type {
  margin-top: 40px;
}

#container .contents_service .service_group:not(:first-child) {
  margin-top: 30px;
}

#container .contents_service .service_group dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  color: var(--color-quinary);
}

#container .contents_service .service_group dt::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  background-color: var(--color-primary);
  width: 12px;
  height: 12px;
}

#container .contents_service .service_group dt span {
  border-bottom: dotted 3px var(--color-quinary);
  margin-bottom: 15px;
  padding-left: 20px;
  padding-bottom: 5px;
}

#container .contents_service .service_group .service_caption {
  display: flex;
  align-items: flex-end;
  column-gap: 20px;
}

#container .contents_service .service_group .service_caption .service_button {
  flex-shrink: 0;
}

#container .contents_service .service_group .service_caption .service_button .service_link {
  display: flex;
  align-items: center;
  column-gap: 5px;
  background-color: var(--color-primary);
  border-radius: 100px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px 10px 25px;
}

/* バナー */
#container .banner {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

#container .banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/ja/campaign/ibaraki_cp/images/bg-wave03.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 12.533em;
  z-index: -1;
}

#container .banner .common_inner {
  padding-top: 80px;
}

#container .banner .banner_button {
  width: 440px;
  height: auto;
  margin: 0 auto;
}

#container .banner .banner_button .banner_link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  background-color: var(--color-secondary);
  border-radius: 100px;
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  color: var(--color-quinary);
  text-decoration: none;
  padding: 10px 15px 10px 25px;
}

#container .banner_list {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 40px; */
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 828px;
  margin: 80px auto 0;
}
#container .banner_list li {
  width: calc(100% / 3);
}

#container .banner_list a {
  display: block;
}

#container .banner_item01 {
  grid-area: 1 / 1 / 2 / 3;
}
#container .banner_item02 {
  grid-area: 2 / 1 / 3 / 2;
}
#container .banner_item03 {
  grid-area: 2 / 2 / 3 / 3;
}
/* #container .banner_item05 {
  grid-area: 2 / 2 / 3 / 3;
} */
#container .banner_item04 {
  grid-area: 3 / 1 / 4 / 3;
}
#container .banner_item05 a {
  display: flex;
  align-items: center;
  height: 180px;
}

/*bn-sample*/
#container .banner_list li a.bn-sample {
  position: relative;
  pointer-events: none;
}
#container .banner_list li a.bn-sample span {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 28px;
  font-weight: 600;
}
#container .banner_list li a.bn-sample span::before,
#container .banner_list li a.bn-sample span::after {
  content: none;
}
/*bn-sample*/

#container .banner_item02,
#container .banner_item03,
#container .banner_item05 {
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  text-align: center;
}

#container .banner_item02 span,
#container .banner_item03 span,
#container .banner_item05 span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 20px;
}
#container .banner_item05 img {
  width: 100%;
  height: auto;
}

#container .banner_item02 span::before,
#container .banner_item02 span::after,
#container .banner_item03 span::before,
#container .banner_item03 span::after,
#container .banner_item05 span::before,
#container .banner_item05 span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 10px);
  background-color: #333;
  width: 1px;
  height: 50%;
}

#container .banner_item02 span::before,
#container .banner_item03 span::before,
#container .banner_item05 span::before {
  left: 0;
  transform: translateY(-50%) rotate(-25deg);
}

#container .banner_item02 span::after,
#container .banner_item03 span::after,
#container .banner_item05 span::after {
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}

#container .contents_decoration {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  background-color: var(--color-quinary);
  border-radius: 60px;
}
#container .contents_decoration .deco_inner01 {
  position: relative;
  padding: 50px 60px 70px;
  z-index: 1;
}
#container .contents_decoration .deco_inner02 {
  position: relative;
  z-index: 2;
}
/* #container .contents_decoration h3 {
  color: #333 !important;
} */
#container .column_contents_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin-top: 30px;
}
#container .column_text {
  width: 300px;
}
#container .column_image {
  width: 520px;
}
#container .column_image span {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
}
#container .column_contents_wrap dl {
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
  margin-bottom: 10px;
}
#container .column_contents_wrap dt {
  white-space: nowrap;
}
#container .column_contents_wrap dt,
#container .column_contents_wrap dd {
  font-size: 18px;
  color: #fff;
}
#container .column_contents_wrap dd span {
  display: block;
  font-size: 14px;
}
#container .contents .contents_decoration .deco_inner02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -60px;
  right: 20px;
  background-image: url(/ja/campaign/ibaraki_cp/images/deco-shuttlebus01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px;
  height: 98px;
}
#container .contents .contents_decoration .deco_inner02::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 487px;
  left: -15px;
  background-image: url(/ja/campaign/ibaraki_cp/images/deco-youtuber01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 92px;
}

#container .contents_shuttlebus .service_button {
  width: 600px;
  margin-inline: auto;
  margin-top: 30px;
}
#container .contents_shuttlebus .service_link {
  display: flex;
  align-items: center;
  column-gap: 5px;
  background-color: var(--color-primary);
  border-radius: 100px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px 10px 25px;
  justify-content: center;
}

#container .banner_wrap {
  display: block;
  padding: 50px;
  text-align: center;
  width: 100%;
  /* background: #eeeeee; */
  margin: 80px auto;
}
#container .banner_wrap a {
  display: block;
  width: 400px;
  margin-inline: auto;
  border: 1px solid #ccc;
}
#container .banner_wrap a img {
  width: 100%;
  height: auto;
}

#container .contents_youtuber .service_button {
  width: 90%;
  margin-inline: auto;
  margin-top: 10px;
}
#container .contents_youtuber .service_link {
  display: flex;
  align-items: center;
  column-gap: 5px;
  background-color: var(--color-tertiary);
  border-radius: 100px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px 10px 25px;
  justify-content: center;
}
