@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* header */
#top_head {
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  z-index: 999;
  position: fixed;
  text-decoration: none;
  top: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
}
@media only screen and (max-width: 736px) {
  #top_head {
    height: 9.3333333333vw;
  }
}
#top_head .in_box {
  transition: 0.3s;
}
#top_head .in_box:after {
  content: "";
  background: #fff;
  margin: auto;
  width: 100%;
  height: 100%;
  border: solid 4px #12c0ed;
  position: absolute;
  transition: 0.3s;
  left: 0;
  top: 0;
  z-index: -2;
  opacity: 0;
  border-radius: 20px;
}
#top_head #mobile_head {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  margin: auto;
  transform: translateX(0px);
  transition: 0.5s ease-in-out;
  display: block;
  background: #fff;
}
@media only screen and (max-width: 736px) {
  #top_head #mobile_head {
    left: auto;
    top: 0;
    right: 0;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
#top_head #nav_toggle {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 101;
  transition: 0.5s ease-in-out;
  opacity: 1;
}
#top_head #nav_toggle div {
  height: 15px;
  width: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 736px) {
  #top_head #nav_toggle div {
    height: 3.5vw;
    width: 5.5vw;
  }
}
#top_head #nav_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #12c0ed;
  left: 0;
  transition: 0.35s ease-in-out;
}
#top_head #nav_toggle span:nth-child(1) {
  top: 0;
}
#top_head #nav_toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
#top_head #nav_toggle span:nth-child(3) {
  bottom: 0;
}
#top_head #global_nav {
  position: fixed;
  /* 開いてないときは画面外に配置 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-height: 600px;
  width: 910px;
  opacity: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 768px) {
  #top_head #global_nav {
    width: 87%;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav {
    width: 100%;
    border-left: none;
    padding-top: 0;
  }
}
#top_head #global_nav .menu_text {
  font-size: 24px;
  font-weight: 700;
  color: #12c0ed;
  margin-bottom: 5px;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .menu_text {
    font-size: 5.3333333333vw;
    text-align: center;
    margin-bottom: 1vw;
  }
}
#top_head #global_nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list {
    display: block;
    margin-bottom: 7vw;
  }
}
#top_head #global_nav .nav_list li {
  width: 47.8021978022%;
  border-bottom: solid 1px #ccc;
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list li {
    width: 100%;
    padding: 2vw 0;
  }
}
#top_head #global_nav .nav_list li.pc {
  border-bottom: none;
}
#top_head #global_nav .nav_list li .icon {
  max-width: 60px;
  margin-right: 20px;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list li .icon {
    max-width: 13.6vw;
    margin-right: 5.8666666667vw;
  }
}
#top_head #global_nav .nav_list li a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list li a {
    font-size: 4.2666666667vw;
  }
}
#top_head #global_nav .nav_list li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 17px;
  margin-right: 10px;
  background: url(../img/arrow02.svg) no-repeat left center/contain;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list li a:before {
    width: 3vw;
    height: 5vw;
    margin-right: 2.5vw;
  }
}
#top_head #global_nav .other_nav {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .other_nav {
    display: block;
    width: 97%;
    margin: auto;
  }
}
#top_head #global_nav .other_nav li {
  margin-bottom: 20px;
  margin-right: 50px;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .other_nav li {
    margin-bottom: 4vw;
    margin-right: 0;
  }
}
#top_head #global_nav .other_nav li:first-child {
  width: 100%;
}
#top_head #global_nav .other_nav li:first-child a {
  font-size: 18px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .other_nav li:first-child a {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
}
#top_head #global_nav .other_nav li:last-child {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .other_nav li:last-child {
    margin-bottom: 4vw;
  }
}
#top_head #global_nav .other_nav li a {
  color: #842b25;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#top_head #global_nav .other_nav li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 17px;
  vertical-align: middle;
  margin-right: 15px;
  background: url(../img/arrow03.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .other_nav li a:before {
    width: 3.5vw;
    height: 3vw;
    margin-right: 4vw;
    background: url(../img/arrow03.svg) no-repeat left center/contain;
  }
}
#top_head #global_nav .illust {
  max-width: 87px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .illust {
    display: none;
  }
}

#top_head.open {
  height: 100vh;
  overflow-y: scroll;
}
#top_head.open:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 77, 77, 0.6);
  z-index: -1;
}
#top_head.open .in_box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 1098px;
  height: 640px;
}
@media only screen and (max-width: 768px) {
  #top_head.open .in_box {
    max-width: 95%;
  }
}
@media only screen and (max-width: 736px) {
  #top_head.open .in_box {
    top: 10vw;
    bottom: auto;
    max-width: 89.3333333333vw;
    height: 90%;
  }
}
#top_head.open .in_box:after {
  opacity: 1;
}
#top_head.open #mobile_head {
  top: 15px;
  right: 0;
  width: 70px;
  height: 50px;
}
@media only screen and (max-width: 736px) {
  #top_head.open #mobile_head {
    background: none;
    top: 2vw;
    right: 0;
    width: 14vw;
    height: 14vw;
  }
}
#top_head.open #global_nav {
  display: block;
  opacity: 1;
}
@media only screen and (max-width: 736px) {
  #top_head.open #global_nav {
    bottom: auto;
    top: 19vw;
    overflow-y: scroll;
    width: 78.6666666667vw;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    max-height: 82%;
  }
}
#top_head.open #nav_toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(325deg);
}
#top_head.open #nav_toggle span:nth-child(2) {
  opacity: 0;
}
#top_head.open #nav_toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-325deg);
}

#footer {
  background-image: url(../img/footer_bk.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #12c0ed;
  background-size: 1366px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  #footer {
    background-image: none;
    padding-bottom: 6vw;
  }
}
#footer .menu_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  #footer .menu_block {
    display: block;
    margin-bottom: 8vw;
  }
}
#footer .menu_block li {
  border-right: solid 1px #fff;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #footer .menu_block li {
    padding: 0 2vw;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 736px) {
  #footer .menu_block li {
    border-right: none;
    border-top: solid 2px #10aadd;
  }
}
#footer .menu_block li:last-child {
  border: none;
}
@media only screen and (max-width: 736px) {
  #footer .menu_block li:last-child {
    border-top: solid 2px #10aadd;
    border-bottom: solid 2px #10aadd;
  }
}
#footer .menu_block li a {
  color: #fff;
  line-height: 120%;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #footer .menu_block li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 736px) {
  #footer .menu_block li a {
    padding: 5vw 0;
    text-align: center;
    font-size: 3.7333333333vw;
  }
}
#footer .scroll_btn {
  width: 50px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 736px) {
  #footer .scroll_btn {
    width: 13.3333333333vw;
    margin: 0 auto 4vw;
  }
}
#footer .copy {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #footer .copy {
    font-size: 3.2vw;
  }
}

.count_icon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 160px;
  height: 130px;
  background: url(../img/count_icon.webp) no-repeat left top/contain;
  z-index: 10;
}
@media only screen and (max-width: 736px) {
  .count_icon {
    right: 4vw;
    bottom: 5vw;
    width: 32.5333333333vw;
    height: 26.6666666667vw;
  }
}
.count_icon .treasureCounter {
  position: absolute;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  top: 31px;
  left: 46px;
}
@media only screen and (max-width: 736px) {
  .count_icon .treasureCounter {
    font-size: 5.3333333333vw;
    top: 6.2vw;
    left: 10vw;
  }
}

.entryButton {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(77, 77, 77, 0.6);
  display: none;
}
.entryButton.active {
  display: block;
}
.entryButton .in_box {
  background: url(../img/modaal_bk.webp) no-repeat left top/contain;
  width: 1100px;
  height: 440px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 50px 0 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .entryButton .in_box {
    width: 91.6666666667vw;
    padding: 4.1666666667vw 0 0;
  }
}
@media only screen and (max-width: 736px) {
  .entryButton .in_box {
    padding-top: 13vw;
    height: 109.3333333333vw;
    background: url(../img/modaal_bksp.webp) no-repeat left top/contain;
  }
}
.entryButton .in_box .close {
  position: absolute;
  cursor: pointer;
  width: 25px;
  top: 30px;
  right: 30px;
}
@media only screen and (max-width: 1200px) {
  .entryButton .in_box .close {
    width: 2.0833333333vw;
    top: 2.5vw;
    right: 2.5vw;
  }
}
@media only screen and (max-width: 736px) {
  .entryButton .in_box .close {
    width: 6.6666666667vw;
    top: 5.3333333333vw;
    right: 7vw;
  }
}
.entryButton .in_box .close img {
  vertical-align: top;
}
.entryButton .modaal_ttl {
  text-align: center;
  color: #d32713;
  letter-spacing: 0.05em;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .entryButton .modaal_ttl {
    font-size: 3vw;
    margin-bottom: 2.5vw;
  }
}
@media only screen and (max-width: 736px) {
  .entryButton .modaal_ttl {
    font-size: 6.4vw;
  }
}
.entryButton .modaal_text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .entryButton .modaal_text {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 736px) {
  .entryButton .modaal_text {
    text-align: center;
    font-size: 4vw;
  }
}
.entryButton #modaal_rank {
  font-size: 24px;
  font-weight: 800;
  width: 360px;
  background: #fff;
  border: solid 3px #000;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 0;
  margin: 0 10px;
}
@media only screen and (max-width: 1200px) {
  .entryButton #modaal_rank {
    font-size: 2vw;
    width: 30vw;
    margin: 0 0.8333333333vw;
  }
}
@media only screen and (max-width: 736px) {
  .entryButton #modaal_rank {
    display: block;
    margin: 1vw auto;
    padding: 1.5vw 0;
    font-size: 4.8vw;
    width: 72vw;
  }
}

/* カード */
ul.youtubeList {
  padding: 0;
  margin: 0;
  border: none;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

ul.youtubeList li {
  width: 47%;
}

ul.youtubeList li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

ul.youtubeList li a:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  text-decoration: none;
}

ul.youtubeList li a:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}

ul.youtubeList li a:hover:after {
  content: "\f03d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #FFF;
}

ul.youtubeList li a img {
  border-radius: 2px 2px 0 0;
}

ul.youtubeList li a p {
  margin: 0;
  text-decoration: none;
  color: #313131;
  padding: 10px 20px;
  line-height: 1.6;
}

/* modal */
.ed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  z-index: 9999;
}

div#modalOverlay {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
}

.ed-closeModal {
  position: absolute;
  top: -35px;
  right: 5px;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.5;
}

.ed-closeModal::before, .ed-closeModal::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transform-origin: top left;
}

.ed-closeModal::before {
  left: 0;
}

.ed-closeModal::after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
}

.modalContent {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
}

.video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  filter: drop-shadow(0px 2px 5px #313131);
  animation: fadeIn 1.2s ease 0s 1 normal;
}

.video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  /* （ここにモバイル用スタイルを記述） */
  ul.youtubeList li {
    width: 100%;
  }
}
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #231815;
}
@media only screen and (max-width: 736px) {
  body {
    font-size: 3.7333333333vw;
  }
}

h2, h3, h4, h5, p, li, dt, dd, input, textarea, th, td, span {
  line-height: 160%;
  letter-spacing: 0;
}

a {
  color: #231815;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  display: block;
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  a[href^="tel:"] {
    color: black;
    text-decoration: none;
    display: inline-block;
    pointer-events: none;
  }
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.inner {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .inner {
    width: 89.0909090909vw;
  }
}
@media only screen and (max-width: 736px) {
  .inner {
    width: 89.3333333333vw;
  }
}

.wrapper {
  background: #12c0ed;
}

.pc {
  display: block;
}
@media only screen and (max-width: 736px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  .sp {
    display: block !important;
  }
}

a[href^=tel] {
  cursor: text;
}
@media only screen and (max-width: 736px) {
  a[href^=tel] {
    cursor: pointer;
    display: inline-block;
  }
}

span[data-aos],
strong[data-aos],
small[data-aos] {
  display: inline-block;
}

main {
  overflow: hidden;
}
main .more_btn01 {
  width: 200px;
  position: relative;
  transform: translate(0%, 5%);
  transition: 0.6s;
  transition-delay: 1s;
}
@media only screen and (max-width: 736px) {
  main .more_btn01 {
    width: 53.3333333333vw;
    margin: auto;
  }
}
main .more_btn01:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  background: #cccccc;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
main .more_btn01 a {
  padding: 14px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  color: #fff;
  background: #231815;
  position: relative;
}
@media only screen and (max-width: 736px) {
  main .more_btn01 a {
    padding: 3.5vw 0;
    font-size: 3.7333333333vw;
  }
}
main .more_btn01 a:hover {
  transform: translate(4px, 4px);
}
main .more_btn01 a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: url(../img/arrow01.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 736px) {
  main .more_btn01 a:before {
    width: 2.6666666667vw;
    height: 4.5333333333vw;
    right: 5vw;
  }
}
main .item_get {
  max-width: 94px;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  main .item_get {
    max-width: 25.0666666667vw;
  }
}
main .item_get span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
}
main .item_get .treasure.open {
  opacity: 0.4;
  cursor: auto;
}
main.other_page {
  margin-top: 180px;
}
@media only screen and (max-width: 736px) {
  main.other_page {
    margin-top: 32vw;
  }
}
main #other_top {
  background: linear-gradient(180deg, rgb(243, 237, 183) 0%, rgb(243, 212, 127) 100%);
  position: relative;
  padding: 50px 0 82px;
}
@media only screen and (max-width: 736px) {
  main #other_top {
    padding: 7vw 0 12vw;
  }
}
main #other_top .top_ttl {
  color: #8c6239;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  margin-left: 60px;
  padding-left: 25px;
}
@media only screen and (max-width: 736px) {
  main #other_top .top_ttl {
    margin-left: 6vw;
    padding-left: 5vw;
    font-size: 4.8vw;
  }
}
main #other_top .top_ttl:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/arrow04.svg) no-repeat left top/contain;
}
main #other_top .inner {
  position: relative;
  z-index: 2;
}
main #other_top .illust {
  position: absolute;
  max-width: 78px;
  top: 0;
  left: -60px;
}
@media only screen and (max-width: 768px) {
  main #other_top .illust {
    left: -2vw;
  }
}
@media only screen and (max-width: 736px) {
  main #other_top .illust {
    max-width: 12.2666666667vw;
    left: 0;
    top: 7vw;
  }
}
main #other_top .logo {
  position: absolute;
  max-width: 234px;
  top: 0;
  right: -100px;
}
@media only screen and (max-width: 768px) {
  main #other_top .logo {
    max-width: 25vw;
    top: -2vw;
    right: 0;
  }
}
@media only screen and (max-width: 736px) {
  main #other_top .logo {
    display: none;
  }
}
main #other_top #roop {
  width: 100%;
  height: 60px;
  background-image: url(../img/other_top_bk.svg);
  background-repeat: repeat-x;
  background-size: 1366px 60px;
  background-position: 0 0;
  animation: bgroop 18s linear infinite;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 736px) {
  main #other_top #roop {
    height: 25px;
    background-size: 375px 25px;
    background-image: url(../img/other_top_bksp.svg);
    animation: bgroop_sp 12s linear infinite;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1366px 0;
  }
}
@keyframes bgroop_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -375px 0;
  }
}

#p-index #mv {
  height: 700px;
  background-image: url(../img/mv_bk_v251027.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #12c0ed;
  background-size: 1366px;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv {
    height: 51.2445095168vw;
    background-size: 100vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv {
    background-image: url(../img/mv_bksp_v251027.webp);
    height: 170.6666666667vw;
    background-size: 100%;
    overflow: hidden;
    background-position: center -5vw;
  }
}
#p-index #mv .in_box {
  max-width: 1366px;
  height: 100%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box {
    margin-top: -5vw;
  }
}
#p-index #mv .in_box .mv_logo {
  padding: 36px 0 0 95px;
  max-width: 465px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_logo {
    padding: 2.635431918vw 0 0 6.9546120059vw;
    max-width: 34.0409956076vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_logo {
    max-width: 76.8vw;
    padding-top: 11vw;
    padding-left: 12vw;
    position: relative;
    z-index: 5;
  }
}
#p-index #mv .in_box a.link {
  font-weight: 700;
  width: 100%;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box a.link {
    font-size: 1.0248901903vw;
  }
}
#p-index #mv .in_box a.link:hover {
  color: #fff;
}
#p-index #mv .in_box .mv_illust01 {
  position: absolute;
  top: -32px;
  left: 18px;
  width: 108px;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_illust01 {
    top: -2.3426061493vw;
    left: 1.317715959vw;
    width: 7.906295754vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_illust01 {
    width: 20vw;
    top: 0;
    left: 3vw;
    z-index: 6;
  }
}
#p-index #mv .in_box .mv_illust02 {
  position: absolute;
  width: 121px;
  left: 708px;
  top: 323px;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_illust02 {
    width: 8.8579795022vw;
    left: 51.8301610542vw;
    top: 23.6456808199vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_illust02 {
    width: 12vw;
    top: 102vw;
    left: 50vw;
  }
}
#p-index #mv .in_box .mv_illust03 {
  position: absolute;
  width: 121px;
  left: 620px;
  top: 372px;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_illust03 {
    width: 8.8579795022vw;
    left: 45.3879941435vw;
    top: 27.2327964861vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_illust03 {
    width: 11vw;
    left: 42vw;
    top: 108vw;
  }
}
#p-index #mv .in_box .mv_illust04 {
  position: absolute;
  width: 1495px;
  left: -68px;
  z-index: 1;
  top: 98px;
  margin: auto;
  animation: mv_illust04 5s ease-in-out infinite;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_illust04 {
    width: 109.4436310395vw;
    left: -4.9780380673vw;
    top: 7.1742313324vw;
    animation: mv_illust04_02 5s ease-in-out infinite;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_illust04 {
    width: 100%;
    left: 0;
    top: 33vw;
    animation: mv_illust04_sp 5s ease-in-out infinite;
  }
}
@keyframes mv_illust04 {
  0% {
    top: 98px;
  }
  50% {
    top: 150px;
  }
  100% {
    top: 98px;
  }
}
@media only screen and (max-width: 1366px) {
  @keyframes mv_illust04_02 {
    0% {
      top: 7.1742313324vw;
    }
    50% {
      top: 10.980966325vw;
    }
    100% {
      top: 7.1742313324vw;
    }
  }
}
@media only screen and (max-width: 736px) {
  @keyframes mv_illust04_sp {
    0% {
      top: 40vw;
    }
    50% {
      top: 33vw;
    }
    100% {
      top: 40vw;
    }
  }
}
#p-index #mv .in_box .mv_illust05 {
  position: absolute;
  width: 167px;
  left: 588px;
  z-index: 0;
  top: 33px;
  margin: auto;
  animation: mv_illust05 5s ease-in-out infinite;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_illust05 {
    width: 12.2254758419vw;
    left: 43.0453879941vw;
    top: 2.4158125915vw;
    animation: mv_illust05_02 5s ease-in-out infinite;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_illust05 {
    width: 100%;
    left: 0;
    top: 37vw;
    animation: mv_illust05_sp 5s ease-in-out infinite;
  }
}
@keyframes mv_illust05 {
  0% {
    top: 33px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 33px;
  }
}
@media only screen and (max-width: 1366px) {
  @keyframes mv_illust05_02 {
    0% {
      top: 2.4158125915vw;
    }
    50% {
      top: 1.0980966325vw;
    }
    100% {
      top: 2.4158125915vw;
    }
  }
}
@media only screen and (max-width: 736px) {
  @keyframes mv_illust05_sp {
    0% {
      top: 37vw;
    }
    50% {
      top: 41vw;
    }
    100% {
      top: 37vw;
    }
  }
}
#p-index #mv .in_box .mv_btn01 {
  position: absolute;
  top: 375px;
  left: 55px;
  max-width: 261px;
  z-index: 3;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn01 {
    top: 27.4524158126vw;
    left: 4.0263543192vw;
    max-width: 19.1068814056vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn01 {
    top: 130vw;
    left: 12vw;
    max-width: 16.8vw;
  }
}
#p-index #mv .in_box .mv_btn01 a {
  position: absolute;
  width: 180px;
  height: 40px;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn01 a {
    width: 13.17715959vw;
    height: 2.9282576867vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn01 a {
    width: 100%;
    height: 100%;
  }
}
#p-index #mv .in_box .mv_btn01 a:after {
  content: "";
  position: absolute;
  right: 21px;
  height: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  transition: 0.2s;
  background: url(../img/mv_arrow.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn01 a:after {
    right: 1.5373352855vw;
    height: 0.8052708638vw;
    width: 0.878477306vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn01 a:after {
    display: none;
  }
}
#p-index #mv .in_box .mv_btn01 a:hover:after {
  right: 17px;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn01 a:hover:after {
    right: 1.2445095168vw;
  }
}
#p-index #mv .in_box .mv_btn02 {
  position: absolute;
  width: 177px;
  top: 300px;
  left: 325px;
  z-index: 3;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn02 {
    top: 21.9619326501vw;
    left: 23.7920937042vw;
    width: 12.9575402635vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn02 {
    top: 78vw;
    left: 15vw;
    width: 18.6666666667vw;
  }
}
#p-index #mv .in_box .mv_btn02 a.link {
  background: url(../img/mv_gallery_link.webp) no-repeat left top/contain;
  padding: 15px 0 32px;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn02 a.link {
    padding: 1.0980966325vw 0 2.3426061493vw;
  }
}
#p-index #mv .in_box .mv_btn02 a.link:hover {
  background: url(../img/mv_gallery_hover.webp) no-repeat left top/contain;
}
#p-index #mv .in_box .mv_btn02 img {
  max-width: 136px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  margin-top: -19px;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn02 img {
    max-width: 9.9560761347vw;
    margin-top: -1.3909224012vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn02 img {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn02 .sp a {
    width: 100%;
    height: 100%;
  }
}
#p-index #mv .in_box .mv_btn03 {
  position: absolute;
  width: 152px;
  top: 465px;
  left: 325px;
  z-index: 3;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn03 {
    top: 34.0409956076vw;
    left: 23.7920937042vw;
    width: 11.1273792094vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn03 {
    width: 11.4666666667vw;
    top: 111vw;
    left: 9vw;
  }
}
#p-index #mv .in_box .mv_btn03 a.link {
  background: url(../img/mv_about_link.webp) no-repeat left top/contain;
  padding: 15px 0 32px;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn03 a.link {
    padding: 1.0980966325vw 0 2.3426061493vw;
  }
}
#p-index #mv .in_box .mv_btn03 a.link:hover {
  color: #fff;
  background: url(../img/mv_about_hover.webp) no-repeat left top/contain;
}
#p-index #mv .in_box .mv_btn03 img {
  max-width: 104px;
  margin: -7px 14px 0 auto;
  display: block;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn03 img {
    max-width: 7.6134699854vw;
    margin: -0.5124450952vw 1.0248901903vw 0 auto;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn03 img {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn03 .sp a {
    width: 100%;
    height: 100%;
  }
}
#p-index #mv .in_box .mv_btn04 {
  position: absolute;
  top: 170px;
  left: 670px;
  width: 170px;
  z-index: 4;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn04 {
    top: 12.4450951684vw;
    left: 49.0483162518vw;
    width: 12.4450951684vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn04 {
    left: 44vw;
    top: 80vw;
    width: 14.6666666667vw;
  }
}
#p-index #mv .in_box .mv_btn04 a.link {
  background: url(../img/mv_support_link.webp) no-repeat left top/contain;
  padding: 15px 0 32px 17px;
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn04 a.link {
    padding: 1.0980966325vw 0 2.3426061493vw 1.2445095168vw;
  }
}
#p-index #mv .in_box .mv_btn04 a.link:hover {
  color: #fff;
  background: url(../img/mv_support_hover.webp) no-repeat left top/contain;
}
#p-index #mv .in_box .mv_btn04 img {
  max-width: 140px;
  margin: -7px auto 0 -8px;
  display: block;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn04 img {
    max-width: 10.2489019034vw;
    margin: -0.5124450952vw auto 0 -0.5856515373vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn04 img {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn04 .sp a {
    width: 100%;
    height: 100%;
  }
}
#p-index #mv .in_box .mv_btn05 {
  position: absolute;
  top: 0;
  right: 325px;
  width: 347px;
  z-index: 3;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn05 {
    right: 23.7920937042vw;
    width: 25.4026354319vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn05 {
    width: 25.0666666667vw;
    top: 45vw;
    right: 14vw;
  }
}
#p-index #mv .in_box .mv_btn05 a.link {
  background: url(../img/mv_spot_link.webp) no-repeat left top/contain;
  padding: 17px 0 22px 21px;
  text-align: left;
  width: 185px;
  position: absolute;
  top: 55px;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn05 a.link {
    width: 13.5431918009vw;
    top: 4.0263543192vw;
    padding: 1.2445095168vw 0 1.6105417277vw 1.5373352855vw;
  }
}
#p-index #mv .in_box .mv_btn05 a.link:hover {
  color: #fff;
  background: url(../img/mv_spot_hover.webp) no-repeat left top/contain;
}
#p-index #mv .in_box .mv_btn05 img {
  max-width: 213px;
  margin: 0 0 0 auto;
  display: block;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn05 img {
    max-width: 15.5929721816vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn05 img {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn05 .sp a {
    position: absolute;
    top: 10vw;
    left: 1vw;
    width: 16vw;
    height: 18vw;
    z-index: 6;
  }
}
#p-index #mv .in_box .mv_btn06 {
  position: absolute;
  top: 134px;
  right: 90px;
  max-width: 436px;
  z-index: 3;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn06 {
    top: 9.8096632504vw;
    right: 6.588579795vw;
    max-width: 31.9180087848vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn06 {
    top: 58vw;
    right: 0.5vw;
    max-width: 30vw;
  }
}
#p-index #mv .in_box .mv_btn06 a {
  position: absolute;
  width: 280px;
  height: 50px;
  right: 0;
  top: 30px;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn06 a {
    width: 20.4978038067vw;
    height: 3.6603221083vw;
    top: 2.196193265vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn06 a {
    width: 12vw;
    height: 10vw;
    top: 16vw;
    right: 5vw;
  }
}
#p-index #mv .in_box .mv_btn06 a:after {
  content: "";
  position: absolute;
  right: 30px;
  height: 11px;
  top: 16px;
  margin: auto;
  width: 12px;
  transition: 0.2s;
  background: url(../img/mv_arrow.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn06 a:after {
    right: 2.196193265vw;
    height: 0.8052708638vw;
    width: 0.878477306vw;
    top: 1.1713030747vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn06 a:after {
    display: none;
  }
}
#p-index #mv .in_box .mv_btn06 a:hover:after {
  right: 25px;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn06 a:hover:after {
    right: 1.8301610542vw;
  }
}
#p-index #mv .in_box .mv_btn07 {
  position: absolute;
  top: 348px;
  right: 215px;
  width: 230px;
  z-index: 3;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn07 {
    top: 25.4758418741vw;
    right: 15.7393850659vw;
    width: 16.8374816984vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn07 {
    top: 95vw;
    right: 18vw;
    width: 10.6666666667vw;
  }
}
#p-index #mv .in_box .mv_btn07 a.link {
  background: url(../img/mv_channel_link.webp) no-repeat left top/contain;
  padding: 15px 0 20px 7px;
  width: 187px;
  position: absolute;
  box-sizing: border-box;
  right: 0;
  top: 23px;
  margin: auto;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn07 a.link {
    width: 13.6896046852vw;
    top: 1.6837481698vw;
    padding: 1.0980966325vw 0 1.4641288433vw 0.5124450952vw;
  }
}
#p-index #mv .in_box .mv_btn07 a.link:hover {
  color: #fff;
  background: url(../img/mv_channel_hover.webp) no-repeat left top/contain;
}
#p-index #mv .in_box .mv_btn07 img {
  max-width: 51px;
  display: block;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn07 img {
    max-width: 3.7335285505vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn07 img {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn07 .sp a {
    width: 100%;
  }
}
#p-index #mv .in_box .mv_btn08 {
  position: absolute;
  top: 475px;
  right: 302px;
  max-width: 280px;
  z-index: 3;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn08 {
    top: 34.7730600293vw;
    right: 22.1083455344vw;
    max-width: 20.4978038067vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn08 {
    max-width: 26.6666666667vw;
    top: 116vw;
    right: 24vw;
  }
}
#p-index #mv .in_box .mv_btn08 a {
  position: absolute;
  width: 160px;
  height: 40px;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn08 a {
    width: 11.7130307467vw;
    height: 2.9282576867vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn08 a {
    width: 13vw;
    height: 10vw;
    right: 7vw;
  }
}
#p-index #mv .in_box .mv_btn08 a:after {
  content: "";
  position: absolute;
  right: 21px;
  height: 11px;
  top: 11px;
  margin: auto;
  width: 12px;
  transition: 0.2s;
  background: url(../img/mv_arrow.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn08 a:after {
    right: 1.5373352855vw;
    top: 0.8052708638vw;
    height: 0.8052708638vw;
    width: 0.878477306vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn08 a:after {
    display: none;
  }
}
#p-index #mv .in_box .mv_btn08 a:hover:after {
  right: 15px;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn08 a:hover:after {
    right: 1.0980966325vw;
  }
}
#p-index #mv .in_box .mv_btn09 {
  position: absolute;
  width: 181px;
  top: 405px;
  left: 476px;
  z-index: 3;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn09 {
    top: 29.6486090776vw;
    left: 34.8462664714vw;
    width: 13.2503660322vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn09 {
    width: 12.2666666667vw;
    top: 104vw;
    left: 28vw;
  }
}
#p-index #mv .in_box .mv_btn09 a.link {
  background: url(../img/mv_newspaper_link.webp) no-repeat left top/contain;
  padding: 15px 0 32px;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn09 a.link {
    padding: 1.0980966325vw 0 2.3426061493vw;
  }
}
#p-index #mv .in_box .mv_btn09 a.link:hover {
  color: #fff;
  background: url(../img/mv_newspaper_hover.webp) no-repeat left top/contain;
}
#p-index #mv .in_box .mv_btn09 img {
  max-width: 116px;
  margin: -23px auto 0 20px;
  display: block;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .in_box .mv_btn09 img {
    max-width: 8.4919472914vw;
    margin: -1.6837481698vw auto 0 1.4641288433vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn09 img {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .in_box .mv_btn09 .sp a {
    width: 100%;
    height: 100%;
  }
}
#p-index #mv .u_text {
  position: absolute;
  left: 60px;
  bottom: 35px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-indent: -1em;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .u_text {
    left: 4.39238653vw;
    bottom: 2.5622254758vw;
    font-size: 0.878477306vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .u_text {
    font-size: 2.6666666667vw;
    text-indent: 0;
    left: 6vw;
    bottom: 2vw;
    width: 38vw;
  }
}
#p-index #mv .handbook {
  position: absolute;
  right: 0;
  bottom: 35px;
  max-width: 345px;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .handbook {
    bottom: 2.5622254758vw;
    max-width: 25.2562225476vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .handbook {
    max-width: 45.8666666667vw;
    bottom: 20vw;
  }
}
#p-index #mv .handbook a {
  width: 100%;
  position: absolute;
  height: 100%;
}
@media only screen and (max-width: 736px) {
  #p-index #mv .handbook a {
    bottom: 0;
    left: 0;
    height: 21vw;
  }
}
#p-index #mv .sns {
  position: absolute;
  right: 90px;
  bottom: -30px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1366px) {
  #p-index #mv .sns {
    right: 6.588579795vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .sns {
    bottom: 5.5vw;
    right: 4vw;
  }
}
#p-index #mv .sns li {
  margin-left: 10px;
  width: 50px;
}
@media only screen and (max-width: 736px) {
  #p-index #mv .sns li {
    width: 12vw;
  }
}
#p-index #mv .sns a:hover {
  opacity: 0.7;
}
#p-index #top_block {
  background-image: url(../img/top_bk03_v250213.webp);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-color: #12c0ed;
  background-size: 1366px;
  padding: 118px 0 85px;
}
@media only screen and (max-width: 1000px) {
  #p-index #top_block {
    padding: 11.8vw 0 13.4vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #top_block {
    background-image: url(../img/top_bk03sp.webp);
    background-size: 100%;
    background-position: top center;
    padding: 10vw 0 6vw;
  }
}
#p-index #top_block .inner {
  position: relative;
}
#p-index #top_block .family {
  max-width: 228px;
  top: -179px;
  right: 20px;
  position: absolute;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  #p-index #top_block .family {
    max-width: 21vw;
    top: -16vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .family {
    top: -31vw;
    right: 0;
    max-width: 45.3333333333vw;
  }
}
#p-index #top_block .hapiryu {
  position: absolute;
  max-width: 208px;
  z-index: 3;
  left: 20px;
  top: -170px;
}
@media only screen and (max-width: 1366px) {
  #p-index #top_block .hapiryu {
    max-width: 15.2269399707vw;
    left: 1.4641288433vw;
    top: -12.4450951684vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .hapiryu {
    left: 0;
    top: -48vw;
    max-width: 43.2vw;
  }
}
#p-index #top_block .top_text {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: table;
  line-height: 190%;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 768px) {
  #p-index #top_block .top_text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .top_text {
    margin: 0 0 57vw;
    font-size: 4vw;
  }
}
#p-index #top_block .coupon_block {
  position: relative;
  z-index: 0;
  padding: 44px 130px 44px 220px;
}
@media only screen and (max-width: 1366px) {
  #p-index #top_block .coupon_block {
    padding: 44px 9.5168374817vw 44px 16.1054172767vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .coupon_block {
    padding: 18vw 7vw 9vw 7vw;
  }
}
#p-index #top_block .coupon_block:before {
  content: "";
  position: absolute;
  background: url(../img/top_bk01.webp) no-repeat center/100% 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .coupon_block:before {
    height: 100%;
    background: url(../img/top_bk01sp.webp) no-repeat top/100%;
  }
}
#p-index #top_block .coupon_block:after {
  content: "";
  position: absolute;
  background: url(../img/top_bk02.webp) no-repeat center/100% 100%;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -10px;
  z-index: -2;
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .coupon_block:after {
    height: 100%;
    bottom: -3vw;
    right: -3vw;
    background: url(../img/top_bk02sp.webp) no-repeat top/100%;
  }
}
#p-index #top_block .coupon_ttl {
  color: #d32713;
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1366px) {
  #p-index #top_block .coupon_ttl {
    font-size: 1.9033674963vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .coupon_ttl {
    text-align: center;
    font-size: 6.6666666667vw;
  }
}
#p-index #top_block .coupon_ttl span {
  position: relative;
  background: linear-gradient(transparent 80%, #ffea9f 80%);
}
#p-index #top_block .coupon_text {
  margin-bottom: 14px;
}
@media only screen and (max-width: 1366px) {
  #p-index #top_block .coupon_text {
    font-size: 1.0248901903vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .coupon_text {
    font-size: 3.7333333333vw;
    margin-bottom: 5vw;
    margin-right: 0;
  }
}
#p-index #top_block .rank_text {
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .rank_text {
    display: block;
    margin-bottom: 3vw;
  }
}
#p-index #top_block .rank_text #rank {
  border: solid 3px #231815;
  font-weight: 900;
  font-size: 22px;
  border-radius: 5px;
  text-align: center;
  width: 330px;
  margin: 0 10px;
  padding: 9px 0;
  min-height: 50px;
  box-sizing: border-box;
  display: inline-block;
}
@media only screen and (max-width: 1366px) {
  #p-index #top_block .rank_text #rank {
    font-size: 1.6105417277vw;
    width: 24.1581259151vw;
    margin: 0 0.7320644217vw;
    min-height: 3.6603221083vw;
    padding: 0.6588579795vw 0;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .rank_text #rank {
    display: block;
    width: 100%;
    margin: 2vw 0;
    padding: 2vw 0;
    box-sizing: border-box;
    min-height: 11vw;
    font-size: 4.8vw;
  }
}
#p-index #top_block .rank_text span {
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .rank_text span {
    display: block;
    text-align: right;
  }
}
#p-index #top_block .test_item {
  text-align: right;
  position: relative;
  padding-right: 150px;
  margin-top: 10px;
}
@media only screen and (max-width: 1366px) {
  #p-index #top_block .test_item {
    padding-right: 10.980966325vw;
    margin-top: 0.7320644217vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .test_item {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1366px) {
  #p-index #top_block .test_item p {
    font-size: 1.1713030747vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .test_item p {
    text-align: left;
    margin-right: 6vw;
    font-size: 3.7333333333vw;
  }
}
#p-index #top_block .test_item .item_get {
  position: absolute;
  top: -90px;
  right: 30px;
}
@media only screen and (max-width: 1366px) {
  #p-index #top_block .test_item .item_get {
    top: -6.588579795vw;
    right: 2.196193265vw;
    max-width: 6.8814055637vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #top_block .test_item .item_get {
    max-width: 21.3333333333vw;
    position: relative;
    top: auto;
  }
}
@media only screen and (max-width: 1366px) {
  #p-index #top_block .test_item .item_get span {
    font-size: 1.1713030747vw;
  }
}
#p-index #happiness {
  background: linear-gradient(180deg, rgb(243, 216, 135) 0%, rgb(243, 237, 183) 24%);
  padding: 0 0 70px;
}
#p-index #happiness .wave {
  position: relative;
  height: 140px;
}
#p-index #happiness .wave canvas {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  transform: scale(1, -1);
}
#p-index #happiness .inner {
  position: relative;
}
#p-index #happiness .illust01 {
  position: absolute;
  max-width: 188px;
  top: 20px;
  left: -20px;
}
@media only screen and (max-width: 736px) {
  #p-index #happiness .illust01 {
    left: 0;
    top: -12vw;
    max-width: 16.5333333333vw;
  }
}
#p-index #happiness .illust02 {
  position: absolute;
  max-width: 248px;
  top: 30px;
  right: -30px;
}
@media only screen and (max-width: 736px) {
  #p-index #happiness .illust02 {
    top: -20vw;
    right: -1vw;
    width: 32vw;
  }
}
#p-index #happiness .happiness_ttl {
  width: 387px;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 736px) {
  #p-index #happiness .happiness_ttl {
    width: 75.2vw;
  }
}
#p-index #happiness .happiness_graph {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -10px;
  margin-bottom: 20px;
}
#p-index #happiness .happiness_graph li {
  max-width: 48.9898989899%;
}
@media only screen and (max-width: 736px) {
  #p-index #happiness .happiness_graph li {
    margin-bottom: 5vw;
    max-width: 100%;
  }
}
#p-index #happiness .happiness_graph li:last-child {
  margin-bottom: 0;
}
#p-index #happiness .happiness_text {
  font-size: 13px;
}
@media only screen and (max-width: 736px) {
  #p-index #happiness .happiness_text {
    font-size: 3.4666666667vw;
  }
}
#p-index #secret {
  background-image: url(../img/secret_bk02_v251027.webp);
  background-repeat: no-repeat;
  background-position: center 60px;
  background-color: #25b564;
  background-size: 1366px;
  position: relative;
}
#p-index #secret:before {
  content: "";
  height: 60px;
  width: 100%;
  display: inline-block;
  background-image: url(../img/secret_bk01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  background-color: #f3edb7;
}
@media only screen and (max-width: 736px) {
  #p-index #secret:before {
    position: absolute;
    top: 0;
    height: 28.2666666667vw;
    background-image: url(../img/secret_bk01sp.png);
  }
}
#p-index #secret:after {
  content: "";
  height: 150px;
  width: 100%;
  display: inline-block;
  background-image: url(../img/secret_bk03.webp);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 1366px 150px;
}
@media only screen and (max-width: 736px) {
  #p-index #secret:after {
    height: 24vw;
    background-size: 100% 24vw;
    background-image: url(../img/secret_bk03sp.webp);
  }
}
#p-index #secret .inner {
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-index #secret .inner {
    padding-top: 18vw;
  }
}
#p-index #secret .item_get {
  position: absolute;
  left: 100px;
  top: -80px;
  width: 94px;
}
@media only screen and (max-width: 736px) {
  #p-index #secret .item_get {
    left: 7vw;
    top: -2vw;
    width: 20.2666666667vw;
  }
}
#p-index #secret .secret_ttl {
  max-width: 489px;
  margin: 0 auto 25px;
}
#p-index #secret .secret_illust {
  position: absolute;
  width: 115px;
  right: 75px;
  top: -60px;
}
@media only screen and (max-width: 736px) {
  #p-index #secret .secret_illust {
    width: 20vw;
    right: 9vw;
    top: -6vw;
  }
}
#p-index #secret .secret_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  #p-index #secret .secret_list {
    margin-bottom: 3vw;
  }
}
#p-index #secret .secret_list li {
  width: 475px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #p-index #secret .secret_list li {
    width: 43.9814814815vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #secret .secret_list li {
    width: 100%;
    margin-bottom: 7vw;
  }
}
#p-index #secret .secret_list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 15px;
  background: #fff;
  padding: 25px 30px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #p-index #secret .secret_list li a {
    padding: 2.3148148148vw 2.7777777778vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #secret .secret_list li a {
    padding: 4vw 5vw;
  }
}
#p-index #secret .secret_list li a:hover {
  transform: translate(10px, 10px);
}
#p-index #secret .secret_list li:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 100%;
  height: 100%;
  bottom: -10px;
  border-radius: 15px;
  background: #008f41;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  #p-index #secret .secret_list li:after {
    right: -1.8666666667vw;
    bottom: -1.8666666667vw;
  }
}
#p-index #secret .secret_list li .icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 17px;
}
@media only screen and (max-width: 736px) {
  #p-index #secret .secret_list li .icon {
    right: 2vw;
    bottom: 2vw;
    width: 3.5vw;
  }
}
#p-index #secret .secret_list li.blue a {
  border: solid 5px #aae0fe;
}
#p-index #secret .secret_list li.green a {
  border: solid 5px #b7dc88;
}
#p-index #secret .secret_list li.green a .icon img {
  fill: #b7dc88;
}
#p-index #secret .secret_list li.orange a {
  border: solid 5px #fdb398;
}
#p-index #secret .secret_list li.brown a {
  border: solid 5px #ba9774;
}
#p-index #secret .secret_list li.purple a {
  border: solid 5px #e1c0ea;
}
#p-index #secret .secret_list li.pink a {
  border: solid 5px #ffbfe8;
}
#p-index #secret .secret_list .list_img {
  width: 100px;
  margin-right: 20px;
}
@media only screen and (max-width: 1080px) {
  #p-index #secret .secret_list .list_img {
    width: 9.2592592593vw;
    margin-right: 1.8518518519vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #secret .secret_list .list_img {
    width: 18.1333333333vw;
    margin-right: 5vw;
  }
}
#p-index #secret .secret_list .r_box {
  width: 270px;
}
@media only screen and (max-width: 1080px) {
  #p-index #secret .secret_list .r_box {
    width: 25vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #secret .secret_list .r_box {
    width: 53.3333333333vw;
  }
}
#p-index #secret .secret_list .list_ttl {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #p-index #secret .secret_list .list_ttl {
    font-size: 18px;
    line-height: 140%;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #secret .secret_list .list_ttl {
    margin-bottom: 2vw;
    font-size: 4.2666666667vw;
  }
}
#p-index #secret .secret_list .list_ttl:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 17px;
  margin-right: 10px;
  background: url(../img/arrow02.svg) no-repeat left center/contain;
}
@media only screen and (max-width: 736px) {
  #p-index #secret .secret_list .list_ttl:before {
    width: 3vw;
    height: 3.5vw;
    margin-right: 1vw;
  }
}
#p-index #secret .secret_bnr {
  display: block;
  margin: 0 auto 50px;
  width: 475px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 736px) {
  #p-index #secret .secret_bnr {
    margin-bottom: 8vw;
    width: 89.3333333333vw;
  }
}
#p-index #secret .secret_bnr:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 100%;
  height: 160px;
  bottom: -10px;
  border-radius: 15px;
  background: #008f41;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  #p-index #secret .secret_bnr:after {
    right: -2vw;
    bottom: -2vw;
    height: 29.3333333333vw;
  }
}
#p-index #secret .secret_bnr a:hover {
  transform: translate(10px, 10px);
}
@media only screen and (max-width: 736px) {
  #p-index #secret .btm_illust {
    margin: 0 auto 10vw;
    max-width: 80vw;
  }
}
#p-index #secret .wave {
  position: absolute;
  height: 0;
  bottom: 0;
  width: 100%;
}
#p-index #secret canvas {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
#p-index #brm_btns {
  background-image: url(../img/btm_bk.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #12c0ed;
  background-size: 1366px;
  padding: 30px 0 40px;
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns {
    background-image: url(../img/btm_bksp.webp);
    background-size: 100%;
    padding: 10vw 0 4vw;
  }
}
#p-index #brm_btns .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  align-items: flex-end;
}
#p-index #brm_btns .btn01 {
  max-width: 262px;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #p-index #brm_btns .btn01 {
    max-width: 24.2592592593vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns .btn01 {
    margin-bottom: 7vw;
    max-width: 69.3333333333vw;
  }
}
#p-index #brm_btns .btn01 a {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 40px;
}
@media only screen and (max-width: 1080px) {
  #p-index #brm_btns .btn01 a {
    width: 16.6666666667vw;
    height: 3.7037037037vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns .btn01 a {
    width: 48vw;
    height: 11vw;
  }
}
#p-index #brm_btns .btn01 a:after {
  content: "";
  position: absolute;
  right: 21px;
  height: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  transition: 0.2s;
  background: url(../img/mv_arrow.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 1080px) {
  #p-index #brm_btns .btn01 a:after {
    right: 1.9444444444vw;
    height: 1.0185185185vw;
    width: 1.1111111111vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns .btn01 a:after {
    right: 6vw;
    height: 3vw;
    width: 3vw;
  }
}
#p-index #brm_btns .btn01 a:hover:after {
  right: 17px;
}
@media only screen and (max-width: 1080px) {
  #p-index #brm_btns .btn01 a:hover:after {
    right: 1.5740740741vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns .btn01 a:hover:after {
    right: 5vw;
  }
}
#p-index #brm_btns .btn02 {
  max-width: 288px;
  margin: 0 70px;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #p-index #brm_btns .btn02 {
    max-width: 26.6666666667vw;
    margin: 0 6.4814814815vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns .btn02 {
    max-width: 72vw;
    margin: 0 0 7vw;
  }
}
#p-index #brm_btns .btn02 a {
  position: absolute;
  top: 33px;
  right: 0;
  width: 97%;
  height: 44px;
}
@media only screen and (max-width: 1080px) {
  #p-index #brm_btns .btn02 a {
    top: 3.0555555556vw;
    height: 4.0740740741vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns .btn02 a {
    top: 8vw;
    height: 12vw;
  }
}
#p-index #brm_btns .btn02 a:after {
  content: "";
  position: absolute;
  right: 30px;
  height: 11px;
  top: 16px;
  margin: auto;
  width: 12px;
  transition: 0.2s;
  background: url(../img/mv_arrow.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 1080px) {
  #p-index #brm_btns .btn02 a:after {
    right: 2.7777777778vw;
    height: 1.0185185185vw;
    width: 1.1111111111vw;
    top: 1.4814814815vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns .btn02 a:after {
    right: 6vw;
    height: 3vw;
    width: 3vw;
    top: 4vw;
  }
}
#p-index #brm_btns .btn02 a:hover:after {
  right: 25px;
}
@media only screen and (max-width: 1080px) {
  #p-index #brm_btns .btn02 a:hover:after {
    right: 2.3148148148vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns .btn02 a:hover:after {
    right: 5vw;
  }
}
#p-index #brm_btns .btn03 {
  max-width: 271px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #p-index #brm_btns .btn03 {
    max-width: 25.0925925926vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns .btn03 {
    max-width: 72vw;
    margin: 0;
  }
}
#p-index #brm_btns .btn03 a {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 40px;
}
@media only screen and (max-width: 1080px) {
  #p-index #brm_btns .btn03 a {
    width: 14.8148148148vw;
    height: 3.7037037037vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns .btn03 a {
    width: 42vw;
    height: 10vw;
  }
}
#p-index #brm_btns .btn03 a:after {
  content: "";
  position: absolute;
  right: 21px;
  height: 11px;
  top: 11px;
  margin: auto;
  width: 12px;
  transition: 0.2s;
  background: url(../img/mv_arrow.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 1366px) {
  #p-index #brm_btns .btn03 a:after {
    right: 1.5373352855vw;
    top: 0.8052708638vw;
    height: 0.8052708638vw;
    width: 0.878477306vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns .btn03 a:after {
    right: 6vw;
    height: 3vw;
    width: 3vw;
    top: 3.5vw;
  }
}
#p-index #brm_btns .btn03 a:hover:after {
  right: 15px;
}
@media only screen and (max-width: 1366px) {
  #p-index #brm_btns .btn03 a:hover:after {
    right: 1.0980966325vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns .btn03 a:hover:after {
    right: 5vw;
  }
}
#p-index #brm_btns .item_get {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 240px;
  margin: auto;
}
@media only screen and (max-width: 1080px) {
  #p-index #brm_btns .item_get {
    left: 22.2222222222vw;
    max-width: 8.7037037037vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #brm_btns .item_get {
    max-width: 25.0666666667vw;
    top: 17vw;
    right: 6vw;
    left: auto;
    bottom: auto;
  }
}

#p-support .main_ttl {
  width: 540px;
  margin: -65px auto 35px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-support .main_ttl {
    margin-top: 0;
    width: 89.0666666667vw;
  }
}
#p-support .wrapper {
  background-image: url(../support/img/support_bk.webp);
  background-repeat: no-repeat;
  background-position: center 60px;
  background-color: #12c0ed;
  background-size: 1366px;
}
@media only screen and (max-width: 736px) {
  #p-support .wrapper {
    padding-top: 3vw;
  }
}
#p-support .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  padding-bottom: 35px;
}
@media only screen and (max-width: 736px) {
  #p-support .content {
    display: block;
  }
}
#p-support .content li {
  width: 47.4489795918%;
  margin-bottom: 40px;
  background: #aae0fe;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-support .content li {
    width: 100%;
    margin-bottom: 9vw;
  }
}
#p-support .content li:after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: rgba(57, 158, 202, 0.6);
  z-index: -1;
}
#p-support .content li.item_r {
  position: relative;
}
#p-support .content li.item_r .item_get {
  position: absolute;
  bottom: -6px;
  right: -45px;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-support .content li.item_r .item_get {
    bottom: -28vw;
    right: -2vw;
  }
}
#p-support .content li.item_l {
  position: relative;
}
#p-support .content li.item_l .item_get {
  position: absolute;
  bottom: 35px;
  left: -45px;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-support .content li.item_l .item_get {
    bottom: -17vw;
    left: -3vw;
  }
}
#p-support .content li.item_r02 {
  position: relative;
}
#p-support .content li.item_r02 .item_get {
  position: absolute;
  bottom: -25px;
  right: -45px;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-support .content li.item_r02 .item_get {
    bottom: -28vw;
    right: -2vw;
  }
}
#p-support .content li .in_box {
  overflow: hidden;
  padding: 50px 27px;
  position: relative;
  z-index: 1;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 736px) {
  #p-support .content li .in_box {
    padding: 8vw 7vw;
  }
}
#p-support .content li .in_box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-image-source: url(../support/img/border.svg);
  border-image-outset: 22px;
  border-image-width: 42px;
}
#p-support .content li .in_box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  z-index: -1;
}
#p-support .content li .img_box {
  margin-top: auto;
}
#p-support .content li .support_ttl {
  font-size: 22px;
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  margin: 0 30px 20px;
  line-height: 140%;
}
@media only screen and (max-width: 768px) {
  #p-support .content li .support_ttl {
    margin: 0 0 3vw;
    font-size: 18px;
  }
}
@media only screen and (max-width: 736px) {
  #p-support .content li .support_ttl {
    margin: 0 0 5vw;
    padding-left: 10vw;
    line-height: 150%;
    font-size: 4.2666666667vw;
  }
}
#p-support .content li .support_ttl:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../support/img/arrow.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 736px) {
  #p-support .content li .support_ttl:before {
    width: 5vw;
    height: 5vw;
  }
}
#p-support .content li .support_text {
  margin: 0 30px 20px;
}
@media only screen and (max-width: 768px) {
  #p-support .content li .support_text {
    margin: 0 0 4vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-support .content li .support_text {
    line-height: 170%;
  }
}
#p-support .content li .support_img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  #p-support .content li .support_img {
    margin-bottom: 6vw;
  }
}
#p-support .content li .support_img.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#p-support .content li .support_img.youtube iframe {
  width: 100%;
  height: 100%;
}
#p-support .content li .more_btn01 {
  margin: auto;
  position: relative;
  z-index: 1;
}
#p-support .content li .more_btn01:after {
  background: #81d1fe;
}

#p-about .main_ttl {
  width: 540px;
  margin: -65px auto -40px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-about .main_ttl {
    margin-top: 0;
    width: 100%;
  }
}
#p-about .wrapper {
  background-image: url(../about/img/about_bk.webp);
  background-repeat: no-repeat;
  background-position: center 60px;
  background-color: #12c0ed;
  background-size: 1366px;
}
@media only screen and (max-width: 736px) {
  #p-about .wrapper {
    padding-top: 3vw;
  }
}
#p-about .wrapper .top_text {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  border: solid 4px #fff;
  padding: 60px 0 40px;
  line-height: 200%;
  border-radius: 15px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #p-about .wrapper .top_text {
    text-align: left;
    padding: 60px 30px 40px;
  }
}
@media only screen and (max-width: 736px) {
  #p-about .wrapper .top_text {
    font-size: 4vw;
    padding: 13vw 5vw 10vw;
  }
}
#p-about .wrapper .top_text:after {
  content: "";
  background: url(../img/arrow05.svg) no-repeat left top/contain;
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 17px;
  height: 10px;
}
#p-about .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  padding-bottom: 35px;
}
@media only screen and (max-width: 736px) {
  #p-about .content {
    display: block;
  }
}
#p-about .content li {
  width: 47.4489795918%;
  margin-bottom: 40px;
  background: #b7dc88;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-about .content li {
    margin-bottom: 9vw;
    width: 100%;
  }
}
#p-about .content li:after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: rgba(57, 158, 202, 0.6);
  z-index: -1;
}
#p-about .content li.item_box01 {
  position: relative;
}
#p-about .content li.item_box01 .item_get {
  position: absolute;
  left: -60px;
  top: 230px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #p-about .content li.item_box01 .item_get {
    left: -48px;
    top: 180px;
  }
}
@media only screen and (max-width: 736px) {
  #p-about .content li.item_box01 .item_get {
    left: -3vw;
    top: -18vw;
    z-index: 2;
  }
}
#p-about .content li.item_box02 {
  position: relative;
}
#p-about .content li.item_box02 .item_get {
  position: absolute;
  right: -40px;
  bottom: 20px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #p-about .content li.item_box02 .item_get {
    bottom: -20px;
  }
}
@media only screen and (max-width: 736px) {
  #p-about .content li.item_box02 .item_get {
    right: -2vw;
    bottom: -18vw;
  }
}
#p-about .content li.item_box03 {
  position: relative;
}
#p-about .content li.item_box03 .item_get {
  position: absolute;
  left: -60px;
  bottom: -10px;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-about .content li.item_box03 .item_get {
    left: -3vw;
    top: -14vw;
    z-index: 2;
  }
}
#p-about .content li.item_box04 {
  position: relative;
}
#p-about .content li.item_box04 .item_get {
  position: absolute;
  right: -35px;
  bottom: -70px;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-about .content li.item_box04 .item_get {
    left: -3vw;
    top: -14vw;
  }
}
#p-about .content li .in_box {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100%;
  padding-bottom: 45px;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  #p-about .content li .in_box {
    padding-bottom: 8vw;
  }
}
#p-about .content li .in_box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-image-source: url(../about/img/border.svg);
  border-image-outset: 22px;
  border-image-width: 42px;
}
#p-about .content li .in_box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  z-index: -1;
}
#p-about .content li .ttl_block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 35px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #p-about .content li .ttl_block {
    display: block;
    margin-bottom: 4vw;
  }
}
#p-about .content li .about_img {
  width: 51.6129032258%;
}
@media only screen and (max-width: 768px) {
  #p-about .content li .about_img {
    width: 80%;
    margin: 0 auto 2vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-about .content li .about_img {
    margin: 0 auto 5vw;
    width: 66.9333333333vw;
  }
}
#p-about .content li .name {
  width: 48.3870967742%;
  padding: 11% 5% 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #p-about .content li .name {
    width: auto;
    padding: 0;
    display: table;
    margin: 0 auto;
  }
}
#p-about .content li .name p {
  font-size: 20px;
  font-weight: 700;
  border-bottom: solid 7px #12ba51;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #p-about .content li .name p {
    display: table;
    margin: 0 auto 2vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-about .content li .name p {
    font-size: 4.8vw;
  }
}
#p-about .content li .name p:after {
  content: "";
  position: absolute;
  width: calc(100% - 14px);
  background: #b7dc88;
  height: 7px;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
#p-about .content li .name span {
  display: block;
  font-size: 12px;
  color: #3d3a39;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  #p-about .content li .name span {
    font-size: 3.2vw;
  }
}
#p-about .content li .about_ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  width: 78.4946236559%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  #p-about .content li .about_ttl {
    font-size: 4.8vw;
    width: 74.6666666667vw;
    margin-bottom: 3vw;
  }
}
#p-about .content li .about_text {
  width: 78.4946236559%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  #p-about .content li .about_text {
    width: 74.6666666667vw;
  }
}

#p-gallery .main_ttl {
  width: 600px;
  margin: -65px auto 55px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-gallery .main_ttl {
    margin-top: 0;
    width: 89.0666666667vw;
    margin-bottom: 6vw;
  }
}
#p-gallery .wrapper {
  background-image: url(../gallery/img/gallery_bk.webp);
  background-repeat: no-repeat;
  background-position: center 70px;
  background-color: #12c0ed;
  background-size: 1366px;
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper {
    padding-top: 3vw;
  }
}
#p-gallery .wrapper #top_block {
  position: relative;
}
#p-gallery .wrapper #top_block .top.item_get {
  position: absolute;
  left: -170px;
  bottom: 100px;
  z-index: 2;
  right: 0;
  height: 0;
  margin: auto;
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper #top_block .top.item_get {
    right: auto;
    left: 10vw;
    bottom: 16vw;
  }
}
#p-gallery .wrapper #btm_block {
  overflow: hidden;
}
#p-gallery .wrapper #btm_block .in_box {
  margin-bottom: 0;
}
#p-gallery .wrapper #btm_block .block {
  position: relative;
}
#p-gallery .wrapper #btm_block .block .item_get {
  position: absolute;
  right: -10px;
  top: 40px;
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper #btm_block .block .item_get {
    position: unset;
    margin: 0 auto 4vw;
  }
}
#p-gallery .wrapper .block_ttl {
  width: 350px;
  background: #fdd18c;
  border: solid 4px #fc865a;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto -20px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper .block_ttl {
    width: 69.3333333333vw;
    padding: 2vw 0;
    font-size: 4.8vw;
  }
}
#p-gallery .wrapper .inner {
  margin-bottom: 80px;
  box-sizing: border-box;
  position: relative;
  width: 1100px;
  padding-right: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  #p-gallery .wrapper .inner {
    width: 91.6666666667vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper .inner {
    width: 89.0666666667vw;
  }
}
#p-gallery .wrapper .inner:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  bottom: 0;
  right: 0;
  background: url(../img/border03.svg) no-repeat left top/contain;
  z-index: 1;
}
#p-gallery .wrapper .inner #box01 {
  position: relative;
}
#p-gallery .wrapper .inner #box01 .item_get {
  position: absolute;
  right: 20px;
  bottom: -60px;
}
@media only screen and (max-width: 768px) {
  #p-gallery .wrapper .inner #box01 .item_get {
    bottom: -9vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper .inner #box01 .item_get {
    position: unset;
    margin: 5vw auto;
  }
}
#p-gallery .wrapper .inner .in_box {
  margin-bottom: 30px;
}
#p-gallery .wrapper .inner .in_box#box03 {
  margin-bottom: 0;
}
#p-gallery .wrapper .inner .in_box__ttl {
  display: table;
  margin: 0 auto 30px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper .inner .in_box__ttl {
    text-align: center;
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}
#p-gallery .wrapper .inner .in_box__ttl:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url(../gallery/img/arrow.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper .inner .in_box__ttl:before {
    left: -11vw;
  }
}
#p-gallery .wrapper .inner .in_box__ttl:after {
  content: "";
  position: absolute;
  right: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  transform: scale(-1, 1);
  background: url(../gallery/img/arrow.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper .inner .in_box__ttl:after {
    right: -11vw;
  }
}
#p-gallery .wrapper .inner .block {
  padding: 70px 0;
  position: relative;
  z-index: 1;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper .inner .block {
    padding: 11vw 0 18vw;
  }
}
#p-gallery .wrapper .inner .block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-image-source: url(../img/border01.svg);
  border-image-outset: 22px;
  border-image-width: 42px;
  z-index: -1;
}
#p-gallery .wrapper .inner .block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -10px;
  background-color: rgba(57, 158, 202, 0.6);
  border-image-source: url(../img/border02.svg);
  border-image-outset: 22px;
  border-image-width: 42px;
  z-index: -2;
}
#p-gallery .wrapper .inner .block .gallery_list {
  display: flex;
  flex-wrap: wrap;
  width: 92.7272727273%;
  margin: auto;
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper .inner .block .gallery_list {
    width: 80vw;
  }
}
#p-gallery .wrapper .inner .block .gallery_list li {
  width: 29.4117647059%;
  background: #e6e6e6;
  margin: 0 1.9607843137% 20px;
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper .inner .block .gallery_list li {
    width: 100%;
    margin: 0 auto 6vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper .inner .block .gallery_list li:last-child {
    margin-bottom: 0;
  }
}
#p-gallery .wrapper .inner .block .gallery_list .gallery_ttl {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px 20px;
}
@media only screen and (max-width: 736px) {
  #p-gallery .wrapper .inner .block .gallery_list .gallery_ttl {
    padding: 4vw;
    font-size: 4.2666666667vw;
  }
}

#p-channel .main_ttl {
  width: 780px;
  margin: -45px auto -40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  #p-channel .main_ttl {
    margin-top: 0;
    margin-bottom: -23vw;
    width: 89.0666666667vw;
  }
}
#p-channel .wrapper {
  background-image: url(../channel/img/channel_bk.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #12c0ed;
  background-size: 1366px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 736px) {
  #p-channel .wrapper {
    padding-top: 3vw;
    padding-bottom: 35vw;
  }
}
#p-channel .wrapper .top_block {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: solid 4px #fff;
  padding: 60px 0 50px;
  line-height: 200%;
  border-radius: 15px;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  #p-channel .wrapper .top_block {
    padding: 30vw 0 12vw;
    margin-bottom: 6vw;
    font-size: 4vw;
  }
}
#p-channel .wrapper .top_block:after {
  content: "";
  background: url(../img/arrow05.svg) no-repeat left top/contain;
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 17px;
  height: 10px;
}
#p-channel .wrapper .top_block .img {
  margin-right: 45px;
  max-width: 380px;
}
@media only screen and (max-width: 736px) {
  #p-channel .wrapper .top_block .img {
    max-width: 72vw;
    margin: 0 auto 9vw;
  }
}
#p-channel .wrapper .top_block .r_box {
  max-width: 400px;
}
@media only screen and (max-width: 736px) {
  #p-channel .wrapper .top_block .r_box {
    width: 76vw;
    margin: auto;
  }
}
#p-channel .wrapper .top_block .ttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  #p-channel .wrapper .top_block .ttl {
    line-height: 120%;
    margin-bottom: 3vw;
    font-size: 4.8vw;
  }
}
#p-channel .wrapper .top_block .text {
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  #p-channel .wrapper .top_block .text {
    font-size: 4vw;
  }
}
#p-channel .content {
  width: 1100px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #p-channel .content {
    width: 91.6666666667vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-channel .content {
    width: 90.6666666667vw;
  }
}
#p-channel .content .top.item_get {
  position: absolute;
  right: -20px;
  top: 550px;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-channel .content .top.item_get {
    right: -3vw;
    top: 29vw;
  }
}
#p-channel .content .btm.item_get {
  position: absolute;
  left: 40px;
  bottom: -30px;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-channel .content .btm.item_get {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -23vw;
  }
}
#p-channel .content .in_box {
  padding-right: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  position: relative;
}
#p-channel .content .in_box:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  bottom: 0;
  right: 0;
  background: url(../img/border03.svg) no-repeat left top/contain;
  z-index: 1;
}
#p-channel .content .block {
  padding: 70px 60px;
  position: relative;
  z-index: 1;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1366px) {
  #p-channel .content .block {
    padding: 5.1244509517vw 4.39238653vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-channel .content .block {
    padding: 6vw;
  }
}
#p-channel .content .block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-image-source: url(../img/border01.svg);
  border-image-outset: 22px;
  border-image-width: 42px;
  z-index: -1;
}
#p-channel .content .block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -10px;
  background-color: rgba(57, 158, 202, 0.6);
  border-image-source: url(../img/border02.svg);
  border-image-outset: 22px;
  border-image-width: 42px;
  z-index: -2;
}
#p-channel .content .block li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 736px) {
  #p-channel .content .block li {
    display: block;
    margin-bottom: 10vw;
  }
}
#p-channel .content .block li:last-child {
  margin-bottom: 0;
}
#p-channel .content .block li.coming_soon {
  display: block;
}
#p-channel .content .block li.coming_soon p {
  text-align: center;
  font-size: 28px;
  color: #c17cd3;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 60px 0;
}
@media only screen and (max-width: 736px) {
  #p-channel .content .block li.coming_soon p {
    font-size: 6.4vw;
    padding: 13vw 0 25vw;
  }
}
#p-channel .content .block .channel_img {
  max-width: 464px;
  margin-right: 25px;
}
@media only screen and (max-width: 1366px) {
  #p-channel .content .block .channel_img {
    max-width: 33.9677891654vw;
    margin-right: 1.8301610542vw;
  }
}
@media only screen and (max-width: 768px) {
  #p-channel .content .block .channel_img {
    margin-right: 3vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-channel .content .block .channel_img {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 4vw;
  }
}
#p-channel .content .block .r_box {
  width: 480px;
}
@media only screen and (max-width: 1366px) {
  #p-channel .content .block .r_box {
    width: 35.1390922401vw;
  }
}
@media only screen and (max-width: 768px) {
  #p-channel .content .block .r_box {
    width: 54%;
  }
}
@media only screen and (max-width: 736px) {
  #p-channel .content .block .r_box {
    width: 100%;
  }
}
#p-channel .content .block .channel_ttl {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  #p-channel .content .block .channel_ttl {
    padding-left: 7vw;
    margin-bottom: 3vw;
    font-size: 4.2666666667vw;
  }
}
#p-channel .content .block .channel_ttl:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../channel/img/arrow.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 736px) {
  #p-channel .content .block .channel_ttl:before {
    width: 5vw;
    height: 5vw;
    bottom: auto;
    top: 2vw;
  }
}
#p-channel .content .block .channel_text {
  font-size: 15px;
  line-height: 180%;
}

#p-spot .main_ttl {
  width: 530px;
  margin: -65px auto 45px;
}
@media only screen and (max-width: 736px) {
  #p-spot .main_ttl {
    margin-top: 0;
    width: 89.0666666667vw;
  }
}
#p-spot .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  padding-bottom: 65px;
  background-image: url(../spot/img/spot_bk.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #12c0ed;
  background-size: 1366px;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper {
    padding-top: 3vw;
  }
}
#p-spot .wrapper .inner {
  width: 1100px;
}
@media only screen and (max-width: 1200px) {
  #p-spot .wrapper .inner {
    width: 91.6666666667vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .inner {
    width: 90.6666666667vw;
  }
}
#p-spot .wrapper .main_img {
  margin-bottom: -35px;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .main_img {
    margin-bottom: -3vw;
  }
}
#p-spot .wrapper .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .tab {
    padding-right: 1vw;
  }
}
#p-spot .wrapper .tab li {
  width: 480px;
  margin: 0 10px;
}
@media only screen and (max-width: 1200px) {
  #p-spot .wrapper .tab li {
    width: 40vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .tab li {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 38vw;
    height: 21vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .tab li:last-child a {
    padding: 3vw 0 8vw;
  }
}
#p-spot .wrapper .tab li a {
  display: block;
  background: #b3b3b3;
  color: #808080;
  padding: 30px 0 35px;
  border-radius: 15px 15px 0 0;
  border-left: solid 4px #808080;
  border-top: solid 4px #808080;
  border-right: solid 4px #808080;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 1000px) {
  #p-spot .wrapper .tab li a {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .tab li a {
    width: 100%;
    line-height: 140%;
    padding: 6vw 0 11vw;
    font-size: 3.4666666667vw;
  }
}
#p-spot .wrapper .tab li a:after {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  margin: auto;
  background: url(../spot/img/arrow03.svg) no-repeat left top/contain;
}
#p-spot .wrapper .tab li.active a {
  background: #ff82aa;
  color: #231815;
  border-left: solid 4px #fff;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}
#p-spot .wrapper .tab li.active a:after {
  background: url(../spot/img/arrow02.svg) no-repeat left top/contain;
}
#p-spot .wrapper #school {
  position: relative;
}
#p-spot .wrapper #school .item01.item_get {
  position: absolute;
  top: 33.6%;
  right: -20px;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper #school .item01.item_get {
    top: 34.7%;
    right: -3vw;
  }
}
#p-spot .wrapper #school .item02.item_get {
  position: absolute;
  bottom: 28%;
  left: -45px;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper #school .item02.item_get {
    bottom: 30.1%;
    left: -3vw;
  }
}
#p-spot .wrapper #school .item03.item_get {
  position: absolute;
  bottom: 9%;
  right: -20px;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper #school .item03.item_get {
    bottom: 17.7%;
    right: -2vw;
  }
}
#p-spot .wrapper #museum {
  position: relative;
}
#p-spot .wrapper #museum .item01.item_get {
  position: absolute;
  top: 25.2%;
  left: -20px;
  z-index: 2;
}
#p-spot .wrapper #museum .item02.item_get {
  position: absolute;
  bottom: 37%;
  right: -17px;
  z-index: 2;
}
#p-spot .wrapper #museum .item03.item_get {
  position: absolute;
  bottom: 7.5%;
  left: -45px;
  z-index: 2;
}
#p-spot .wrapper .area {
  display: none;
  opacity: 0;
  box-sizing: border-box;
  position: relative;
}
#p-spot .wrapper .area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 0;
  margin-bottom: 50px;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .area.is-active {
    margin-bottom: 8vw;
  }
}
#p-spot .wrapper .area:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  bottom: 0;
  right: 0;
  background: url(../img/border03.svg) no-repeat left top/contain;
  z-index: 1;
}
#p-spot .wrapper .area .relative {
  padding-right: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}
#p-spot .wrapper .area .block {
  position: relative;
  z-index: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 60px;
  background: #fff;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .area .block {
    padding: 6vw;
  }
}
#p-spot .wrapper .area .block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-image-source: url(../img/border01.svg);
  border-image-outset: 22px;
  border-image-width: 42px;
  z-index: -1;
}
#p-spot .wrapper .area .block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -10px;
  background-color: rgba(57, 158, 202, 0.6);
  border-image-source: url(../img/border02.svg);
  border-image-outset: 22px;
  border-image-width: 42px;
  z-index: -2;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .area .main_ttl {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#p-spot .wrapper .area .school_ttl {
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .area .school_ttl {
    padding-left: 8vw;
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}
#p-spot .wrapper .area .school_ttl:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../spot/img/arrow04.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .area .school_ttl:before {
    width: 5vw;
    height: 5vw;
    top: 2vw;
    bottom: auto;
  }
}
#p-spot .wrapper .area .school_text {
  font-size: 15px;
  line-height: 190%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .area .school_text {
    font-size: 3.7333333333vw;
    margin-bottom: 5vw;
  }
}
#p-spot .wrapper .area .school_text strong {
  font-weight: 400;
  position: relative;
  background: linear-gradient(transparent 70%, #ffd6e8 70%);
}
#p-spot .wrapper .area .school_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .area .school_gallery {
    margin-bottom: 5vw;
    display: block;
  }
}
#p-spot .wrapper .area .school_gallery li {
  width: 47.9591836735%;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .area .school_gallery li {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#p-spot .wrapper .area .school_gallery .gallery_name {
  font-size: 12px;
  margin-top: 5px;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .area .school_gallery .gallery_name {
    font-size: 3.2vw;
  }
}
#p-spot .wrapper .area .school_gallery .gallery_name:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../img/arrow02.svg) no-repeat left top/contain;
}
#p-spot .wrapper .info_block {
  border: solid 4px #ff82aa;
  border-radius: 20px;
  background: #fff;
  position: relative;
  padding: 45px 60px;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .info_block {
    padding: 9vw 5vw;
  }
}
#p-spot .wrapper .info_block:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 14px;
  border: solid 2px #ff82aa;
  z-index: 0;
}
#p-spot .wrapper .info_block .info_ttl {
  display: table;
  margin: 0 auto 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #ff82aa;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .info_block .info_ttl {
    font-size: 4.8vw;
  }
}
#p-spot .wrapper .info_block .info_ttl:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 17px;
  margin-right: 20px;
  background: url(../spot/img/arrow01.svg) no-repeat left top/contain;
}
#p-spot .wrapper .info_block .info_ttl:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 17px;
  margin-left: 20px;
  transform: scale(-1, 1);
  background: url(../spot/img/arrow01.svg) no-repeat left top/contain;
}
#p-spot .wrapper .info_block table {
  position: relative;
}
#p-spot .wrapper .info_block th, #p-spot .wrapper .info_block td {
  font-size: 15px;
  padding: 15px 20px;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .info_block th, #p-spot .wrapper .info_block td {
    display: block;
    padding: 4vw 0;
  }
}
#p-spot .wrapper .info_block th a, #p-spot .wrapper .info_block td a {
  display: inline-block;
}
#p-spot .wrapper .info_block th .map, #p-spot .wrapper .info_block td .map {
  text-decoration: underline;
}
#p-spot .wrapper .info_block th {
  width: 135px;
  font-weight: 500;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .info_block th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 2vw;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .info_block td {
    padding-top: 0;
    font-size: 3.7333333333vw;
  }
}
#p-spot .wrapper .spot_bnr {
  width: 475px;
  display: block;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper .spot_bnr {
    width: 85.3333333333vw;
  }
}
#p-spot .wrapper .spot_bnr:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: rgba(57, 158, 202, 0.6);
  right: -10px;
  bottom: -10px;
  border-radius: 12px;
}
#p-spot .wrapper .spot_bnr a:hover {
  transform: translate(10px, 10px);
}
#p-spot .wrapper #museum .main_ttl {
  margin-bottom: 25px;
}
#p-spot .wrapper #museum #tab02_01 .main_ttl {
  width: 240px;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper #museum #tab02_01 .main_ttl {
    width: 64vw;
  }
}
#p-spot .wrapper #museum #tab02_01 .info_block {
  margin-top: 45px;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper #museum #tab02_01 .info_block {
    margin-top: 7vw;
  }
}
#p-spot .wrapper #museum #tab02_02 .main_ttl {
  width: 270px;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper #museum #tab02_02 .main_ttl {
    width: 72vw;
  }
}
#p-spot .wrapper #museum #tab02_02 .info_block {
  margin-top: 45px;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper #museum #tab02_02 .info_block {
    margin-top: 7vw;
  }
}
#p-spot .wrapper #museum .in_box {
  margin-bottom: 40px;
}
#p-spot .wrapper #museum .face_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
#p-spot .wrapper #museum .face_block .img {
  width: 90px;
  margin-right: 20px;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper #museum .face_block .img {
    width: 21.3333333333vw;
    margin-right: 5vw;
  }
}
#p-spot .wrapper #museum .face_block .face_text {
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #ff82aa;
}
@media only screen and (max-width: 736px) {
  #p-spot .wrapper #museum .face_block .face_text {
    font-size: 4.2666666667vw;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#p-newspaper .main_ttl {
  width: 600px;
  margin: -65px auto 55px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-newspaper .main_ttl {
    margin-top: 0;
    width: 89.0666666667vw;
    margin-bottom: 6vw;
  }
}
#p-newspaper .wrapper {
  background-image: url(../newspaper/img/newspaper_bk.webp);
  background-repeat: no-repeat;
  background-position: center 70px;
  background-color: #12c0ed;
  background-size: 1366px;
}
@media only screen and (max-width: 736px) {
  #p-newspaper .wrapper {
    padding-top: 3vw;
  }
}
#p-newspaper .wrapper {
  padding-bottom: 80px;
}
@media only screen and (max-width: 736px) {
  #p-newspaper .wrapper {
    padding-bottom: 10vw;
  }
}
#p-newspaper .wrapper #newspaper_block {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  #p-newspaper .wrapper #newspaper_block {
    width: 91.6666666667vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-newspaper .wrapper #newspaper_block {
    width: 89.0666666667vw;
  }
}
#p-newspaper .wrapper .item_get {
  position: absolute;
  left: -20px;
  bottom: -7px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #p-newspaper .wrapper .item_get {
    bottom: -9vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-newspaper .wrapper .item_get {
    position: unset;
    margin: 10vw auto 0;
  }
}
#p-newspaper .wrapper .in_box {
  box-sizing: border-box;
  position: relative;
  padding-right: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}
#p-newspaper .wrapper .in_box:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  bottom: 0;
  right: 0;
  background: url(../img/border03.svg) no-repeat left top/contain;
  z-index: 1;
}
#p-newspaper .wrapper .in_box .newspaper_list {
  padding: 50px 60px;
  position: relative;
  z-index: 1;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  #p-newspaper .wrapper .in_box .newspaper_list {
    padding: 8vw 5vw 4vw;
  }
}
#p-newspaper .wrapper .in_box .newspaper_list:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-image-source: url(../img/border01.svg);
  border-image-outset: 22px;
  border-image-width: 42px;
  z-index: -1;
}
#p-newspaper .wrapper .in_box .newspaper_list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -10px;
  background-color: rgba(57, 158, 202, 0.6);
  border-image-source: url(../img/border02.svg);
  border-image-outset: 22px;
  border-image-width: 42px;
  z-index: -2;
}
#p-newspaper .wrapper .in_box .block {
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  #p-newspaper .wrapper .in_box .block {
    margin-bottom: 0;
  }
}
#p-newspaper .wrapper .in_box .block_ttl {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
}
@media only screen and (max-width: 736px) {
  #p-newspaper .wrapper .in_box .block_ttl {
    margin-bottom: 3vw;
    padding-left: 9vw;
    font-size: 4.2666666667vw;
    margin-left: 2vw;
  }
}
#p-newspaper .wrapper .in_box .block_ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url(../newspaper/img/arrow.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 736px) {
  #p-newspaper .wrapper .in_box .block_ttl:before {
    width: 4.8vw;
    height: 4.8vw;
  }
}
#p-newspaper .wrapper .in_box .block_img {
  margin-bottom: 25px;
}
@media only screen and (max-width: 736px) {
  #p-newspaper .wrapper .in_box .block_img {
    margin-bottom: 6vw;
  }
}
#p-newspaper .wrapper .more_btn01 {
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  #p-newspaper .wrapper .more_btn01 {
    margin-top: -7vw;
    position: relative;
    z-index: 5;
  }
}
@media only screen and (max-width: 736px) {
  #p-newspaper .wrapper .more_btn01:after {
    background: #81d1fe;
  }
}