@charset "UTF-8";
html {
  zoom: 0 !important;
}

body {
  width: 100%;
  min-width: 0 !important;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 2;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}
body .tegaki {
  font-family: 'Kaisei Opti', serif;
  letter-spacing: 0.02em !important;
}
body .en {
  font-family: 'Libre Caslon Text', serif;
  font-style: italic;
  letter-spacing: 0.06em;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body a {
  text-decoration: none;
  transition: all .3s;
}
body a:hover {
  text-decoration: none;
}
body img {
  vertical-align: top;
}
body .wrap {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  body .wrap {
    overflow: hidden;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  body .pconly {
    display: none;
  }
}
body .sponly {
  display: none;
}
@media screen and (max-width: 600px) {
  body .sponly {
    display: block;
  }
}
body .bold {
  font-weight: bold;
}

.main h1 {
  width: 100%;
  float: none;
}
.main img {
  width: 100%;
  height: auto;
}

.anchor {
  overflow: hidden;
  padding: 120px 0;
}
.anchor .wrap {
  overflow: visible;
}
@media screen and (max-width: 900px) {
  .anchor {
    padding: 40px 0;
  }
}
.anchor .stars-wrap {
  display: block;
  margin: 0 auto;
  max-width: 980px;
}
.anchor .stars-wrap .stars .an1 {
  top: -40%;
  left: -35px;
  animation: star-anim 6s 0s infinite;
}
.anchor .stars-wrap .stars .an2 {
  top: -30%;
  left: -25px;
  animation: star-anim 7s 3s infinite;
}
.anchor .stars-wrap .stars .an3 {
  top: -55%;
  left: 5px;
  animation: star-anim 6s 1s infinite;
}
.anchor .stars-wrap .stars .an4 {
  top: -35%;
  left: 35px;
  animation: star-anim 7s 2s infinite;
}
.anchor .stars-wrap .stars .an5 {
  top: 20%;
  left: -55px;
  animation: star-anim 8s 3s infinite;
}
.anchor .stars-wrap .stars .an6 {
  top: 10%;
  left: -40px;
  animation: star-anim 7s 5s infinite;
}
.anchor .stars-wrap .stars .an7 {
  top: 80%;
  left: -35px;
  animation: star-anim 5s 1s infinite;
}
.anchor .stars-wrap .stars .an8 {
  top: 80%;
  left: -25px;
  animation: star-anim 7s 5s infinite;
}
.anchor .stars-wrap .stars .an9 {
  top: 135%;
  left: -55px;
  animation: star-anim 8s 2s infinite;
}
.anchor .stars-wrap .stars .an10 {
  top: 120%;
  left: -45px;
  animation: star-anim 7s 4s infinite;
}
.anchor .stars-wrap .stars .an11 {
  top: 140%;
  left: 10px;
  animation: star-anim 6s 0s infinite;
}
.anchor .stars-wrap .stars .an12 {
  top: 145%;
  left: 55px;
  animation: star-anim 8s 4s infinite;
}
.anchor .stars-wrap .stars-right .an1 {
  top: -40%;
  right: -35px;
  animation: star-anim 6s 2s infinite;
}
.anchor .stars-wrap .stars-right .an2 {
  top: -30%;
  right: -25px;
  animation: star-anim 7s 5s infinite;
}
.anchor .stars-wrap .stars-right .an3 {
  top: -55%;
  right: 5px;
  animation: star-anim 6s 3s infinite;
}
.anchor .stars-wrap .stars-right .an4 {
  top: -35%;
  right: 35px;
  animation: star-anim 7s 4s infinite;
}
.anchor .stars-wrap .stars-right .an5 {
  top: 20%;
  right: -55px;
  animation: star-anim 8s 5s infinite;
}
.anchor .stars-wrap .stars-right .an6 {
  top: 10%;
  right: -40px;
  animation: star-anim 7s 0s infinite;
}
.anchor .stars-wrap .stars-right .an7 {
  top: 80%;
  right: -35px;
  animation: star-anim 5s 3s infinite;
}
.anchor .stars-wrap .stars-right .an8 {
  top: 80%;
  right: -25px;
  animation: star-anim 7s 0s infinite;
}
.anchor .stars-wrap .stars-right .an9 {
  top: 135%;
  right: -55px;
  animation: star-anim 8s 4s infinite;
}
.anchor .stars-wrap .stars-right .an10 {
  top: 120%;
  right: -45px;
  animation: star-anim 7s 1s infinite;
}
.anchor .stars-wrap .stars-right .an11 {
  top: 140%;
  right: 10px;
  animation: star-anim 6s 2s infinite;
}
.anchor .stars-wrap .stars-right .an12 {
  top: 145%;
  right: 55px;
  animation: star-anim 8s 1s infinite;
}
.anchor .links {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .anchor .links {
    margin: 0 -2px;
  }
}
.anchor .links a {
  display: block;
  width: 23%;
  margin: 1%;
  color: #B78500;
  font-size: 20px;
  line-height: 1.2;
  background: #fff;
  position: relative;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anchor .links a::before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(100deg, #e0bd59 0%, #b78500 17%, #e0bd59 55%, #eab052 70%, #b78500 85%, #e0bd59 100%);
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
}
.anchor .links a:hover {
  background: transparent;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .anchor .links a {
    width: calc(50% - 12px);
    margin: 6px;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 10px 0;
  }
}

h2 {
  font-size: 0;
  text-align: center;
}
h2 img {
  display: block;
  margin: 0 auto;
  height: auto;
}
h2 .jp {
  display: block;
  font-size: 19px;
  letter-spacing: 0.08em;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  h2 .jp {
    font-size: 13px;
    margin-top: 5px;
  }
}

.stars-wrap {
  position: relative;
  display: inline-block;
}
.stars-wrap .stars img {
  position: absolute;
  opacity: 0;
}
.stars-wrap .stars img.wh,
.stars-wrap .stars img.bg {
  top: 50%;
  left: -160px;
  animation: star-anim 8s 0s infinite;
}
.stars-wrap .stars img.or {
  top: 40%;
  left: -120px;
  animation: star-anim 7s 2s infinite;
}
.stars-wrap .stars img.wh2,
.stars-wrap .stars img.pu {
  top: 60%;
  left: -80px;
  animation: star-anim 8s 3s infinite;
}
.stars-wrap .stars img.pi {
  top: 45%;
  left: -55px;
  animation: star-anim 6s 4s infinite;
}
.stars-wrap .stars img.gr {
  top: 25%;
  left: -40px;
  animation: star-anim 8s 1s infinite;
}
.stars-wrap .stars-right img {
  position: absolute;
  opacity: 0;
}
.stars-wrap .stars-right img.wh,
.stars-wrap .stars-right img.bg {
  top: 50%;
  right: -160px;
  animation: star-anim 8s 2s infinite;
}
.stars-wrap .stars-right img.or {
  top: 40%;
  right: -120px;
  animation: star-anim 7s 4s infinite;
}
.stars-wrap .stars-right img.wh2,
.stars-wrap .stars-right img.pu {
  top: 60%;
  right: -80px;
  animation: star-anim 8s 1s infinite;
}
.stars-wrap .stars-right img.pi {
  top: 45%;
  right: -55px;
  animation: star-anim 6s 0s infinite;
}
.stars-wrap .stars-right img.gr {
  top: 25%;
  right: -40px;
  animation: star-anim 8s 4s infinite;
}

@keyframes star-anim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.youtube {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .youtube {
    margin: 25px auto 0;
  }
}
.youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.concept {
  background-image: url(../img/concept_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 120px 0;
  overflow: hidden;
}
.concept h2 .jp {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .concept {
    padding: 60px 0 75px;
  }
  .concept h2 img {
    width: 168px;
  }
}
.concept .text {
  position: relative;
  font-weight: 600;
}
.concept .text p:first-child {
  font-size: 28px;
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  .concept .text p:first-child {
    font-size: 20px;
    margin-top: 35px;
  }
}
.concept .text p {
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .concept .text p {
    margin-top: 15px;
  }
}
.concept .stars-wrap .stars .wh {
  top: 10%;
  left: -100px;
  animation: star-anim 6s 3s infinite;
}
.concept .stars-wrap .stars .or {
  top: 20%;
  left: -55px;
  animation: star-anim 7s 2s infinite;
}
.concept .stars-wrap .stars .wh2 {
  top: 26%;
  left: -35px;
  animation: star-anim 8s 0s infinite;
}
.concept .stars-wrap .stars .pi {
  top: 35%;
  left: -80px;
  animation: star-anim 6s 4s infinite;
}
.concept .stars-wrap .stars .gr {
  top: 50%;
  left: -70px;
  animation: star-anim 7s 1s infinite;
}
.concept .stars-wrap .stars .wh-b {
  top: 70%;
  left: -90px;
  animation: star-anim 6s 1s infinite;
}
.concept .stars-wrap .stars .or-b {
  top: 80%;
  left: -70px;
  animation: star-anim 7s 4s infinite;
}
.concept .stars-wrap .stars .wh2-b {
  top: 86%;
  left: -50px;
  animation: star-anim 8s 2s infinite;
}
.concept .stars-wrap .stars .pi-b {
  top: 93%;
  left: -85px;
  animation: star-anim 6s 5s infinite;
}
.concept .stars-wrap .stars .gr-b {
  top: 100%;
  left: -50px;
  animation: star-anim 7s 3s infinite;
}
.concept .stars-wrap .stars-right .gr {
  transform: rotate(15deg);
  top: 6%;
  right: -100px;
  animation: star-anim 6s 0s infinite;
}
.concept .stars-wrap .stars-right .pi {
  transform: rotate(-5deg);
  top: 22%;
  right: -100px;
  animation: star-anim 7s 2s infinite;
}
.concept .stars-wrap .stars-right .wh {
  top: 25%;
  right: -85px;
  animation: star-anim 7s 3s infinite;
}
.concept .stars-wrap .stars-right .or {
  transform: rotate(-40deg);
  top: 35%;
  right: -35px;
  animation: star-anim 6s 1s infinite;
}
.concept .stars-wrap .stars-right .wh2 {
  transform: rotate(20deg);
  top: 47%;
  right: -60px;
  animation: star-anim 8s 4s infinite;
}
.concept .stars-wrap .stars-right .wh-b {
  top: 65%;
  right: -75px;
  animation: star-anim 6s 1s infinite;
}
.concept .stars-wrap .stars-right .or-b {
  top: 71%;
  right: -70px;
  animation: star-anim 7s 3s infinite;
}
.concept .stars-wrap .stars-right .wh2-b {
  transform: rotate(-10deg);
  top: 83%;
  right: -90px;
  animation: star-anim 8s 2s infinite;
}
.concept .stars-wrap .stars-right .pi-b {
  top: 86%;
  right: -20px;
  animation: star-anim 7s 0s infinite;
}
.concept .stars-wrap .stars-right .gr-b {
  transform: rotate(40deg);
  top: 100%;
  right: -78px;
  animation: star-anim 6s 5s infinite;
}

.captain {
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .captain {
    padding: 70px 0;
  }
}
.captain h2 {
  color: #B78500;
}
@media screen and (max-width: 600px) {
  .captain h2 img {
    width: 163px;
  }
}
.captain .pic {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .captain .pic {
    margin-top: 20px;
    display: block;
  }
}
.captain .pic .prof {
  width: 48%;
}
@media screen and (max-width: 900px) {
  .captain .pic .prof {
    width: 100%;
  }
}
.captain .pic .prof img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.captain .pic .prof .name {
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .captain .pic .prof .name {
    width: 90%;
    margin-top: 10px;
  }
}
.captain .pic .comment {
  width: 48%;
}
@media screen and (max-width: 900px) {
  .captain .pic .comment {
    width: 100%;
    margin-top: 25px;
  }
}
.captain .pic .comment p {
  font-size: 16px;
  color: #B78500;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .captain .pic .comment p {
    font-size: 11px;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 370px) {
  .captain .pic .comment p {
    font-size: 12px;
  }
}
.captain .bnr {
  margin: 50px auto 0;
}
@media screen and (max-width: 600px) {
  .captain .bnr {
    margin-top: 30px;
  }
}
.captain .bnr p {
  color: #B78500;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .captain .bnr p {
    font-size: 14px;
  }
}
.captain .bnr a {
  display: inline-block;
  margin-top: 10px;
}

.princess-wrap {
  overflow: hidden;
  padding-bottom: 50px;
}

.princess {
  background-image: url(../img/princess_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 100px 0;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .princess {
    margin-top: 40px;
  }
}
.princess::before, .princess::after {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .princess::before, .princess::after {
    height: 42px;
  }
}
.princess::before {
  background-image: url(../img/princess_bg_top.png);
  top: -40px;
}
.princess::after {
  background-image: url(../img/princess_bg_btm.png);
  bottom: -40px;
}
@media screen and (max-width: 600px) {
  .princess {
    padding: 45px 0 60px;
  }
  .princess .wrap {
    padding: 0 10px;
  }
  .princess h2 img {
    width: 287px;
  }
}

.princess-slide {
  margin: 50px auto;
}
@media screen and (max-width: 600px) {
  .princess-slide {
    margin: 20px auto;
  }
}
.princess-slide .swiper-slide img {
  max-width: 670px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .princess-slide .swiper-slide img {
    margin-left: 5px;
  }
}
.princess-slide .swiper-container {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.princess-slide .swiper-button-prev {
  left: 120px;
}
@media screen and (max-width: 900px) {
  .princess-slide .swiper-button-prev {
    left: 70px;
  }
}
@media screen and (max-width: 700px) {
  .princess-slide .swiper-button-prev {
    left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .princess-slide .swiper-button-prev {
    left: 15px;
  }
}
.princess-slide .swiper-button-next {
  right: 120px;
}
@media screen and (max-width: 900px) {
  .princess-slide .swiper-button-next {
    right: 70px;
  }
}
@media screen and (max-width: 700px) {
  .princess-slide .swiper-button-next {
    right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .princess-slide .swiper-button-next {
    right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .princess-slide .swiper-button-prev,
  .princess-slide .swiper-button-next {
    top: auto;
    bottom: 0;
  }
  .princess-slide .swiper-button-prev img,
  .princess-slide .swiper-button-next img {
    width: 32px;
    height: auto;
  }
}

.princess .swiper-pagination,
.event .swiper-pagination,
.news .swiper-pagination {
  width: 100%;
  max-width: 720px;
  position: absolute;
  top: auto !important;
  bottom: -30px;
  left: 50% !important;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .princess .swiper-pagination,
  .event .swiper-pagination,
  .news .swiper-pagination {
    bottom: -20px;
    width: 93%;
  }
}
.princess .swiper-button-prev:after,
.princess .swiper-button-next:after,
.event .swiper-button-prev:after,
.event .swiper-button-next:after,
.news .swiper-button-prev:after,
.news .swiper-button-next:after {
  content: none;
}
.princess .swiper-pagination-progressbar,
.event .swiper-pagination-progressbar,
.news .swiper-pagination-progressbar {
  background: #fff;
  height: 2px !important;
}
@media screen and (max-width: 600px) {
  .princess .swiper-pagination-progressbar,
  .event .swiper-pagination-progressbar,
  .news .swiper-pagination-progressbar {
    height: 1px !important;
  }
}
.princess .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.event .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #B78500;
}

.event {
  overflow: hidden;
  background-color: #E87AA3;
  background-image: url(../img/event_bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 100px 0;
  position: relative;
  margin-top: 170px;
}
.event::before {
  content: "";
  display: block;
  background: url(../img/pic-bg-top.png) repeat-x;
  background-position: center top;
  width: 100%;
  height: 60px;
  top: -50px;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .event::before {
    background-size: 100%;
    top: -10px;
  }
}
.event::after {
  content: "";
  display: block;
  background: url(../img/pic-bg-btm.png) repeat-x;
  background-position: center bottom;
  width: 100%;
  height: 60px;
  bottom: -50px;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .event::after {
    background-size: 100%;
    bottom: -10px;
  }
}
@media screen and (max-width: 600px) {
  .event {
    padding: 60px 0 70px;
    margin-top: 70px;
  }
  .event h2 img {
    width: 120px;
  }
}
.event .text {
  position: relative;
}
.event .text p {
  font-weight: bold;
}
.event .text p:first-child {
  font-size: 32px;
  line-height: 1.5;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .event .text p:first-child {
    font-size: 24px;
    margin-top: 30px;
    line-height: 1.3;
  }
}
.event .text p.touch {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .event .text p.touch {
    font-size: 13px;
    line-height: 1.6;
  }
}
.event .text p.touch span {
  display: block;
  font-size: 33px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .event .text p.touch span {
    font-size: 21px;
  }
}
.event .text p.info {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .event .text p.info {
    margin-top: 30px;
  }
}
.event .text .stars-wrap .stars .gr {
  top: 19%;
  left: -60px;
  animation: star-anim 7s 0s infinite;
}
.event .text .stars-wrap .stars .or {
  top: 28%;
  left: -30px;
  animation: star-anim 8s 1s infinite;
}
.event .text .stars-wrap .stars .or2 {
  top: 40%;
  left: -120px;
  animation: star-anim 6s 3s infinite;
}
.event .text .stars-wrap .stars .wh {
  top: 63%;
  left: -50px;
  animation: star-anim 8s 1s infinite;
}
.event .text .stars-wrap .stars .pu {
  top: 66%;
  left: -70px;
  animation: star-anim 6s 4s infinite;
}
.event .text .stars-wrap .stars .gr2 {
  top: 83%;
  left: -45px;
  animation: star-anim 7s 4s infinite;
}
.event .text .stars-wrap .stars .wh2 {
  top: 90%;
  left: -55px;
  animation: star-anim 8s 5s infinite;
}
.event .text .stars-wrap .stars .or3 {
  top: 87%;
  left: -125px;
  animation: star-anim 7s 1s infinite;
}
.event .text .stars-wrap .stars .pu2 {
  top: 92%;
  left: -100px;
  animation: star-anim 7s 2s infinite;
}
.event .text .stars-wrap .stars-right .wh {
  top: 19%;
  right: -30px;
  animation: star-anim 7s 2s infinite;
}
.event .text .stars-wrap .stars-right .gr {
  top: 27%;
  right: -15px;
  animation: star-anim 8s 3s infinite;
}
.event .text .stars-wrap .stars-right .pu {
  top: 43%;
  right: -110px;
  animation: star-anim 6s 5s infinite;
}
.event .text .stars-wrap .stars-right .or {
  top: 53%;
  right: -60px;
  animation: star-anim 8s 3s infinite;
}
.event .text .stars-wrap .stars-right .wh2 {
  top: 63%;
  right: -45px;
  animation: star-anim 6s 0s infinite;
}
.event .text .stars-wrap .stars-right .or2 {
  top: 83%;
  right: -25px;
  animation: star-anim 7s 1s infinite;
}
.event .text .stars-wrap .stars-right .wh3 {
  top: 90%;
  right: -35px;
  animation: star-anim 8s 2s infinite;
}
.event .text .stars-wrap .stars-right .pu2 {
  top: 87%;
  right: -85px;
  animation: star-anim 7s 3s infinite;
}
.event .text .stars-wrap .stars-right .gr2 {
  top: 90%;
  right: -110px;
  animation: star-anim 7s 4s infinite;
}
.event .img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 45px auto 0;
}
@media screen and (max-width: 600px) {
  .event .img {
    margin: 20px auto 0;
  }
}
.event .img > div {
  width: 48%;
}
.event .img > div img {
  width: 100%;
  height: auto;
}
.event .img-three {
  max-width: none;
}
.event .img-three > div {
  width: 31.1%;
}
.event .img-three > div img {
  width: 100%;
  height: auto;
}
.event .img-three p {
  line-height: 1.5;
  margin-top: 15px;
}
.event .note {
  font-size: 16px;
  text-align: left;
  display: inline-block;
  margin-top: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 600px) {
  .event .note {
    font-size: 12px;
    margin-top: 20px;
  }
}
.event .event-info {
  padding: 30px 35px;
  width: auto;
  display: inline-block;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .event .event-info {
    margin-top: 30px;
    padding: 15px 20px;
  }
}
.event .event-info .title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .event .event-info .title {
    font-size: 14px;
  }
}
.event .event-info ul {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  text-indent: -48px;
  padding-left: 48px;
}
@media screen and (max-width: 600px) {
  .event .event-info ul {
    font-size: 12px;
    line-height: 1.6;
    text-indent: -38px;
    padding-left: 38px;
    display: block;
    margin-top: 5px;
    letter-spacing: 0.04em;
  }
}
.event .event-info::before, .event .event-info::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 600px) {
  .event .event-info::before, .event .event-info::after {
    height: 2px;
  }
}
.event .event-info::before {
  background-image: url(../img/eventinfo-bd-top.png);
  top: 0;
}
.event .event-info::after {
  background-image: url(../img/eventinfo-bd-btm.png);
  bottom: 0;
}
.event .event-info .line {
  font-size: 0;
}
.event .event-info .line::before, .event .event-info .line::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 600px) {
  .event .event-info .line::before, .event .event-info .line::after {
    width: 2px;
  }
}
.event .event-info .line::before {
  background-image: url(../img/eventinfo-bd-left.png);
  left: 0;
}
.event .event-info .line::after {
  background-image: url(../img/eventinfo-bd-right.png);
  right: 0;
}
.event .event-info .line img {
  position: absolute;
}
.event .event-info .line img:nth-child(1) {
  top: -10px;
  left: -10px;
}
.event .event-info .line img:nth-child(2) {
  top: -10px;
  right: -10px;
}
.event .event-info .line img:nth-child(3) {
  bottom: -10px;
  left: -10px;
}
.event .event-info .line img:nth-child(4) {
  bottom: -10px;
  right: -10px;
}
@media screen and (max-width: 600px) {
  .event .event-info .line img {
    width: 13px;
  }
  .event .event-info .line img:nth-child(1) {
    top: -5px;
    left: -5px;
  }
  .event .event-info .line img:nth-child(2) {
    top: -5px;
    right: -6px;
  }
  .event .event-info .line img:nth-child(3) {
    bottom: -5px;
    left: -5px;
  }
  .event .event-info .line img:nth-child(4) {
    bottom: -5px;
    right: -6px;
  }
}
.event .acc .title {
  font-size: 26px;
  padding: 18px 0;
  position: relative;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .event .acc .title {
    font-size: 18px;
  }
}
.event .acc .title img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .event .acc .title img {
    width: 25px;
    height: 25px;
  }
}
.event .acc .title::after {
  content: "";
  display: block;
  background: #fff;
  width: 1px;
  height: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .event .acc .title::after {
    height: 9px;
    right: 12px;
  }
}
.event .acc .title.open::after {
  content: none;
}
.event .acc .content {
  display: none;
}
.event .acc .title.show {
  cursor: auto;
}
.event .acc .title.show::after {
  display: none;
}
.event .acc .content.show {
  display: block;
}
.event .event-program {
  width: auto;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .event .event-program {
    width: 100%;
    display: block;
  }
}
.event .event-program .title {
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .event .event-program .title {
    font-size: 18px;
  }
}
.event .event-program .content p.content-title {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.08em;
  background: url(../img/event_line_ye_s.png) no-repeat;
  background-position: center bottom;
  padding-bottom: 5px;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 600px) {
  .event .event-program .content p.content-title {
    font-size: 13px;
  }
}
.event .event-program .content p.content-title.sanka {
  background: none;
  padding-bottom: 0;
  display: block;
  text-align: left;
}
.event .event-program .content p {
  text-align: left;
  font-size: 16px;
  margin-top: 30px;
  word-wrap: break-word;
}
@media screen and (max-width: 600px) {
  .event .event-program .content p {
    font-size: 12px;
    margin-top: 15px;
  }
}
.event .event-program .content a {
  color: #da3874;
}
.event .event-program .content ul {
  text-align: left;
  font-size: 16px;
  margin-top: 30px;
  white-space: nowrap;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .event .event-program .content ul {
    font-size: 12px;
    margin-top: 15px;
    white-space: normal;
  }
}
.event .event-program .content ul li {
  display: flex;
  line-height: 1.68;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .event .event-program .content ul li {
    display: block;
    margin-top: 10px;
  }
}
.event .event-program .content ul li span:first-child {
  width: 60px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .event .event-program .content ul li span:first-child {
    width: 100%;
    display: block;
  }
}
.event .event-program .content ul li span:first-child.long {
  width: 120px;
}
@media screen and (max-width: 600px) {
  .event .event-program .content ul li span:first-child.long {
    width: 100%;
  }
}
.event .event-program .content ul li span:last-child {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .event .event-program .content ul li span:last-child {
    width: 100%;
    display: block;
  }
}
.event .event-program .content ul li:last-child {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .event .event-program .content ul li:last-child {
    font-size: 12px;
  }
  .event .event-program .content ul li:last-child span:first-child {
    display: none;
  }
}
.event .event-program .bib {
  margin-top: 40px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .event .event-program .bib {
    margin-top: 30px;
  }
}
.event .event-program.acc {
  margin: 60px auto 0;
}
@media screen and (max-width: 600px) {
  .event .event-program.acc {
    margin-top: 40px;
    padding: 0 20px;
  }
}
.event .event-program.acc::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: url(../img/event_line.png);
}
.event .event-program.acc::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: url(../img/event_line.png);
}
.event .event-program.acc .content {
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .event .event-program.acc .content {
    padding-bottom: 20px;
  }
}
.event .event-list {
  position: relative;
}
.event .event-list .title {
  background: url(../img/event_line_wh_s.png) no-repeat;
  background-position: center bottom;
  padding-bottom: 0px;
  font-size: 26px;
  letter-spacing: 0.1em;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 600px) {
  .event .event-list .title {
    font-size: 18px;
  }
}
.event .event-list .cv {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .event .event-list .cv {
    margin-top: 30px;
  }
}
.event .event-list .cv p {
  font-weight: bold;
}
.event .event-list .cv .btn {
  margin-top: 15px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .event .event-list .cv .btn {
    width: 84%;
    margin-top: 10px;
  }
}
.event .event-list .cv .btn img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.event .event-list .cv .btn:hover {
  opacity: .7;
}
.event .event-list .cv .btn-pass {
  width: auto;
  padding: 18px 20px;
  display: inline-flex;
  background: #da3874;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 0 0 #af0e4a;
  transform: translateY(-10px);
}
.event .event-list .cv .btn-pass:hover {
  box-shadow: 0 3px 0 0 #af0e4a;
  transform: translateY(-3px);
}
@media screen and (max-width: 600px) {
  .event .event-list .cv .btn-pass {
    text-align: left;
    font-size: 14px;
    padding: 10px 12px;
    box-shadow: 0 6px 0 0 #af0e4a;
    transform: translateY(-6px);
  }
  .event .event-list .cv .btn-pass:hover {
    box-shadow: 0 2px 0 0 #af0e4a;
    transform: translateY(-2px);
  }
}
.event .event-list .cv .btn-pass img {
  vertical-align: middle;
  margin-right: 20px;
  height: 60px;
  width: auto;
}
@media screen and (max-width: 600px) {
  .event .event-list .cv .btn-pass img {
    margin-right: 10px;
    height: 50px;
  }
}
.event .event-list .cv .btn-pass span {
  line-height: 1.4;
}
.event .event-list .cv .links-app {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .event .event-list .cv .links-app {
    margin-top: 20px;
  }
}
.event .event-list .cv .links-app a img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 600px) {
  .event .event-list .cv .links-app a img {
    height: auto;
    max-height: 40px;
  }
}
.event .event-list .cv .links-app a + a {
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  .event .event-list .cv .links-app a + a {
    margin-left: 5%;
  }
}
.event .event-list .tablewrap {
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
}
@media screen and (max-width: 600px) {
  .event .event-list .tablewrap {
    font-size: 12px;
    line-height: 1.3;
    margin: 30px auto 0;
  }
}
.event .event-list .tablewrap table {
  width: 100%;
  border: 1px solid #fff;
}
.event .event-list .tablewrap table th, .event .event-list .tablewrap table td {
  padding: 5px 10px;
}
@media screen and (max-width: 600px) {
  .event .event-list .tablewrap table th, .event .event-list .tablewrap table td {
    padding: 7px;
  }
}
.event .event-list .tablewrap table th {
  text-align: center;
  background: #fff;
  color: #B78500;
}
.event .event-list .tablewrap table th + th {
  border-left: 1px solid #B78500;
}
.event .event-list .tablewrap table tr {
  border-top: 1px solid #fff;
}
.event .event-list .tablewrap table td:nth-child(1) {
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 600px) {
  .event .event-list .tablewrap table td:nth-child(1) {
    width: 25%;
  }
}
.event .event-list .tablewrap table td:nth-child(2) {
  text-align: left;
  border-left: 1px solid #fff;
  width: 42%;
}
@media screen and (max-width: 600px) {
  .event .event-list .tablewrap table td:nth-child(2) {
    width: 30%;
  }
}
.event .event-list .tablewrap table td:nth-child(3) {
  text-align: center;
  border-left: 1px solid #fff;
  width: 25%;
}
@media screen and (max-width: 600px) {
  .event .event-list .tablewrap table td:nth-child(3) {
    width: 30%;
  }
}
.event .event-list .tablewrap table td:nth-child(4) {
  text-align: center;
  border-left: 1px solid #fff;
  width: 18%;
}
@media screen and (max-width: 600px) {
  .event .event-list .tablewrap table td:nth-child(4) {
    width: 15%;
  }
}
.event .event-list .tablewrap p {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .event .event-list .tablewrap p {
    margin-top: 20px;
  }
}
.event .event-list p.soon {
  margin-top: 60px;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .event .event-list p.soon {
    margin-top: 40px;
    font-size: 18px;
  }
}
.event .badge {
  width: 124px;
  height: auto;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 10;
  transform: rotate(10deg);
}
@media screen and (max-width: 600px) {
  .event .badge {
    width: 84px;
    right: -5px;
  }
}
.event .event-list .badge {
  top: -50px;
  right: auto;
  left: 60%;
}
@media screen and (max-width: 600px) {
  .event .event-list .badge {
    top: -30px;
    right: 15px;
    left: auto;
  }
}
.event .event-jp::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: url(../img/event_line_yellow.png);
}
.event .event-jp:first-child {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .event .event-jp:first-child {
    margin-top: 40px;
  }
}
.event .event-jp:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: url(../img/event_line_yellow.png);
}
.event .event-jp .title {
  font-size: 20px;
  font-weight: bold;
  padding: 24px 0;
}
@media screen and (max-width: 600px) {
  .event .event-jp .title {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0;
  }
}
.event .event-jp .content {
  padding-bottom: 40px;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .event .event-jp .content {
    font-size: 12px;
    padding-bottom: 20px;
  }
}

.event.bg-purple {
  background-color: #B98BAB;
  background-image: url(../img/concept_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.event.bg-white {
  background: #fff;
  color: #B78500;
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  .event.bg-white {
    padding: 30px 0;
  }
}

.event-slide {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .event-slide {
    margin-top: 30px;
  }
}
.event-slide .swiper-container {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .event-slide .swiper-container {
    width: 82%;
    padding: 0;
  }
}
.event-slide .swiper-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(../img/event_line_white.png);
}
.event-slide .swiper-container .swiper-wrapper {
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  .event-slide .swiper-container .swiper-wrapper {
    padding: 30px 0 35px;
  }
}
.event-slide .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 344px;
  width: 100%;
  height: auto;
}
.event-slide .swiper-slide img:nth-child(2) {
  margin-top: 8px;
}
.event-slide .swiper-slide img + p {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .event-slide .swiper-slide img + p {
    font-size: 13px;
  }
}
.event-slide .swiper-slide .link {
  display: flex;
  flex-wrap: wrap;
  margin: 8px -4px 0;
}
.event-slide .swiper-slide .link a {
  display: block;
  width: calc(50% - 8px);
  margin: 0 4px;
  color: #B78500;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  background: #fff;
  position: relative;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  border: 2px solid #B78500;
}
@media screen and (max-width: 600px) {
  .event-slide .swiper-slide .link a {
    font-size: 13px;
    padding: 7px 10px;
  }
}
.event-slide .swiper-slide .link a::after {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background: url(../img/event_slide_arr.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 8px;
}
@media screen and (max-width: 600px) {
  .event-slide .swiper-slide .link a::after {
    right: 6px;
  }
}
.event-slide .swiper-slide .link a:hover {
  opacity: .7;
}
.event-slide .swiper-slide .link-one {
  justify-content: center;
}
.event-slide .swiper-slide .link-one a {
  width: 80%;
}
.event-slide .swiper-slide .tba a {
  pointer-events: none;
  opacity: .5;
}
.event-slide .swiper-button-prev,
.event-slide .swiper-button-next {
  top: auto;
  left: auto;
  bottom: -20px;
}
@media screen and (max-width: 600px) {
  .event-slide .swiper-button-prev img,
  .event-slide .swiper-button-next img {
    width: 32px;
    height: auto;
  }
}
.event-slide .swiper-button-prev {
  right: 95px;
}
@media screen and (max-width: 600px) {
  .event-slide .swiper-button-prev {
    right: 40px;
  }
}
.event-slide .swiper-button-next {
  right: 30px;
}
@media screen and (max-width: 600px) {
  .event-slide .swiper-button-next {
    right: 0;
  }
}
.event-slide .swiper-pagination {
  width: calc(100% - 190px) !important;
  max-width: none;
  bottom: 0;
  left: 30px !important;
  transform: none;
}
@media screen and (max-width: 600px) {
  .event-slide .swiper-pagination {
    width: calc(100% - 80px) !important;
    left: 0 !important;
  }
}

.event-flag {
  background: url(../img/event_map.png) no-repeat;
  width: 571px;
  height: 567px;
  background-size: 100% auto;
  margin: 45px auto 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .event-flag {
    margin-top: 20px;
    width: 88%;
    padding-top: 88%;
    height: auto;
  }
}
.event-flag img {
  position: absolute;
  height: auto;
}
.event-flag img:hover {
  opacity: .7;
  cursor: pointer;
  transition: all .3s;
}
.event-flag .btn01 {
  bottom: 112px;
  left: 185px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .event-flag .btn01 {
    width: 86px;
    bottom: 20%;
    left: 32%;
  }
}
.event-flag .btn02 {
  bottom: 170px;
  left: 125px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .event-flag .btn02 {
    width: 97px;
    bottom: 30%;
    left: 20%;
  }
}
.event-flag .btn03 {
  bottom: 80px;
  left: 8px;
}
@media screen and (max-width: 600px) {
  .event-flag .btn03 {
    width: 98px;
    bottom: 15%;
    left: 1.5%;
  }
}
.event-flag .btn04 {
  bottom: 125px;
  left: 335px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .event-flag .btn04 {
    width: 85px;
    bottom: 23%;
    left: 58.5%;
  }
}
.event-flag .btn05 {
  bottom: 370px;
  left: 390px;
}
@media screen and (max-width: 600px) {
  .event-flag .btn05 {
    width: 92px;
    bottom: 65%;
    left: 68%;
  }
}
.event-flag .btn06 {
  bottom: 235px;
  left: 250px;
}
@media screen and (max-width: 600px) {
  .event-flag .btn06 {
    width: 108px;
    bottom: 40%;
    left: 44%;
  }
}
.event-flag .btn07 {
  bottom: 155px;
  left: 200px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .event-flag .btn07 {
    width: 89px;
    bottom: 27%;
    left: 35%;
  }
}
.event-flag .btn08 {
  bottom: 155px;
  left: 325px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .event-flag .btn08 {
    width: 89px;
    bottom: 27%;
    left: 56%;
  }
}
.event-flag .btn09 {
  bottom: 112px;
  left: 185px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .event-flag .btn09 {
    width: 86px;
    bottom: 20%;
    left: 32%;
  }
}

.news {
  overflow: hidden;
  padding: 120px 0 150px;
}
.news h2 {
  color: #B78500;
}
@media screen and (max-width: 600px) {
  .news {
    padding: 75px 0 90px;
  }
  .news h2 img {
    width: 103px;
  }
}
.news .news-items {
  margin: 20px -20px 0;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .news .news-items {
    margin: 20px -10px 0;
  }
}
.news .news-items .news-item {
  width: calc(33% - 40px);
  margin: 20px;
}
@media screen and (max-width: 800px) {
  .news .news-items .news-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
.news .news-items .news-item a {
  color: #333333;
}
.news .news-items .news-item a:hover {
  opacity: .7;
}
.news .news-items .news-item a > img {
  display: block;
  margin: 0 auto;
  max-width: 282px;
  width: 100%;
  height: auto;
}
.news .news-items .news-item a .date {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 18px;
  text-align: left;
}
.news .news-items .news-item a .date .tag {
  background: #EC6901;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  margin-right: 8px;
}
@media screen and (max-width: 800px) {
  .news .news-items .news-item a .date {
    margin-top: 10px;
    font-size: 12px;
  }
}
.news .news-items .news-item a .text {
  text-align: left;
  display: flex;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin-top: 10px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .news .news-items .news-item a .text {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
  }
}
.news .news-items .news-item a .text p {
  margin-right: 15px;
}
@media screen and (max-width: 800px) {
  .news .news-items .news-item a .text p {
    margin-right: 0;
  }
}
.news .news-items .news-item a .text img {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 800px) {
  .news .news-items .news-item a .text img {
    display: none;
  }
}

#news-area {
  margin: 0 auto !important;
}
#news-area .head-area {
  display: none;
}
#news-area .outer-inner {
  width: auto;
}

#news-area .body-area {
  margin: 0 auto;
}

#news-area .body-area .news-content {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -20px 0;
  justify-content: start;
}
@media screen and (max-width: 800px) {
  #news-area .body-area .news-content {
    margin: 20px -10px 0;
    margin-bottom: 0 !important;
  }
}
#news-area .body-area .news-content li {
  width: calc(33% - 40px);
  margin: 20px;
  background: none !important;
}
@media screen and (max-width: 800px) {
  #news-area .body-area .news-content li {
    width: calc(50% - 20px) !important;
    margin: 10px !important;
  }
}
#news-area .body-area .news-content li .photo img {
  display: block;
  margin: 0 auto;
  max-width: 282px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  #news-area .body-area .news-content li .photo {
    width: 100% !important;
  }
}
#news-area .body-area .news-content li .news-kate {
  position: absolute !important;
  float: left !important;
  top: auto !important;
  line-height: 1.6 !important;
  font-size: 13px !important;
  width: auto !important;
  padding: 0 6px !important;
  margin-top: 16px !important;
}
@media screen and (max-width: 800px) {
  #news-area .body-area .news-content li .news-kate {
    position: relative !important;
    margin-top: 10px !important;
    font-size: 12px !important;
    bottom: auto !important;
    right: auto !important;
  }
}

#news-area .body-area .news-content li .text-contents {
  background: none !important;
  padding: 0 !important;
  font-size: 14px !important;
  height: 8em !important;
  width: 100% !important;
  margin-top: 14px !important;
}
@media screen and (max-width: 800px) {
  #news-area .body-area .news-content li .text-contents {
    margin-top: 0 !important;
  }
}
#news-area .body-area .news-content li .text-contents .date {
  padding: 0 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  color: #333333 !important;
  text-align: right !important;
}
@media screen and (max-width: 800px) {
  #news-area .body-area .news-content li .text-contents .date {
    font-size: 12px !important;
    text-align: left !important;
  }
}
#news-area .body-area .news-content li .text-contents .text {
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  padding-top: 0;
  padding-right: 40px;
  margin-top: 7px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  #news-area .body-area .news-content li .text-contents .text {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-top: 2px !important;
    padding-right: 0 !important;
  }
}
#news-area .body-area .news-content li .text-contents .text::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow_right_yellow.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 800px) {
  #news-area .body-area .news-content li .text-contents .text::after {
    display: none;
  }
}

.moreBtn {
  padding: 0 !important;
}

.moreBtn a {
  background: #d398bc !important;
  margin-top: 30px !important;
}
@media screen and (max-width: 600px) {
  .moreBtn a {
    margin-top: 15px !important;
  }
}

.sponser {
  background: #f4f1ef;
  position: relative;
  padding: 50px 0 50px;
}
@media screen and (max-width: 600px) {
  .sponser {
    padding: 0 0 10px;
  }
}
.sponser::before, .sponser::after {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .sponser::before, .sponser::after {
    height: 42px;
  }
}
.sponser::before {
  background-image: url(../img/princess_bg_top.png);
  top: -40px;
}
.sponser::after {
  background-image: url(../img/princess_bg_btm.png);
  bottom: -40px;
}
.sponser .title {
  color: #AD6E99;
  font-size: 24px;
  background: url(../img/sponser_line.png) no-repeat;
  background-position: right bottom;
  padding-bottom: 0px;
  margin-top: 50px;
  letter-spacing: 0.07em;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 600px) {
  .sponser .title {
    margin-top: 30px;
    font-size: 21px;
  }
}
.sponser .jfa {
  padding-left: 10px;
}
.sponser .block {
  background-image: url(../img/sponser_line_yellow.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .sponser .block {
    background-size: 100% 2px;
  }
}
.sponser .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 15px -20px 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .sponser .links {
    margin: 10px 0 0;
    padding-bottom: 25px;
  }
}
.sponser .links a {
  margin: 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sponser .links a {
    margin: 15px 10px;
  }
}
.sponser .links a img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 600px) {
  .sponser .links a img {
    width: 95%;
  }
}
.sponser .links a:hover {
  opacity: .7;
}
.sponser .links01 a {
  width: auto;
}

footer {
  padding: 140px 0 90px;
}
@media screen and (max-width: 600px) {
  footer {
    padding: 90px 0 50px;
  }
  footer img {
    width: 84%;
    height: auto;
  }
}

.modal-wrap .modal-open {
  cursor: pointer;
  transition: all .3s ease-out;
  display: inline-block;
  width: auto;
}
.modal-wrap .modal-open:hover {
  opacity: .7;
}
.modal-wrap .modal-open .modal-pic {
  position: relative;
}
.modal-wrap .modal-open .modal-pic::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: url(../img/zoom.png) no-repeat;
  width: 32px;
  height: 32px;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .modal-wrap .modal-open .modal-pic::before {
    width: 24px;
    height: 24px;
    right: 10px;
    bottom: 10px;
  }
}
.modal-wrap .modal-area {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.modal-wrap .modal-area .modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modal-wrap .modal-area .modal-content {
  position: absolute;
  width: 70%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-wrap .modal-area .modal-content img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .modal-wrap .modal-area .modal-content {
    width: 84%;
  }
}
.modal-wrap .modal-area .modal-close {
  position: absolute;
  font-size: 50px;
  line-height: 1;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal-wrap .is-show {
  visibility: visible;
  opacity: 1;
}

#container #main-colum .section-block {
  text-align: left;
  color: #333;
}

.autoslide {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .autoslide {
    margin-top: 20px;
  }
}
.autoslide .auto-slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
}
.autoslide .auto-slider .slick-track {
  display: flex;
}
.autoslide .auto-slider .slick-slide {
  height: auto !important;
}
.autoslide .auto-slider img {
  width: 100%;
  height: auto;
}

.event-search-category {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .event-search-category {
    margin-top: 16px;
  }
}
.event-search-category .title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .event-search-category .title {
    font-size: 20px;
  }
}
.event-search-category .event-bnr {
  margin-top: 30px;
  width: 48%;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .event-search-category .event-bnr {
    margin-top: 15px;
    width: 100%;
  }
}
.event-search-category .event-bnr img {
  max-width: 100%;
  height: auto;
}
.event-search-category .event-bnr + p,
.event-search-category .two-cateogry + p {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .event-search-category .event-bnr + p,
  .event-search-category .two-cateogry + p {
    margin-top: 10px;
  }
}

.step-wrap {
  border: 5px solid #b78500;
  border-image: linear-gradient(135deg, #b78500 1%, #f0cf77 11%, #b78500 33%, #d4aa3c 42%, #f0cf77 55%, #b78500 73%, #d4aa3c 83%, #f0cf77 91%, #b78500 99%);
  border-image-slice: 1;
  padding: 40px 44px;
}
@media screen and (max-width: 600px) {
  .step-wrap {
    border: 3px solid #b78500;
    border-image: linear-gradient(135deg, #b78500 1%, #f0cf77 11%, #b78500 33%, #d4aa3c 42%, #f0cf77 55%, #b78500 73%, #d4aa3c 83%, #f0cf77 91%, #b78500 99%);
    border-image-slice: 1;
    padding: 16px 20px;
  }
}

.step-arrow {
  width: 40px;
  height: 40px;
  margin: 20px auto 0;
  border-bottom: 6px solid #da3874;
  border-right: 6px solid #da3874;
  transform: rotate(45deg);
}
@media screen and (max-width: 600px) {
  .step-arrow {
    width: 25px;
    height: 25px;
    margin: 5px auto 0;
    border-bottom: 5px solid #da3874;
    border-right: 5px solid #da3874;
  }
}

.two-cateogry {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .two-cateogry {
    display: block;
    margin-top: 15px;
  }
}
.two-cateogry > div {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .two-cateogry > div {
    width: 100%;
    margin-top: 20px;
  }
}
.two-cateogry > div img {
  max-width: 100%;
}
.two-cateogry > div p {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .two-cateogry > div p {
    margin-top: 10px;
    line-height: 1.4;
  }
}

.event .sns-feed .title {
  margin-top: 60px;
  font-size: 34px;
  display: inline-block;
  padding: 0px 15px;
  background: #fff;
  color: #B78500;
  letter-spacing: 0 !important;
}
@media screen and (max-width: 600px) {
  .event .sns-feed .title {
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    padding: 8px 10px 8px;
  }
}
.event .sns-feed .feed-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 20px -10px 0;
}
@media screen and (max-width: 600px) {
  .event .sns-feed .feed-items {
    margin: 5px auto 0;
  }
}
.event .sns-feed .feed-items li {
  width: calc(33.33% - 20px);
  margin: 10px;
  background: #E87AA3;
  padding: 15px;
}
@media screen and (max-width: 600px) {
  .event .sns-feed .feed-items li {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }
}
.event .sns-feed .feed-items li a {
  color: #fff;
}
.event .sns-feed .feed-items li .profile {
  display: flex;
  align-items: center;
  justify-content: start;
}
.event .sns-feed .feed-items li .profile .img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  margin: 0;
  margin-right: 10px;
}
.event .sns-feed .feed-items li .profile .img img {
  width: 100%;
  height: auto;
}
.event .sns-feed .feed-items li .profile .name {
  font-size: 13px;
}
.event .sns-feed .feed-items li .post-img {
  margin-top: 10px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.event .sns-feed .feed-items li .post-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.event .sns-feed .feed-items li p.description {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 10px;
  word-wrap: break-word;
  text-align: left;
}

.child_page .autoslide {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .child_page .autoslide {
    margin-top: 10px;
  }
}
.child_page .main_child {
  padding-top: 15px;
}
.child_page .event {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .child_page .event .logo {
    width: 100%;
    height: auto;
  }
}
.child_page .event .title-jp {
  font-size: 38px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .child_page .event .title-jp {
    font-size: 28px;
  }
}
.child_page .event .title-jp2 {
  font-size: 34px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .child_page .event .title-jp2 {
    margin-top: 20px;
    font-size: 24px;
  }
}
.child_page .event-slide {
  margin-top: 0;
  margin-bottom: 80px;
}
.child_page .event-slide .swiper-container::before {
  display: none;
}
@media screen and (max-width: 600px) {
  .child_page .event-slide {
    margin-bottom: 30px;
  }
}
.child_page .footer-bnr {
  position: relative;
  padding: 60px 0 90px;
}
@media screen and (max-width: 600px) {
  .child_page .footer-bnr {
    padding: 30px 0 40px;
  }
}
.child_page .footer-bnr::after {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  position: absolute;
  background-image: url(../img/princess_bg_btm.png);
  bottom: -40px;
}
@media screen and (max-width: 600px) {
  .child_page .footer-bnr::after {
    height: 42px;
  }
}
.child_page .footer-bnr p {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  color: #E87AA3;
}
@media screen and (max-width: 600px) {
  .child_page .footer-bnr p {
    font-size: 18px;
    line-height: 1.3;
  }
}
.child_page .footer-bnr img {
  max-width: 100%;
}
