@charset "UTF-8";
/* ===============================================
	common
=============================================== */
html {
  /* -webkit-text-size-adjust: 100%; */
  /* overflow-y: scroll; */
}

body {
  box-sizing: border-box;
  line-height: 1.6;
}

img {
  width: 100%;
  height: auto;
}

a {
  transition: opacity 0.2s;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.text {
  line-height: 1.8;
}

.ib {
  display: inline-block;
}

/* scroll-down */
.scroll-down {
  position: absolute;
  bottom: 7.03vw;
  right: 6vw;
}

.scroll-down-text {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-blue);
  text-transform: uppercase;
}

.scroll-down .scroll-line {
  display: inline-block;
  width: 1px;
  height: 5.2vw;
  background-color: var(--color-blue);
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}

.scroll-down .scroll-line::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-blue);
  position: absolute;
  bottom: 0;
  left: -2px;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 5.2vw;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 5.2vw;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .scroll-down {
    bottom: auto;
    top: 300px;
    right: auto;
    left: -10px;
  }

  .scroll-down-text {
    font-size: 1.3rem;
    transform: rotate(-90deg);
  }

  .scroll-down .scroll-line {
    height: 60px;
    top: calc(100% + 20px);
  }

  .scroll-down .scroll-line::before {
    width: 3px;
    height: 3px;
    left: -1px;
  }
}
/* ===============================================
	mv
=============================================== */
#mv {
  width: 100%;
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/bg-mv-pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 96.46% auto;
  position: relative;
  z-index: 2;
}

#mv .title {
  width: 34.6%;
  padding-top: 3.3854vw;
  margin: 0 auto;
}

#mv .photo-left,
#mv .photo-right {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#mv .photo-left > div,
#mv .photo-left::before,
#mv .photo-left::after,
#mv .photo-right > div,
#mv .photo-right::before,
#mv .photo-right::after {
  aspect-ratio: 1/1;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#mv .photo-left::before,
#mv .photo-left::after,
#mv .photo-right::before,
#mv .photo-right::after {
  content: "";
}

#mv .photo-left > div {
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/mv-photo1-pc.png");
  width: 20vw;
  top: -5.46875vw;
  left: 3.645833vw;
}

#mv .photo-left::before {
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/mv-photo2-pc.png");
  width: 10.416vw;
  top: 17.6vw;
  left: 19.16vw;
}

#mv .photo-left::after {
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/mv-photo3-pc.png");
  width: 15.9375vw;
  top: 26.98vw;
  left: -1.979vw;
}

#mv .photo-right > div {
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/mv-photo4-pc.png");
  width: 14.7395vw;
  top: -2.8125vw;
  right: 5.52vw;
}

#mv .photo-right::before {
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/mv-photo5-pc.png");
  width: 10.416vw;
  top: 17.6vw;
  right: 19.16vw;
}

#mv .photo-right::after {
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/mv-photo6-pc.png");
  width: 15.9375vw;
  top: 18.02vw;
  right: -3.3854vw;
}

@media screen and (max-width: 767px) {
  #mv {
    max-width: 390px;
    margin: 0 auto;
    background: none;
  }

  #mv::before {
    content: "";
    width: 105%;
    height: 100%;
    background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/bg-mv-sp.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #mv .title {
    width: 270px;
    max-width: 69.23%;
    padding: 222px 0 100px;
  }

  #mv .photo-left > div {
    background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/mv-photo1-sp.png");
    width: 174px;
    top: 34px;
    left: -70px;
  }

  #mv .photo-left::before {
    background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/mv-photo2-sp.png");
    width: 105px;
    top: 110px;
    left: 100px;
  }

  #mv .photo-left::after {
    background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/mv-photo3-sp.png");
    width: 170px;
    top: auto;
    bottom: -9px;
    left: -52px;
  }

  #mv .photo-right > div {
    background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/mv-photo4-sp.png");
    width: 130px;
    top: -23px;
    right: 112px;
  }

  #mv .photo-right::before {
    background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/mv-photo5-sp.png");
    width: 110px;
    top: auto;
    top: 413px;
    right: -30px;
  }

  #mv .photo-right::after {
    background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/mv-photo6-sp.png");
    width: 154px;
    top: 120px;
    right: -43px;
  }
}
/* ===============================================
	intro
=============================================== */
#about {
  padding-top: 100px;
}

#intro {
  background-color: var(--color-beige);
  position: relative;
  padding: 4.16vw 0 150px;
  margin-top: -3.64583vw;
}

#intro::before,
#intro::after {
  content: "";
  width: 100%;
  height: 1.0416vw;
  background: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/line-zigzagu-beige.svg") repeat-x left top/auto 100%;
  position: absolute;
  left: 0;
}

#intro::before {
  bottom: calc(100% - 1px);
}

#intro::after {
  top: calc(100% - 1px);
  transform: rotate(180deg);
}

#intro .icon-box {
  margin-bottom: 150px;
}

.intro-icon-wrap {
  width: 52.083vw;
  position: relative;
  margin: 0 auto;
}

.intro-icon {
  width: 11.66vw;
  position: absolute;
  top: -11.718vw;
  right: -5.2vw;
}

.intro-icon-snow {
  width: 5.625vw;
  position: absolute;
  top: -8.33vw;
  right: -4.16vw;
}

.intro-priod-item {
  max-width: 830px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 60px;
}

.intro-priod-item .title {
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--color-blue);
  line-height: 1.2;
}

.intro-priod-item .schedule {
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-priod-item .date,
.intro-priod-item .mark {
  font-size: 4rem;
  font-weight: 900;
  color: var(--color-gray);
  line-height: 1;
}

.intro-priod-item .date > span:not(.year) {
  font-size: 1.5em;
}

.intro-priod-item .date > span.year > span {
  font-size: 1.5em;
}

.intro-priod-item .mark {
  margin-right: 0.2em;
  transform: translateY(0.1em);
}

.intro-priod-item .week {
  width: 1.63em;
  aspect-ratio: 1/1;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.3em 0 -0.3em;
}

.intro-priod-item .week > span {
  display: inline-block;
  transform: translateY(-0.1em);
}

.intro-priod-item .limit {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color-gray);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}

.intro-priod-item .limit > p > span {
  font-size: 1.33em;
}

.intro-priod-item .limit > p > span.md {
  font-size: 1.16em;
}

.intro-priod-item .limit-wrap {
  text-align: center;
}

#intro .note-area {
  text-align: center;
  background-color: #fff;
  padding: 8px 10px;
}

#intro .note-area ul {
  text-align: left;
  display: inline-block;
}

#intro .note-area ul > li {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-blue);
  text-align: center;
}

#intro .icon-box .title {
  width: 70%;
  margin: 0 auto 25px;
}

#intro .icon-box-text {
  line-height: 2.368;
  padding: 0 2.63em;
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/dotted-line-center.svg");
  background-size: 0.526316em 2.421052em;
  background-repeat: repeat;
}

#intro .icon-box-text .list-note {
  padding-bottom: 1em;
}

#intro .icon-box-text .list-note > li {
  font-size: 1.6rem;
  line-height: 3.1;
}

#intro .movie-area {
  position: relative;
}

#intro .movie-wrap {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

#intro .movie-icon {
  width: 15%;
  position: absolute;
  top: 0;
  transform: translateY(-25px);
  z-index: 2;
}

@media (max-width: 1400px) and (min-width: 768px) {
  #intro .movie-area {
    padding-top: 14.28vw;
  }

  #intro .icon-box {
    margin-bottom: 2.85vw;
  }

  #intro .movie-icon {
    width: 15%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  #about {
    padding-top: 10vw;
  }

  #intro {
    padding-bottom: 15vw;
  }

  #intro .icon-box-text .list-note > li {
    font-size: 1.6vw;
  }

  .intro-priod-item .date, .intro-priod-item .mark {
    font-size: 4vw;
  }

  .intro-priod-item .title {
    font-size: 1.9vw;
  }

  .intro-priod-item .limit {
    font-size: 2.4vw;
    margin-bottom: 2vw;
  }

  #intro .note-area ul > li {
    font-size: 1.8vw;
  }

  .intro-priod-item {
    margin: 0 auto 6vw;
  }

  #intro .movie-wrap {
    border-radius: 1vw;
  }
}
@media screen and (max-width: 767px) {
  #intro {
    margin-top: 0;
    padding: 50px 0;
    z-index: 1;
  }

  #intro::before,
#intro::after {
    height: 20px;
  }

  #intro .icon-box {
    padding: 45px 35px 30px;
    margin-bottom: 60px;
  }

  .intro-priod-item {
    margin-bottom: 50px;
  }

  .intro-priod-item .title {
    font-size: 2.6rem;
    color: #fff;
    text-align: center;
    background-color: var(--color-blue);
    padding: 0.15em 0.5em 0.2em;
  }

  .intro-priod-item .date,
.intro-priod-item .mark {
    font-size: 2.4rem;
  }

  .intro-priod-item .date > span:not(.year) {
    font-size: 1.5em;
  }

  .intro-priod-item .date .year {
    font-size: 2rem;
    display: block;
  }

  .intro-priod-item .date > span.year > span {
    font-size: 1em;
  }

  .intro-priod-item .week {
    font-size: 1.96rem;
  }

  .intro-priod-item .mark {
    width: 1em;
    transform: translateY(0.5em);
  }

  .intro-priod-item .schedule {
    margin-top: 20px;
  }

  .schedule-wrap {
    width: 92%;
    margin: 0 auto;
  }

  .intro-priod-item .limit {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .intro-priod-item .limit > p > span.md {
    font-size: 1em;
  }

  #intro .note-area ul > li {
    font-size: 1.3rem;
  }

  .intro-icon-wrap {
    width: 100%;
  }

  .intro-icon {
    width: 130px;
    top: -150px;
    right: 22px;
  }

  .intro-icon-snow {
    width: 100px;
    position: absolute;
    top: -134px;
    right: 56px;
  }

  #intro .icon-box .title {
    width: 92.6%;
    margin-bottom: 12px;
  }

  #intro .icon-box-text {
    padding: 0;
    line-height: 2.8em;
    background-size: 0.526316em 2.87em;
  }

  #intro .icon-box-text .list-note {
    padding-bottom: 0;
    margin-top: 1em;
    background-color: #fff;
  }

  #intro .icon-box-text .list-note > li {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  #intro .movie-icon {
    position: relative;
    top: auto;
    transform: none;
    width: 230px;
    max-width: 100%;
    margin: 0 auto 20px;
  }

  #intro .movie-wrap {
    max-width: 100%;
    border-radius: 0;
  }
}
/* ===============================================
	summary
=============================================== */
#summary {
  padding: 80px 0 240px;
  background-color: var(--color-light-beige);
}

.white-box {
  font-size: 1.9rem;
  font-weight: bold;
  color: var(--color-gray);
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 10px;
}

.white-box-title {
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--color-orange);
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 0.625em;
}

.white-box-text {
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
}

.ex {
  max-width: 745px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.7%;
  margin-top: 20px;
}

.ex-icon-text {
  flex: 1;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 5.2%;
}

.ex-icon {
  grid-area: 1/1/3/2;
}

.ex-text {
  flex: 1;
  line-height: 2;
}

.ex-text.text2 .text-box {
  margin-right: 0.5em;
}

.text-box {
  display: inline-block;
  color: #fff;
  line-height: 1;
  background-color: var(--color-orange);
  padding: 0.2em 0.3em 0.3em;
}

.ex-ill {
  width: 18.23%;
}

.line-area {
  padding: 40px 20px;
  border-top: 2px solid var(--color-orange);
  border-bottom: 2px solid var(--color-orange);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line-area .img-text {
  max-width: 700px;
  margin: 0 auto;
}

.line-area .img-text + .list-note {
  margin-top: 10px;
}

.white-box .line-area {
  gap: 5.2%;
  margin-top: 50px;
}

.img-text {
  display: flex;
  align-items: center;
  gap: 15px;
}

#summary .img-text .img {
  width: 11.84%;
}

.img-text .text {
  flex: 1;
  line-height: 1.5;
}

@media (max-width: 1000px) and (min-width: 768px) {
  #summary {
    padding: 8vw 0 24vw;
  }

  .white-box {
    font-size: 1.9vw;
    padding: 4vw 5vw;
    border-radius: 1vw;
  }

  .white-box-title {
    font-size: 3.2vw;
  }

  .ex {
    margin-top: 2vw;
  }

  .line-area {
    padding: 4vw 2vw;
  }

  .white-box .line-area {
    margin-top: 5vw;
  }

  .img-text {
    gap: 1.5vw;
  }

  .line-area .img-text + .list-note {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  #summary {
    padding: 75px 0 0;
    position: relative;
    z-index: 2;
  }

  .white-box {
    font-size: 1.6rem;
    border-radius: 0;
    padding: 20px 12px 30px;
  }

  .white-box-title {
    font-size: 2.6rem;
  }

  .ex {
    flex-direction: column;
  }

  .ex-icon-text {
    width: 92%;
    grid-template-columns: 43px auto;
    grid-template-rows: auto auto auto auto;
  }

  .ex-icon {
    grid-area: 1/1/2/2;
  }

  .ex-text.text1 {
    grid-area: 1/2/2/3;
    line-height: 1.25;
    text-align: center;
  }

  .ex-text.text2 {
    grid-area: 2/1/3/3;
    text-align: center;
  }

  .ex-text.text2 .text-box {
    margin-right: 0;
  }

  .ex-text.text2 .arrow {
    display: block;
    text-align: center;
    line-height: 1;
  }

  .ex-text.text2 .arrow > span {
    font-size: 1.5em;
    line-height: 1;
    display: inline-block;
    width: 1em;
    height: 1em;
    transform: rotate(90deg);
  }

  .ex-ill {
    width: 42.68%;
    margin: 10px auto 0;
    transform: translateX(7%);
  }

  .white-box .line-area {
    margin-top: 20px;
    padding: 0;
    border: none;
  }

  .line-area .img-text {
    flex-direction: column-reverse;
  }

  #summary .img-text .img {
    width: 77px;
  }

  .user .line-area .list-note {
    margin-top: 15px;
  }

  .user .line-area .list-note > li {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
/* howto */
.howto {
  margin: 80px 0 150px;
}

.step {
  margin-top: 100px;
}

.step-list {
  font-size: 1.9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 175px 8.8%;
  padding-bottom: 3.68em;
}

.step-list > li {
  font-weight: bold;
  color: var(--color-gray);
  line-height: 1.5;
  background-color: #fff;
  padding: 1.58em;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.step-num {
  width: 15%;
  position: absolute;
  top: -2.27em;
  left: -0.9em;
}

.step-title {
  font-size: 1.16em;
  color: var(--color-orange);
  letter-spacing: -0.005em;
  margin-bottom: 0.2em;
}

.step-title .sm {
  font-size: 0.97em;
  margin: 0 -0.5em;
}

.step-text {
  margin-top: auto;
}

.step .ill {
  position: absolute;
}

.step .ill1 {
  width: 39%;
  bottom: -4.21em;
  right: 0;
}

.step .ill2 {
  width: 47.3%;
  bottom: -4.21em;
  right: 0;
}

.step .ill3 {
  width: 36.6%;
  bottom: -3.68em;
  right: 1.58em;
}

.step .ill4 {
  width: 43.4%;
  bottom: -3.68em;
  right: 0.3em;
}

.step .ill5 {
  width: 60.1%;
  bottom: -3.68em;
  right: 0;
}

.step .ill6 {
  width: 45.4%;
  bottom: -3.68em;
  right: 0.49em;
}

@media (max-width: 1000px) and (min-width: 768px) {
  .howto {
    margin: 8vw 0 15vw;
  }

  .step {
    margin-top: 10vw;
  }

  .step-list {
    font-size: 1.9vw;
    gap: 17.5vw 8.8%;
  }

  .step-list > li {
    border-radius: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .howto {
    margin: 70px 0 75px;
  }

  .step {
    margin-top: 85px;
  }

  .step-list {
    font-size: 1.6rem;
    grid-template-columns: 1fr;
  }

  .step-num {
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: -2.7em;
  }

  .step-list {
    row-gap: 190px;
    padding-bottom: 5.2em;
  }

  .step-list > li {
    border-radius: 0;
    padding: 1.875em 0.625em 0.625em;
  }

  .step-title {
    font-size: 1.3em;
  }

  .step .ill1 {
    width: 160px;
    bottom: -5.625em;
  }

  .step .ill2 {
    width: 145px;
    bottom: -3.375em;
  }

  .step .ill3 {
    width: 150px;
    bottom: -5.4em;
  }

  .step .ill4 {
    width: 152px;
    bottom: -4.5em;
  }

  .step .ill5 {
    width: 250px;
    bottom: -3.9em;
  }

  .step .ill6 {
    width: 186px;
    bottom: -5.125em;
  }
}
/* map */
.map-area {
  max-width: 958px;
  margin: 0 auto 50px;
  position: relative;
}

.map-area .map {
  cursor: pointer;
}

.map-pop {
  width: 29.85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 13.25%;
}

.map .cls-1,
.map .cls-2,
.map .cls-3,
.map .cls-4,
.map .cls-5,
.map .cls-6,
.map .cls-7,
.map .cls-8 {
  transition: all 0.1s;
  stroke-width: 0px;
}

.map .cls-1,
.map .cls-2,
.map .cls-5 {
  opacity: 0.75;
}

/* 下北エリアボタン線 */
.map .cls-1,
.map .cls-6 {
  fill: var(--color-purple);
}

/* 津軽エリアボタン線 */
.map .cls-2,
.map .cls-7 {
  fill: var(--color-green);
}

/* 南部エリアボタン線 */
.map .cls-3,
.map .cls-5 {
  fill: var(--color-light-orange);
}

.map .cls-9 {
  stroke: var(--color-light-orange);
}

.map .cls-9,
.map .cls-10,
.map .cls-11 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.map .cls-4 {
  fill: #fff;
}

/* 津軽エリアボタン背景 */
.map .cls-10 {
  stroke: var(--color-green);
}

/* 下北エリアボタン背景 */
.map .cls-11 {
  stroke: var(--color-purple);
}

.map .cls-8 {
  fill: #c6e7f9;
}

.map a:hover #tsugaru .cls-8 {
  fill: var(--color-green);
}

.map a:hover #tsugaru .cls-2,
.map a:hover #tsugaru .cls-7 {
  fill: #fff;
}

.map a:hover #tsugaru .cls-10 {
  stroke: transparent;
}

.map a:hover #tsugaru .cls-4 {
  fill: var(--color-green);
}

.map a:hover #shimokita .cls-8 {
  fill: var(--color-purple);
}

.map a:hover #shimokita .cls-1,
.map a:hover #shimokita .cls-6 {
  fill: #fff;
}

.map a:hover #shimokita .cls-11 {
  stroke: transparent;
}

.map a:hover #shimokita .cls-4 {
  fill: var(--color-purple);
}

.map a:hover #nanbu .cls-8 {
  fill: var(--color-light-orange);
}

.map a:hover #nanbu .cls-3,
.map a:hover #nanbu .cls-5 {
  fill: #fff;
}

.map a:hover #nanbu .cls-9 {
  stroke: transparent;
}

.map a:hover #nanbu .cls-4 {
  fill: var(--color-light-orange);
}

@media (max-width: 1000px) and (min-width: 768px) {
  .map-area {
    margin: 0 auto 5vw;
  }
}
/* search */
#target {
  padding-top: 100px;
}

.search .icon-box {
  box-shadow: 10px 10px 7px rgba(168, 167, 115, 0.75);
}

.search .title-lv2 {
  margin-bottom: 1.25em;
}

.search-link {
  margin-bottom: 45px;
}

.search-link .title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 0.6em;
}

.search-link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8.2%;
}

.search-link-list > li .photo {
  aspect-ratio: 1/1;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.search-link-list > li.tsugaru .photo {
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/photo-tsugaru-link.jpg");
}

.search-link-list > li.nanbu .photo {
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/photo-nanbu-link.jpg");
}

.search-link-list > li.shimokita .photo {
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/photo-shimokita-link.jpg");
}

.search-link-list > li {
  max-width: 250px;
}

.search-link-list > li a {
  display: block;
  height: 100%;
}

.search-link-list > li.tsugaru .title {
  color: var(--color-green);
}

.search-link-list > li.nanbu .title {
  color: var(--color-light-orange);
}

.search-link-list > li.shimokita .title {
  color: var(--color-purple);
}

.search-link-list > li .text {
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.075em;
  color: #fff;
  text-align: center;
  padding: 0.5em 0.3em;
  margin-top: auto;
}

.search-link-list > li.tsugaru .text {
  background-color: var(--color-green);
}

.search-link-list > li.nanbu .text {
  background-color: var(--color-light-orange);
}

.search-link-list > li.shimokita .text {
  background-color: var(--color-purple);
}

.search .button-area {
  margin-bottom: 80px;
}

@media (max-width: 1000px) and (min-width: 768px) {
  #target {
    padding-top: 10vw;
  }

  .search-link {
    margin-bottom: 4.5vw;
  }

  .search-link .title {
    font-size: 1.8vw;
  }

  .search-link-list > li {
    max-width: 25vw;
  }

  .search-link-list > li .text {
    font-size: 1.9vw;
  }

  .search-link-list > li .photo {
    border-radius: 1vw;
  }

  .search .button-area {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .search .title-lv2 {
    font-size: 2.2rem;
  }

  .search .title-lv2 > span {
    padding: 0;
  }

  .search .title-lv2 > span::before,
.search .title-lv2 > span::after {
    content: none;
  }

  .map-pop {
    width: 290px;
    max-width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 15px;
  }

  .search-link-list {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .search-link-list > li {
    margin: 0 auto;
    width: 250px;
    max-width: 100%;
  }

  .search .button-area {
    max-width: 250px;
    margin: 30px auto 50px;
  }

  .search .icon-box {
    position: relative;
  }

  .search-link {
    margin-bottom: 30px;
  }
}
/* present */
.icon-present {
  width: 77px;
  margin: 0 auto 50px;
}

.lead {
  width: 98%;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--color-blue);
  letter-spacing: 0.075em;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  margin: 0 auto;
}

.lead .space {
  margin: 0 -0.5em;
}

.present .lead {
  margin-bottom: 50px;
}

.card-img {
  width: 400px;
  max-width: 45%;
  margin: 0 auto 40px;
}

.present .note-area {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.075em;
}

.present .button-area {
  margin-top: 50px;
  margin-bottom: 0;
}

@media (max-width: 1000px) and (min-width: 768px) {
  .icon-present {
    width: 7.7vw;
    margin: 0 auto 5vw;
  }

  .lead {
    font-size: 2.8vw;
  }

  .present .lead {
    margin-bottom: 5vw;
  }

  .card-img {
    margin: 0 auto 4vw;
  }

  .present .note-area {
    font-size: 1.9vw;
  }

  .present .button-area {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .icon-present {
    margin-bottom: 20px;
  }

  .lead {
    font-size: 1.9rem;
    text-align: center;
  }

  .card-img {
    width: 280px;
    max-width: 100%;
    margin: 0 auto 30px;
  }

  .present .note-area {
    font-size: 1.3rem;
    line-height: 1.9;
  }

  .present .button-area {
    max-width: 100%;
    margin-top: 30px;
  }
}
/* ===============================================
	qa
=============================================== */
#qa {
  padding: 60px 0 350px;
  background-color: var(--color-beige);
  position: relative;
}

#qa::before {
  content: "";
  width: 100%;
  height: 1.0416vw;
  background: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/line-zigzagu-beige.svg") repeat-x left top/auto 100%;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
}

.qa-items {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.qa-item {
  padding: 30px 5.5% 0;
  background-color: #fff;
  border-radius: 10px;
}

#qa .button-area {
  margin-top: 30px;
}

#qa .ac-cont {
  padding-bottom: 50px;
}

@media (max-width: 1000px) and (min-width: 768px) {
  #qa {
    padding: 6vw 0 35vw;
  }

  .qa-items {
    row-gap: 3vw;
  }

  .qa-item {
    padding: 3vw 5.5% 0;
    border-radius: 1vw;
  }

  /* .qa-item .ac-button {
    padding: 3vw 0 1em;
  } */

  #qa .button-area {
    margin-top: 3vw;
  }

  #qa .ac-cont {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #qa {
    padding: 60px 0 220px;
  }

  #qa::before {
    content: none;
  }

  .qa-item {
    border-radius: 0;
    padding: 15px 5.5% 0;
  }

  .ac-cont .inner {
    padding-top: 15px;
  }

  #qa .ac-cont {
    padding-bottom: 20px;
  }
}
/* ===============================================
	area
=============================================== */
#area .main {
  position: relative;
}

.area-lead {
  padding-top: 2.083vw;
  background-color: #fff;
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/bg-area-lead-snow.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
  margin-bottom: -9.6354vw;
}

.area-lead-title {
  width: 34.89583vw;
  margin: 0 auto;
}

.area-lead-photo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.area-lead-ill {
  width: 13.8vw;
  position: absolute;
  top: 20.83vw;
  left: 17.7vw;
  z-index: 2;
}

.area-sec {
  background-color: var(--color-beige);
  position: relative;
  padding: 9.8958vw 0 340px;
}

.area-sec::before {
  content: "";
  width: 100%;
  height: 1.0416vw;
  background: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/line-zigzagu-beige.svg") repeat-x left top/auto 100%;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
}

.layout-flex-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 80px 5.5%;
}

.layout-flex-3 .box-plan-1 {
  background: #fff;
  padding: 20px;
  position: relative;
}

.layout-flex-3 .box-plan-1::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.layout-flex-3 .box-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}

.layout-flex-3 .box-plan-1:hover {
  transition: opacity 0.2s;
  opacity: 0.8 !important;
}

.layout-flex-3 .box-plan-1 .button {
  border: none;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.layout-flex-3 .box-plan-1 .button a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.layout-flex-3 .box-plan-1 .button span {
  display: none;
}

.layout-flex-3 .box-plan-1 .button:hover {
  background: transparent;
}

.layout-flex-3 .box-plan-1 .photo {
  aspect-ratio: 386/260;
  line-height: 1;
  overflow:hidden;
}

.layout-flex-3 .box-plan-1 .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.layout-flex-3 .box-plan-1 .plan {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--color-blue);
  line-height: 1.5;
  margin: 10px 0 30px;
}

.layout-flex-3 .box-plan-1 .name {
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin-top: auto;
  padding-right: 28%;
  position: relative;
}

.layout-flex-3 .box-plan-1 .name::before {
  content: "";
  width: 24%;
  height: 12px;
  background-image: url("https://aomori-syukuhakuplan.jp/campaign2025/assets/images/arrow-line.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.area-cont {
  margin-bottom: 100px;
}

.button-next {
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.075em;
  width: 900px;
  max-width: 100%;
  background-color: var(--color-blue);
  padding: 0.5em 0.8em;
  border: 2px solid var(--color-blue);
  border-radius: 20px;
  margin: 0 auto;
  transition: background-color 0.2s, color 0.2s;
}

.button-next:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--color-blue);
  cursor: pointer;
}

#search-none {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .layout-flex-3 {
    gap: 40px 3.33%;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  .area-sec {
    padding-bottom: 34vw;
  }

  .layout-flex-3 {
    gap: 4vw 3.33%;
  }

  .layout-flex-3 .box-plan-1 {
    padding: 2vw;
  }

  .layout-flex-3 .box-plan-1 .plan {
    font-size: 2.2vw;
  }

  .layout-flex-3 .box-plan-1 .name {
    font-size: 1.9vw;
  }

  .layout-flex-3 .box-plan-1 .name::before {
    height: 1.2vw;
  }

  .area-cont {
    margin-bottom: 10vw;
  }

  .button-next {
    font-size: 3.2vw;
    border-radius: 2vw;
  }

  #search-none {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .area-sec {
    padding: 160px 0 210px;
  }

  .area-lead {
    background-image: none;
    margin-bottom: 0;
    padding: 60px 0 80px;
  }

  .area-lead-title {
    width: 274px;
  }

  .area-lead-ill {
    width: 140px;
    top: 390px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 12px;
  }

  .area-tsugaru .area-lead {
    background-color: var(--color-green);
  }

  .area-shimokita .area-lead {
    background-color: var(--color-purple);
  }

  .area-nanbu .area-lead {
    background-color: var(--color-light-orange);
  }

  .area-sec::before {
    height: 20px;
  }

  .area-lead-photo {
    display: none;
  }

  .layout-flex-3 {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .layout-flex-3 .box-plan-1 .plan {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .layout-flex-3 .box-plan-1 .name {
    font-size: 1.6rem;
  }

  .area-cont {
    margin-bottom: 40px;
  }

  .button-next {
    font-size: 1.6rem;
    padding: 0.8em 0.8em;
    border-radius: 10px;
  }

  #search-none {
    font-size: 1.6rem;
  }
}


#join.button-area .button-note-2{
	margin-bottom:50px;
	position:relative;
	font-size:2.4rem;
	color: var(--color-blue);
	text-align:center;
}
#join.button-area .button-note-2::after{
	content:"";
	display:block;
	width:16px;
	height:16px;
	margin:auto;
	border-top: 3px solid var(--color-blue);
	border-right: 3px solid var(--color-blue);
	position:absolute;
	left:0;
	right:0;
	bottom:-20px;
	rotate:135deg;
}
#join.button-area .button-flex-wrapper{
	margin:10px auto;
	display:flex;
	gap:25px;
}

@media screen and (max-width: 767px) {
	#join.button-area .button-flex-wrapper{
		flex-wrap:wrap;
		justify-content: center;
	}
}