@charset "UTF-8";

.bx-wrapper .bx-pager {
	display:none!important;
}
header {
  background-color: transparent;
}

/*.move-up-down {
  width: 30px;
  height: 30px;
  background-image: url("../img/scroll_sp.png");
  background-size: cover;
  position: relative;
  animation: upDown 2s infinite;
}*/

@keyframes upDown {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 30px;
    /* 動かす距離 */
    opacity: 1;
  }
  51% {
    top: 30px;
    /* 動かす距離 */
    opacity: 0;
  }
  75% {
    top: 0px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 684px) {
  /*tenjijo*/
  #tenjijo {
    width: 100%;
    margin: 0VW auto 0VW;
    border-bottom: 10VW solid #fff;
  }
  #tenjijo .tenjijo__body a img {
    width: 100%;
    height: auto;
  }
  #tenjijo p {
    padding: 1VW 2% 1VW;
    font-size: 12px;
    line-height: 1.5em;
  }
  /*tenjijo*/
	
	#alert {
    	width: 100%;
		margin: 0 auto;
	}
	#alert .inner {
        width: 92%;
		margin: 0 auto;
        padding: 5VW 0 1VW;
		font-size:14px;
	}
}
@media screen and (min-width: 685px) {
    header > p{
        font-size:18px;
    }
  /*サイドバナー*/
  #sidebar #sidebar01 {
  }
  #sidebar.open #sidebar01 {
  }
  #sidebar {
    width: 80px;
    height: 240px;
    position: fixed;
    bottom: 30%;
    right: -80px;
    z-index: 5;
  }
  #sidebar ul {
    position: absolute;
    top: 0px;
    right: 0;
  }
  #sidebar ul li {
    height: 80px;
    margin: 0 0 0px;
    list-style-type: none;
  }
  #sidebar ul li img {
    height: 80px;
    width: 80px;
  }
  #sidebar ul li:first-child {
    height: 80px;
    /*opacity: 0.0;*/
  }
  #sidebar.open ul li:first-child {
    /*opacity: 1;*/
    /*height: 80px;*/
  }
  #sidebar button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 280px;
    height: 36px;
    border: none;
    display: block;
    text-align: left;
    text-indent: 0.8em;
    background-image: url("../img/side06.gif");
    color: #fff;
  }
  /*サイドバナー*/
  /*tenjijo*/
  #tenjijo {
    width: 100%;
    padding: 10px 0 100px;
  }
  #tenjijo .tenjijo__body{
    width: 1200px;
    margin: 0 auto;
  }
  #tenjijo p {
    padding-top: 5px;
    font-size: 14px;
    line-height: 22px;
  }
  /*tenjijo*/
	
	#alert {
    	width: 100%;
		margin: 0 auto;
	}
	#alert .inner {
        width: 1200px;
		margin: 0 auto;
        padding: 80px 0 0px;
		text-align: right;
		font-size:14px;
	}
}
.wrapper *,
.wrapper *::before,
.wrapper *::after {
  box-sizing: border-box;
  margin: 0;
}

#sidebar01 {
  opacity: 0;
  transition: opacity 0s ease-in 0s;
}

#sidebar01.show {
  transition: 1s;
  opacity: 1;
}

section {
  padding: inherit;
}

.sp_nav {
  display: none;
}

.br_sp {
  display: none;
}

/* bxslider */
.bx-wrapper {
  margin: 1rem auto 0;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

.bx-wrapper .bx-pager.bx-default-pager {
  display: flex;
  justify-content: center;
  gap: 6px;
}

/* 通常ドット */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s ease;
}

/* アクティブドット */
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #CF3C60;
  width: 14px;
  height: 14px;
  transform: translateY(-2px);
}

/*カスタムアロー*/
.custom-prev,
.custom-next {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 2rem;
  z-index: 10;
  display: none;
}
.custom-prev img,
.custom-next img {
  width: 60px;
}
.custom-prev.custom-prev,
.custom-next.custom-prev {
  left: 10px;
}
.custom-prev.custom-next,
.custom-next.custom-next {
  right: 10px;
}

.slider--static {
  display: flex;
}
.slider--static li:not(:last-child) {
  margin-right: 60px;
}

@media (max-width: 768px) {
	body {
    -webkit-text-size-adjust: 100%;
}
  .custom-prev,
  .custom-next {
    display: block;
  }
  .custom-prev.custom-prev,
  .custom-next.custom-prev {
    left: -10px;
  }
  .custom-prev.custom-next,
  .custom-next.custom-next {
    right: -10px;
  }
	
	.slider-header p{
		font-size:14px;
	}
}
/*　メインビジュアル　*/
.mv {
  width: 100%;
  position: relative;
  top: 0;
  height: 88vh;
  margin-top: -100px;
}
.mv .main_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
}
.mv .main_ttl {
  position: absolute;
  top: 12%;
  left: 11%;
  width: 45%;
  max-width: 680px;
  /*background:url(../img/title2.png) center top no-repeat;*/
}
.mv .main_ttl h1{
	padding:0px 0 0 35px;
	font-size:32px;
	line-height:1.4;
	margin-top: -10px;
}
.mv .main_ttl h1 {
        text-shadow: 
            white 2px 0px 2px, white -2px 0px 2px,
            white 0px -2px 2px, white -2px 0px 2px,
            white 2px 2px 2px, white -2px 2px 2px,
            white 2px -2px 2px, white -2px -2px 2px,
            white 1px 2px 2px, white -1px 2px 2px,
            white 1px -2px 2px, white -1px -2px 2px,
            white 2px 1px 2px, white -2px 1px 2px,
            white 2px -1px 2px, white -2px -1px 2px,
            white 1px 1px 2px, white -1px 1px 2px,
            white 1px -1px 2px, white -1px -1px 2px;
    }
.mv .main_ttl h1 small{
	font-size:85%;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section-inner a {
  color: #000;
}

.ttl-section {
  text-align: center;
}

#features {
  padding: 4rem 0 0;
  position: relative;
  	background-color: rgba(255, 255, 255, 0.95);
    /*background-color: #fff;*/
  margin-top: -9rem;
  z-index: 3;
}

section {
  	background-color: rgba(255, 255, 255, 0.95);
}

.slider-header {
  	width: 1000px;
	margin: 4rem auto;
}
.slider-header p{
	padding:0.8rem 0 0.8rem;
	text-align: center;
  	line-height: 1.5;
}
.slider-header img {
  	width: 100%;
}
h2.ttl-section + .bx-wrapper .bx-viewport {
	padding-bottom:3rem;
	margin-bottom:5rem;
}
.slider-wrapper .bx-controls{
	display: none;
}
.event-bnr li img {
  width: 100%;
  max-width: 360px;
  display: block;
  margin-bottom: 1rem;
}
.event-bnr li h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1rem;
  height: 3.6em;
  line-height: 1.7;
}
.event-bnr .btn_entry,
.slider-header .btn_entry {
  background-color: #CF3C60;
  width: 100%;
  color: #fff;
  font-size: 18px;
  max-width: 260px;
  display: flex;
  margin: 0 auto 2rem;
  padding: 10px 6px;
  border-radius: 30px;
  position: relative;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 0 #83002a;
}
.event-bnr .btn_entry::after,
.slider-header .btn_entry::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/btn_arrow.png);
  background-size: cover;
  position: absolute;
  right: 10px;
}

/* イラスト付き見出し */
.section-ttl_l {
  background-color: #f3d195;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 3rem;
}
.section-ttl_l img {
  position: relative;
  z-index: 5;
}

.heading_anker {
  position: relative;
  padding-top: 100px;
}
.heading_anker::after {
  content: "";
  display: block;
  height:160px;
  width: 210px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 8%;
  bottom: 0;
  background-position: right;
  z-index: 4;
}
.heading_anker.__i01::after {
  background-image: url(../img/illust_01.png);
}
.heading_anker.__i02::after {
  background-image: url(../img/illust_02.png);
}
.heading_anker.__i03::after {
  background-image: url(../img/illust_03.png);
}

.bnr_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bnr_wrapper li {
  width: calc((100% - 120px) / 3);
}
.bnr_wrapper li:not(:last-child) {
  margin-right: 60px;
}

.event-bnr {
    margin-top: 6rem;
}
@media (max-width: 684px) {
    .mv {
      	height: 85vh;
    }
    .mv .main_ttl h1{
		padding: 0px 0 0 4VW;
		margin-top: 0!important;
		font-size:24px;
    }
  .mv .main_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
  }
  .mv .main_ttl {
    position: absolute;
    top: 10%;
    left: 6%;
    width: 88%;
    max-width: 680px;
  }
  .mv .main_ttl img{
    width: 80%;
  }
	
    .slider-header {
        width: 100%;
        margin: 3rem auto;
    }
	.slider-wrapper{
      	position: relative;
	}
  .sp_nav {
    margin: 4rem auto 0;
    max-width: 400px;
    display: flex;
    justify-content: center;
  }
  .sp_nav li {
    width: calc((100% - 40px) / 3);
  }
  .sp_nav li:not(:last-child) {
    margin-right: 20px;
  }
  .sp_nav li a {
    color: #000;
    text-align: center;
  }
  .sp_nav li span {
    display: block;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
  }
  .sp_nav li img {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .br_sp {
    display: block;
  }
  .ttl-section {
    text-align: center;
  }
  .ttl-section img {
    display: block;
    height: 30px;
    margin: auto;
  }
  .section-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bnr_wrapper {
    justify-content: flex-start;
  }
  .bnr_wrapper li {
    width: calc((100% - 20px) / 2);
    margin-right: 30px;
  }
  .bnr_wrapper li:not(:last-child) {
    margin-right: 20px;
  }
  .bnr_wrapper li:nth-child(2n) {
    margin-right: 0;
  }
  .section-ttl_l {
    background-color: #f3d195;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 3rem;
  }
  .section-ttl_l img {
    height: 24px;
    z-index: 6;
  }
  .heading_anker {
    position: relative;
    padding-top: 150px;
  }
  .heading_anker::after {
    content: "";
    display: block;
    height: 145px;
    width: 145px;
    right: 10px;
    z-index: 4;
    background-position: right;
  }
	
  .slider-wrapper .event-bnr {
      width: 100% !important;
  }
  .slider-wrapper .event-bnr li {
      width: 46% !important;
      margin: 0 2%;
      float:left;
      /*max-width: 145px !important;*/
  }
  .slider-wrapper .event-bnr li {
	  width: 38VW!important;
  }
  .event-bnr li h3 {
    	font-size: 12px;
  		min-height: 6.6em;
  }
  .event-bnr .btn_entry {
    	font-size: 12px;
  }
  .mv {
    	margin-top: -60px;
  }
}
@media (max-width: 480px) {
  #features {
    padding-bottom: 2rem;
  }
  .event-bnr h3 {
    font-size: 14px;
  }
  .sp_nav {
    max-width: 300px;
  }
  .sp_nav li {
    width: calc((100% - 40px) / 3);
  }
  .sp_nav li:not(:last-child) {
    margin-right: 20px;
  }
  .sp_nav li a {
    color: #000;
    text-align: center;
  }
  .sp_nav li span {
    display: block;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
  }
  .sp_nav li img {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .section-ttl_l {
    background-color: #f3d195;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 3rem;
  }
  .section-ttl_l img {
    height: 24px;
    position: relative;
  }
  .heading_anker {
    position: relative;
    padding-top: 100px;
  }
  .heading_anker::after {
    content: "";
    display: block;
    height: 100px;
    width: 100px;
    right: 10px;
    bottom: 40px;
    z-index: 4;
  }
}