@charset "UTF-8";
/**
 * Theme Name: Wakasa Photo
 * Description: 若狭路フォト&動画2025.
 * Author: Ryosuke Hayashi - Mieli,inc.
 * Aurhor URI: https://mieli.co.jp/
 * Version: 1.1.0
 */
@font-face {
  font-family: "LightNovelPOPv2";
  src: url("../../assets/fonts/LightNovelPOPv2.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body p {
  text-align: justify;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
body ul,
body ol {
  list-style: none;
}
body #wpadminbar {
  display: none;
}
body a {
  text-decoration: none;
}
body img {
  width: 100%;
  vertical-align: bottom;
}

[id] {
  scroll-margin-top: 90px;
}

.is-fixed {
  overflow: hidden;
  height: 100%;
}

/**
 * wrapper.
 */
.l-wrapper {
  display: flex;
}

/**
* header.
*/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30vw;
  height: 90px;
  background: #fff;
  opacity: 0.9;
  z-index: 9999;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    min-width: unset;
    height: 10vh;
  }
}
.l-header__item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
.l-header__item-logo {
  width: 10%;
}
.l-header__item-wakasa {
  width: 25%;
}
.l-header__item-aoao {
  width: 25%;
}
.l-header__toggle {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
@media screen and (max-width: 767px) {
  .l-header__toggle {
    display: flex;
  }
}
.l-header__toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: red;
  transition: 0.3s;
}
.l-header__toggle.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.l-header__toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__toggle.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.l-header__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 90%;
  height: 100vh;
  background: #fff;
  padding: 40px 20px;
  z-index: 1000;
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.l-header__menu.is-open {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.l-header__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header__menu-item {
  margin-bottom: 4vh;
}
.l-header__menu-item a {
  display: flex;
  font-family: "LightNovelPOPv2", sans-serif;
  width: 100%;
  color: black;
  font-size: 0.8rem;
}
.l-header__menu-item a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin: auto 10px auto 0;
  background: url(../../assets/images/menu.webp) no-repeat;
  background-size: 100%;
}

/**
* サイドエリア共通.
*/
.l-side {
  position: fixed;
  top: 0;
  bottom: 0;
  width: min(35vw, 720px);
  max-width: 700px;
  height: 100vh;
  background: url(../../assets/images/dot-yellow.webp), url(../../assets/images/bg-side.webp);
  background-repeat: no-repeat, repeat;
  background-size: 80%, 120%;
  background-position: center 5%, top;
}
@media screen and (max-width: 767px) {
  .l-side {
    display: none;
  }
}
.l-side__left {
  position: relative;
  height: 100%;
}
.l-side__follow {
  position: absolute;
  top: clamp(80px, 12vh, 140px);
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-height: 265px;
  margin: 0 auto;
  padding: 80px 0;
  background: #ffc900;
  border-radius: 20px;
}
.l-side__follow-txt {
  position: absolute;
  left: 50%;
  top: -10%;
  width: 100%;
  transform: translateX(-50%);
  font-size: clamp(16px, 2vw, 28px);
  font-weight: bold;
  text-align: center;
  color: #0080c1;
  text-shadow: -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff, -6px -6px 0 #ffc900, -6px -5px 0 #ffc900, -6px -4px 0 #ffc900, -6px -3px 0 #ffc900, -6px -2px 0 #ffc900, -6px -1px 0 #ffc900, -6px 0px 0 #ffc900, -6px 1px 0 #ffc900, -6px 2px 0 #ffc900, -6px 3px 0 #ffc900, -6px 4px 0 #ffc900, -6px 5px 0 #ffc900, -6px 6px 0 #ffc900, -5px -6px 0 #ffc900, -5px -5px 0 #ffc900, -5px -4px 0 #ffc900, -5px -3px 0 #ffc900, -5px -2px 0 #ffc900, -5px -1px 0 #ffc900, -5px 0px 0 #ffc900, -5px 1px 0 #ffc900, -5px 2px 0 #ffc900, -5px 3px 0 #ffc900, -5px 4px 0 #ffc900, -5px 5px 0 #ffc900, -5px 6px 0 #ffc900, -4px -6px 0 #ffc900, -4px -5px 0 #ffc900, -4px -4px 0 #ffc900, -4px -3px 0 #ffc900, -4px -2px 0 #ffc900, -4px -1px 0 #ffc900, -4px 0px 0 #ffc900, -4px 1px 0 #ffc900, -4px 2px 0 #ffc900, -4px 3px 0 #ffc900, -4px 4px 0 #ffc900, -4px 5px 0 #ffc900, -4px 6px 0 #ffc900, -3px -6px 0 #ffc900, -3px -5px 0 #ffc900, -3px -4px 0 #ffc900, -3px -3px 0 #ffc900, -3px -2px 0 #ffc900, -3px -1px 0 #ffc900, -3px 0px 0 #ffc900, -3px 1px 0 #ffc900, -3px 2px 0 #ffc900, -3px 3px 0 #ffc900, -3px 4px 0 #ffc900, -3px 5px 0 #ffc900, -3px 6px 0 #ffc900, -2px -6px 0 #ffc900, -2px -5px 0 #ffc900, -2px -4px 0 #ffc900, -2px -3px 0 #ffc900, -2px -2px 0 #ffc900, -2px -1px 0 #ffc900, -2px 0px 0 #ffc900, -2px 1px 0 #ffc900, -2px 2px 0 #ffc900, -2px 3px 0 #ffc900, -2px 4px 0 #ffc900, -2px 5px 0 #ffc900, -2px 6px 0 #ffc900, -1px -6px 0 #ffc900, -1px -5px 0 #ffc900, -1px -4px 0 #ffc900, -1px -3px 0 #ffc900, -1px -2px 0 #ffc900, -1px -1px 0 #ffc900, -1px 0px 0 #ffc900, -1px 1px 0 #ffc900, -1px 2px 0 #ffc900, -1px 3px 0 #ffc900, -1px 4px 0 #ffc900, -1px 5px 0 #ffc900, -1px 6px 0 #ffc900, 0px -6px 0 #ffc900, 0px -5px 0 #ffc900, 0px -4px 0 #ffc900, 0px -3px 0 #ffc900, 0px -2px 0 #ffc900, 0px -1px 0 #ffc900, 0px 1px 0 #ffc900, 0px 2px 0 #ffc900, 0px 3px 0 #ffc900, 0px 4px 0 #ffc900, 0px 5px 0 #ffc900, 0px 6px 0 #ffc900, 1px -6px 0 #ffc900, 1px -5px 0 #ffc900, 1px -4px 0 #ffc900, 1px -3px 0 #ffc900, 1px -2px 0 #ffc900, 1px -1px 0 #ffc900, 1px 0px 0 #ffc900, 1px 1px 0 #ffc900, 1px 2px 0 #ffc900, 1px 3px 0 #ffc900, 1px 4px 0 #ffc900, 1px 5px 0 #ffc900, 1px 6px 0 #ffc900, 2px -6px 0 #ffc900, 2px -5px 0 #ffc900, 2px -4px 0 #ffc900, 2px -3px 0 #ffc900, 2px -2px 0 #ffc900, 2px -1px 0 #ffc900, 2px 0px 0 #ffc900, 2px 1px 0 #ffc900, 2px 2px 0 #ffc900, 2px 3px 0 #ffc900, 2px 4px 0 #ffc900, 2px 5px 0 #ffc900, 2px 6px 0 #ffc900, 3px -6px 0 #ffc900, 3px -5px 0 #ffc900, 3px -4px 0 #ffc900, 3px -3px 0 #ffc900, 3px -2px 0 #ffc900, 3px -1px 0 #ffc900, 3px 0px 0 #ffc900, 3px 1px 0 #ffc900, 3px 2px 0 #ffc900, 3px 3px 0 #ffc900, 3px 4px 0 #ffc900, 3px 5px 0 #ffc900, 3px 6px 0 #ffc900, 4px -6px 0 #ffc900, 4px -5px 0 #ffc900, 4px -4px 0 #ffc900, 4px -3px 0 #ffc900, 4px -2px 0 #ffc900, 4px -1px 0 #ffc900, 4px 0px 0 #ffc900, 4px 1px 0 #ffc900, 4px 2px 0 #ffc900, 4px 3px 0 #ffc900, 4px 4px 0 #ffc900, 4px 5px 0 #ffc900, 4px 6px 0 #ffc900, 5px -6px 0 #ffc900, 5px -5px 0 #ffc900, 5px -4px 0 #ffc900, 5px -3px 0 #ffc900, 5px -2px 0 #ffc900, 5px -1px 0 #ffc900, 5px 0px 0 #ffc900, 5px 1px 0 #ffc900, 5px 2px 0 #ffc900, 5px 3px 0 #ffc900, 5px 4px 0 #ffc900, 5px 5px 0 #ffc900, 5px 6px 0 #ffc900, 6px -6px 0 #ffc900, 6px -5px 0 #ffc900, 6px -4px 0 #ffc900, 6px -3px 0 #ffc900, 6px -2px 0 #ffc900, 6px -1px 0 #ffc900, 6px 0px 0 #ffc900, 6px 1px 0 #ffc900, 6px 2px 0 #ffc900, 6px 3px 0 #ffc900, 6px 4px 0 #ffc900, 6px 5px 0 #ffc900, 6px 6px 0 #ffc900;
}
.l-side__accounts {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.l-side__accounts figure {
  width: clamp(80px, 10vw, 150px);
  aspect-ratio: 1/1;
}
.l-side__accounts figure img {
  border: 2px solid black;
}
.l-side__accounts figure figcaption {
  margin-top: 10px;
  font-size: clamp(12px, 1.2vw, 14px);
  text-align: center;
}
.l-side__questionnaire {
  position: absolute;
  top: 45vh;
  left: 10%;
  width: 10vw;
  height: auto;
  padding: 2vh 0;
  background: #0080c1;
  border-radius: 20px;
}
.l-side__questionnaire figure {
  width: 100%;
  padding-top: 20%;
}
.l-side__questionnaire figure img {
  display: block;
  width: 65%;
  margin: 0 auto;
}
.l-side__questionnaire figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.l-side__q-txt {
  position: absolute;
  left: 50%;
  top: -10%;
  width: 150%;
  transform: translateX(-50%);
  font-size: clamp(14px, 1.1rem, 16px);
  font-weight: bold;
  text-align: center;
  color: #0080c1;
  text-shadow: -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff;
}
.l-side__reinan {
  position: absolute;
  bottom: 1vh;
  left: 12%;
  width: clamp(160px, 25vw, 560px);
  margin: 0 auto;
}
.l-side__quo {
  position: absolute;
  top: -12vh;
  left: 85%;
  width: clamp(90px, 14vw, 180px);
  transform: translateX(-50%);
  z-index: 5;
}
.l-side__map-link {
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: bold;
  color: #004080;
}
.l-side__map-link--tsuruga {
  top: 35%;
  left: 88%;
}
.l-side__map-link--mihama {
  top: 50%;
  left: 74%;
}
.l-side__map-link--wakasa {
  top: 60%;
  left: 60%;
}
.l-side__map-link--obama {
  top: 75%;
  left: 40%;
}
.l-side__map-link--ohi {
  top: 90%;
  left: 25%;
}
.l-side__map-link--takahama {
  top: 65%;
  left: 10%;
}
.l-side__right {
  position: relative;
  height: 100%;
}
.l-side__sun {
  position: absolute;
  top: 10vh;
  right: 10%;
  display: block;
  width: 150px;
}
.l-side__menu {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-60%);
}
.l-side__menu-item {
  margin-bottom: 2vh;
}
.l-side__menu-item a {
  display: flex;
  font-family: "LightNovelPOPv2", sans-serif;
  width: 100%;
  color: black;
  font-size: clamp(14px, 1.1rem, 20px);
}
.l-side__menu-item a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin: auto 10px auto 0;
  background: url(../../assets/images/menu.webp);
  background-size: 100%;
}
.l-side__illusts {
  position: absolute;
  bottom: 2%;
  width: 100%;
  z-index: -1;
}
.l-side__illust-r {
  position: absolute;
  bottom: 2%;
}
.l-side #r-cycle {
  width: 180px;
  left: 5%;
  z-index: 4;
}
.l-side #r-banzai {
  width: 120px;
  left: 25%;
  z-index: 3;
}
.l-side #r-lady {
  width: 120px;
  left: 50%;
  z-index: 2;
}
.l-side #r-boy {
  width: 120px;
  left: 75%;
  z-index: 1;
}

.c-news {
  position: relative;
  margin-bottom: 2vh;
  border-bottom: 3px solid #0080c1;
  font-size: clamp(12px, 0.9rem, 14px);
}
.c-news p {
  margin-bottom: 1vh;
  font-size: clamp(14px, 1rem, 16px);
}
.c-news__tag {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  display: block;
  padding: 0.5vh;
  font-size: clamp(12px, 0.85rem, 16px);
  color: #fff;
  background: red;
}

.c-copyright {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  margin: 2vh auto;
}

.c-intro {
  padding-top: min(12vh, 12rem);
  width: 90%;
  margin: 2vh auto 4vh;
}
.c-intro__motion {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.c-intro__ttl {
  width: 100%;
  margin: 2vh auto;
  padding-bottom: 2vh;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.08em;
  border-bottom: 2px solid black;
}
.c-intro__txt {
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
}
.c-intro__attention {
  margin-top: 0.5vh;
  font-size: 0.75rem;
}
.c-intro__img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2%;
  width: 100%;
  margin: 2vh auto;
  aspect-ratio: 3/2;
}
.c-intro__img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-form {
  padding: 100px 2vh 4vh;
}
.c-form__description {
  font-size: 12px;
}
.c-form__dl {
  margin: 2vh auto;
  padding: 2vh;
  background: #fff;
  border-radius: 0.85rem;
}
.c-form__flex label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: 96%;
  margin-bottom: 2vh !important;
  padding-bottom: 1vh;
  border-bottom: 1px solid #ccc;
}
.c-form__flex label * {
  display: block;
  width: 30% !important;
}
.c-form__label {
  font-size: clamp(12px, 0.85rem, 16px);
}
.c-form__required {
  margin-left: 1vw;
  padding: 2px 5px;
  color: #fff;
  background: red;
  font-size: clamp(10px, 0.7rem, 12px);
}
.c-form__input {
  display: block;
  width: 100%;
  margin-top: 1vh;
  padding: 0.5vh;
  font-size: clamp(12px, 0.85rem, 16px);
  box-sizing: border-box;
}
.c-form__input input,
.c-form__input textarea {
  width: 100%;
  padding: 0.5vh;
  min-height: 20px;
  border: 1px solid #ccc;
}
.c-form__submit {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1vh 2vw;
  font-size: clamp(12px, 0.85rem, 14px);
  color: #0080c1;
  background: #fff;
  border: 1px solid #0080c1;
  border-radius: 10px;
}
.c-form__complete {
  width: 30vw;
  min-height: calc(100vh - 90px);
  padding: 30vh 2vh;
}
@media screen and (max-width: 767px) {
  .c-form__complete {
    width: 100%;
  }
}
.c-form__complete-ttl {
  font-size: clamp(18px, 1rem, 24px);
  text-align: center;
  font-weight: normal;
  color: #0080c1;
  margin-bottom: 4vh;
}
.c-form__complete-txt, .c-form__complete-redirect,
.c-form__complete a {
  font-size: clamp(14px, 0.85rem, 16px);
  margin-bottom: 1vh;
}

.p-main {
  position: relative;
  flex: 0 1 auto;
  overflow-wrap: anywhere;
  max-width: 30vw;
  margin: 0 auto;
  background: #ffc900;
  box-shadow: 0 1px 20px 2px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-main {
    width: 100%;
    max-width: unset;
  }
}
.p-main__hero {
  position: relative;
  padding-top: min(12vh, 12rem);
  z-index: 999;
}
.p-main__hero-illusts {
  position: absolute;
  top: 12vh;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.p-main__hero-illust {
  position: absolute;
}
.p-main__hero #i-plums {
  width: 30%;
  top: 15%;
  left: 5%;
}
.p-main__hero #i-sashimi {
  width: 25%;
  top: 15%;
  right: 1%;
}
.p-main__hero #i-menou {
  width: 25%;
  top: 40%;
  left: 5%;
}
.p-main__hero #i-kazura {
  width: 25%;
  top: 40%;
  right: 5%;
}
.p-main__ttl {
  text-wrap: balance;
  width: 85%;
  margin: 0 auto;
}
.p-main__ttl span {
  display: block;
  margin-bottom: 2vh;
  color: #0080c1;
  font-size: 2.8rem;
  transform: rotate(-7deg);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-main__ttl span {
    font-size: 2.3rem;
  }
}
.p-main__subttl {
  margin-top: 6vh;
  font-size: clamp(20px, 1.6rem, 36px);
  text-align: center;
  font-weight: bold;
  color: #0080c1;
}
@media screen and (max-width: 767px) {
  .p-main__subttl {
    font-size: 1.4rem;
  }
}
.p-main__terms {
  width: 85%;
  margin: 4vh auto;
  padding: 0 20px 2vh;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}
.p-main__terms dt {
  font-size: 1.4rem;
  margin: -16px auto 0;
  padding: 0 10px;
  background: #ffc900;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-main__terms dt {
    font-size: 1.2rem;
  }
}
.p-main__terms dd {
  font-family: "LightNovelPOPv2", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
}
.p-main__terms dd strong {
  font-size: 1.4rem;
}
.p-main__description {
  background: #0080c1;
  padding-bottom: 6vh;
}
.p-main__description p {
  font-family: "LightNovelPOPv2", sans-serif;
  width: 80%;
  padding: 4vh 0;
  margin: 0 auto;
  font-size: 1.25rem;
  color: #ffc900;
}
.p-main__illust-slides {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.p-main__illust-slides .track {
  display: flex;
  align-items: center;
  height: 100%;
  will-change: transform;
}
.p-main__illust-slides img {
  display: block;
  width: auto;
  height: 100%;
  flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.p-main__prize {
  position: relative;
}
.p-main__prize-image {
  position: relative;
}
.p-main__prize-image figcaption {
  position: absolute;
  bottom: 10%;
  right: 5%;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  color: #0080c1;
  text-shadow: -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff, -6px -6px 0 #ffc900, -6px -5px 0 #ffc900, -6px -4px 0 #ffc900, -6px -3px 0 #ffc900, -6px -2px 0 #ffc900, -6px -1px 0 #ffc900, -6px 0px 0 #ffc900, -6px 1px 0 #ffc900, -6px 2px 0 #ffc900, -6px 3px 0 #ffc900, -6px 4px 0 #ffc900, -6px 5px 0 #ffc900, -6px 6px 0 #ffc900, -5px -6px 0 #ffc900, -5px -5px 0 #ffc900, -5px -4px 0 #ffc900, -5px -3px 0 #ffc900, -5px -2px 0 #ffc900, -5px -1px 0 #ffc900, -5px 0px 0 #ffc900, -5px 1px 0 #ffc900, -5px 2px 0 #ffc900, -5px 3px 0 #ffc900, -5px 4px 0 #ffc900, -5px 5px 0 #ffc900, -5px 6px 0 #ffc900, -4px -6px 0 #ffc900, -4px -5px 0 #ffc900, -4px -4px 0 #ffc900, -4px -3px 0 #ffc900, -4px -2px 0 #ffc900, -4px -1px 0 #ffc900, -4px 0px 0 #ffc900, -4px 1px 0 #ffc900, -4px 2px 0 #ffc900, -4px 3px 0 #ffc900, -4px 4px 0 #ffc900, -4px 5px 0 #ffc900, -4px 6px 0 #ffc900, -3px -6px 0 #ffc900, -3px -5px 0 #ffc900, -3px -4px 0 #ffc900, -3px -3px 0 #ffc900, -3px -2px 0 #ffc900, -3px -1px 0 #ffc900, -3px 0px 0 #ffc900, -3px 1px 0 #ffc900, -3px 2px 0 #ffc900, -3px 3px 0 #ffc900, -3px 4px 0 #ffc900, -3px 5px 0 #ffc900, -3px 6px 0 #ffc900, -2px -6px 0 #ffc900, -2px -5px 0 #ffc900, -2px -4px 0 #ffc900, -2px -3px 0 #ffc900, -2px -2px 0 #ffc900, -2px -1px 0 #ffc900, -2px 0px 0 #ffc900, -2px 1px 0 #ffc900, -2px 2px 0 #ffc900, -2px 3px 0 #ffc900, -2px 4px 0 #ffc900, -2px 5px 0 #ffc900, -2px 6px 0 #ffc900, -1px -6px 0 #ffc900, -1px -5px 0 #ffc900, -1px -4px 0 #ffc900, -1px -3px 0 #ffc900, -1px -2px 0 #ffc900, -1px -1px 0 #ffc900, -1px 0px 0 #ffc900, -1px 1px 0 #ffc900, -1px 2px 0 #ffc900, -1px 3px 0 #ffc900, -1px 4px 0 #ffc900, -1px 5px 0 #ffc900, -1px 6px 0 #ffc900, 0px -6px 0 #ffc900, 0px -5px 0 #ffc900, 0px -4px 0 #ffc900, 0px -3px 0 #ffc900, 0px -2px 0 #ffc900, 0px -1px 0 #ffc900, 0px 1px 0 #ffc900, 0px 2px 0 #ffc900, 0px 3px 0 #ffc900, 0px 4px 0 #ffc900, 0px 5px 0 #ffc900, 0px 6px 0 #ffc900, 1px -6px 0 #ffc900, 1px -5px 0 #ffc900, 1px -4px 0 #ffc900, 1px -3px 0 #ffc900, 1px -2px 0 #ffc900, 1px -1px 0 #ffc900, 1px 0px 0 #ffc900, 1px 1px 0 #ffc900, 1px 2px 0 #ffc900, 1px 3px 0 #ffc900, 1px 4px 0 #ffc900, 1px 5px 0 #ffc900, 1px 6px 0 #ffc900, 2px -6px 0 #ffc900, 2px -5px 0 #ffc900, 2px -4px 0 #ffc900, 2px -3px 0 #ffc900, 2px -2px 0 #ffc900, 2px -1px 0 #ffc900, 2px 0px 0 #ffc900, 2px 1px 0 #ffc900, 2px 2px 0 #ffc900, 2px 3px 0 #ffc900, 2px 4px 0 #ffc900, 2px 5px 0 #ffc900, 2px 6px 0 #ffc900, 3px -6px 0 #ffc900, 3px -5px 0 #ffc900, 3px -4px 0 #ffc900, 3px -3px 0 #ffc900, 3px -2px 0 #ffc900, 3px -1px 0 #ffc900, 3px 0px 0 #ffc900, 3px 1px 0 #ffc900, 3px 2px 0 #ffc900, 3px 3px 0 #ffc900, 3px 4px 0 #ffc900, 3px 5px 0 #ffc900, 3px 6px 0 #ffc900, 4px -6px 0 #ffc900, 4px -5px 0 #ffc900, 4px -4px 0 #ffc900, 4px -3px 0 #ffc900, 4px -2px 0 #ffc900, 4px -1px 0 #ffc900, 4px 0px 0 #ffc900, 4px 1px 0 #ffc900, 4px 2px 0 #ffc900, 4px 3px 0 #ffc900, 4px 4px 0 #ffc900, 4px 5px 0 #ffc900, 4px 6px 0 #ffc900, 5px -6px 0 #ffc900, 5px -5px 0 #ffc900, 5px -4px 0 #ffc900, 5px -3px 0 #ffc900, 5px -2px 0 #ffc900, 5px -1px 0 #ffc900, 5px 0px 0 #ffc900, 5px 1px 0 #ffc900, 5px 2px 0 #ffc900, 5px 3px 0 #ffc900, 5px 4px 0 #ffc900, 5px 5px 0 #ffc900, 5px 6px 0 #ffc900, 6px -6px 0 #ffc900, 6px -5px 0 #ffc900, 6px -4px 0 #ffc900, 6px -3px 0 #ffc900, 6px -2px 0 #ffc900, 6px -1px 0 #ffc900, 6px 0px 0 #ffc900, 6px 1px 0 #ffc900, 6px 2px 0 #ffc900, 6px 3px 0 #ffc900, 6px 4px 0 #ffc900, 6px 5px 0 #ffc900, 6px 6px 0 #ffc900;
}
@media screen and (max-width: 767px) {
  .p-main__prize-image figcaption {
    font-size: 1.4em;
  }
}
.p-main__prize-ttl {
  position: absolute;
  display: block;
  top: -5%;
  right: 5%;
  width: 40%;
}
.p-main__prize-attention {
  padding: 4vh 6vh;
  margin: 0 auto;
}
.p-main__prize-attention h5 {
  margin-bottom: 2vh;
  padding-bottom: 1vh;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid black;
}
.p-main__prize-attention p {
  font-size: 0.8rem;
  line-height: 1.8;
}
.p-main__cm {
  position: relative;
  min-height: 1000px;
}
@media screen and (max-width: 767px) {
  .p-main__cm {
    min-height: 110vh;
  }
}
.p-main__cm-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 4vh auto 6vh;
  padding-bottom: 2vh;
  color: #0080c1;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 2px solid #0080c1;
}
@media screen and (max-width: 767px) {
  .p-main__cm-ttl {
    font-size: 1.25rem;
  }
}
.p-main__cm-bg {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 400px;
  max-width: 410px;
}
@media screen and (max-width: 767px) {
  .p-main__cm-bg {
    width: 80%;
  }
}
.p-main__cm-video {
  position: absolute;
  top: 205px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .p-main__cm-video {
    top: 200px;
    width: 70%;
  }
}
.p-main__news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 4vh;
}
.p-main__news-ttl {
  width: 15%;
}
.p-main__news-list {
  width: 80%;
  margin-left: auto;
}
.p-main__howto {
  background: #0080c1;
  padding: 4vh 0;
}
.p-main__howto-ttl {
  font-family: "LightNovelPOPv2", sans-serif;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.p-main__step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 4vh auto;
}
.p-main__step dt {
  display: block;
  width: 15%;
}
.p-main__step dd {
  display: block;
  width: 75%;
}
.p-main #step-4 {
  align-items: flex-start;
}
.p-main__follow {
  width: 90%;
  margin: 0 auto;
}
.p-main__follow p {
  font-family: "LightNovelPOPv2", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  color: #ffc900;
}
.p-main__follow-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2vh auto;
}
.p-main__follow-links a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  height: 75px;
  width: 45%;
}
.p-main__follow-links a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin: auto;
}
.p-main__oyado {
  display: block;
  padding-top: 4vh;
}
.p-main__oyado-header {
  position: relative;
}
.p-main__oyado-header-more {
  position: absolute;
  top: -6vh;
  left: 4vh;
  width: clamp(150px, 15vw, 200px);
}
.p-main__oyado-illusts {
  position: absolute;
  top: 12vh;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.p-main__oyado-illust {
  position: absolute;
}
.p-main__oyado #i-beer {
  width: 15%;
  top: 35%;
  left: 5%;
}
.p-main__oyado #i-yukata {
  width: 20%;
  top: 40%;
  right: 1%;
}
.p-main__oyado #i-wagasa {
  width: 20%;
  top: 70%;
  left: 8%;
}
.p-main__oyado #i-gohan {
  width: 25%;
  top: 70%;
  right: 5%;
}
.p-main__oyado-caption {
  text-align: center;
  color: #0080c1;
  font-size: 3rem;
  margin-bottom: 2vh;
}
@media screen and (max-width: 767px) {
  .p-main__oyado-caption {
    font-size: 2rem;
  }
}
.p-main__cocodoko {
  background: #fff;
  padding: 6vh 0 8vh;
}
.p-main__cocodoko-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.p-main__cocodoko-ttl img {
  width: 30%;
}
.p-main__cocodoko-ttl span {
  font-family: "LightNovelPOPv2", sans-serif;
  display: block;
  width: 70%;
  font-size: 2rem;
  color: #0080c1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-main__cocodoko-ttl span {
    font-size: 1.4rem;
  }
}
.p-main__cocodoko-img {
  width: 80%;
  margin: 4vh auto 6vh;
}
.p-main__to-cocodoko {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  padding: 2vh 4vh;
  color: #fff;
  background: #0080c1;
}
.p-main__to-cocodoko::after {
  content: "";
  display: block;
  width: 40px;
  height: 14px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: skew(45deg);
}
.p-main__to-cocodoko span {
  display: block;
  font-size: 1.02rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-main__to-cocodoko span {
    font-size: 0.8rem;
  }
}
.p-main__conditions {
  margin: 0 auto;
  background: #fff;
}
.p-main__conditions-ttl {
  width: 80%;
  margin: 0 auto 2vh;
  padding-bottom: 2vh;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid black;
}
.p-main__conditions-txt {
  margin-bottom: 4vh;
  text-align: center;
}
.p-main__conditions-inner {
  width: 80%;
  max-height: 600px;
  margin: 0 auto;
  overflow-y: auto;
  padding: 1.6rem;
  border: 1px solid black;
}
.p-main__conditions-inner h5 {
  font-size: 1rem;
}
.p-main__conditions-inner h6,
.p-main__conditions-inner p {
  font-size: 0.8rem;
  text-align: left;
}
.p-main__insta {
  padding: 4vh;
  background: #fff;
}
.p-main__insta-ttl {
  font-size: 2rem;
  text-align: center;
}
.p-main__insta-aoao {
  width: 75%;
  margin: 4vh auto;
}
.p-main__insta-aoao h5 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-main__insta-aoao h5 {
    font-size: 1rem;
  }
}
.p-main__insta-aoao a {
  display: block;
  width: 50%;
  margin: 2vh auto;
  padding: 10px 30px;
  border: 1px solid #0080c1;
  border-radius: 20px;
}
.p-main__questionnaire {
  padding: 4vh 0 0;
}
.p-main__questionnaire-header {
  position: relative;
  height: 100%;
  padding-bottom: 4vh;
}
.p-main__questionnaire-description {
  font-family: "LightNovelPOPv2", sans-serif;
  padding-bottom: 4vh;
  font-size: 2rem;
  color: #0080c1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-main__questionnaire-description {
    font-size: 1.4rem;
  }
}
.p-main__questionnaire-illusts {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.p-main__questionnaire-illust {
  position: absolute;
}
.p-main__questionnaire #i-card-1 {
  width: 15%;
  top: 45%;
  left: 4%;
}
.p-main__questionnaire #i-card-2 {
  width: 22%;
  top: 70%;
  right: 5%;
}
.p-main__questionnaire-conditions {
  padding: 4vh 0;
  background: #0080c1;
}
.p-main__questionnaire-conditions .p-main__conditions-txt {
  color: #fff;
}
.p-main__questionnaire-conditions .p-main__conditions-inner {
  background: #fff;
}
.p-main__to-questionnaire {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  margin: 4vh auto;
  padding: 2vh 4vh;
  color: #fff;
  background: #0080c1;
  border: 2px solid #fff;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.p-main__to-questionnaire::after {
  content: "";
  display: block;
  width: 40px;
  height: 14px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: skew(45deg);
}
@media screen and (max-width: 767px) {
  .p-main__to-questionnaire::after {
    width: 20px;
    height: 5px;
  }
}
.p-main__to-questionnaire span {
  display: block;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-main__to-questionnaire span {
    font-size: 0.8rem;
  }
}
.p-main__to-questionnaire:hover {
  color: #0080c1;
  background: #fff;
  border-color: #0080c1;
}
.p-main__to-questionnaire:hover::after {
  border-color: #0080c1;
}
.p-main__shipping {
  width: 100%;
  padding: 4vh;
  background: #fff;
}
.p-main__shipping h4 {
  text-align: center;
  margin-bottom: 2vh;
  padding-bottom: 2vh;
  border-bottom: 1px solid black;
}

.p-town {
  position: relative;
  flex: 0 1 auto;
  overflow-wrap: anywhere;
  max-width: 30vw;
  min-width: 0;
  margin: 0 auto;
  background: #c9c9c9;
  box-shadow: 0 1px 20px 2px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-town {
    width: 100%;
    max-width: unset;
  }
}
.p-town__indivisual > div:nth-child(odd) {
  background: #fff;
}
.p-town__indivisual > div:nth-child(even) {
  background: #c9c9c9;
}
.p-town__indivisual-tsuruga, .p-town__indivisual-mihama, .p-town__indivisual-wakasa, .p-town__indivisual-obama, .p-town__indivisual-ohi, .p-town__indivisual-takahama {
  padding: 4vh 1vh;
}
.p-town__indivisual-ttl {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2vh;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 2px solid black;
}
.p-town__indivisual-txt {
  width: 90%;
  margin: 2vh auto;
  font-size: 0.95rem;
}
.p-town__indivisual-img {
  display: grid;
  gap: 1vh;
}
.p-town__indivisual-img img {
  display: block;
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cocodoko {
  position: relative;
  flex: 0 1 auto;
  overflow-wrap: anywhere;
  max-width: 30vw;
  min-width: 0;
  margin: 0 auto;
  background: #ffc900;
  box-shadow: 0 1px 20px 2px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cocodoko {
    width: 100%;
    max-width: unset;
  }
}
.p-cocodoko__list .p-cocodoko__item:nth-child(odd) {
  background: #fff;
}
.p-cocodoko__list .p-cocodoko__item:nth-child(even) {
  background: #c9c9c9;
}
.p-cocodoko__item {
  padding: 2vh;
}
.p-cocodoko__town {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-size: 0.85rem;
  background: #fff;
  border: 1px solid black;
}
@media screen and (max-width: 767px) {
  .p-cocodoko__town {
    font-size: 0.75rem;
  }
}
.p-cocodoko__categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin: 1vh auto;
}
.p-cocodoko__category {
  padding: 5px;
  font-size: 0.85rem;
  text-align: center;
  background: #fff;
  border: 1px solid black;
}
@media screen and (max-width: 767px) {
  .p-cocodoko__category {
    font-size: 0.7rem;
  }
}
.p-cocodoko__category.is-active {
  color: #fff;
  background: #0080c1;
}
.p-cocodoko__ttl {
  margin-top: 1.5vh;
  padding-bottom: 1vh;
  font-size: 1.2rem;
  font-weight: normal;
  border-bottom: 1px solid black;
}
.p-cocodoko__txt {
  margin-bottom: 1vh;
  padding: 1vh 0;
  font-size: 0.95rem;
  border-bottom: 1px solid black;
}
.p-cocodoko__content dl {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  margin-top: 0.5vh;
}
@media screen and (max-width: 767px) {
  .p-cocodoko__content dl {
    font-size: 0.85rem;
  }
}
.p-cocodoko__content dl dt {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-cocodoko__content dl dt {
    width: 25%;
  }
}
.p-cocodoko__content dl dd {
  width: 70%;
  padding-left: 5%;
}
.p-cocodoko__content dl:last-of-type {
  padding-bottom: 1vh;
  border-bottom: 1px solid #000;
}
.p-cocodoko__remarks {
  font-size: 0.95rem;
  padding: 1vh;
}

.u-mincho {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}/*# sourceMappingURL=style.css.map */