@charset "UTF-8";
/* 各ページごとの設定 */
/*
@mixin pc_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, cover;
	background-position: left top, center, center;
}
@mixin sp_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, auto 100%;
	background-position: left top, center, center;
}
*/
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  .inner {
    width: 1180px;
  }
  #mainv {
    min-width: 1000px;
    margin: 0 0 50px;
    position: relative;
  }
  #mainv .slider .slide {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100vw;
  }
  #mainv .slider .slide::before {
    content: " ";
    width: 100%;
    height: 550px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #mainv .slider .slide h2 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 2em;
    width: 1000px;
    height: 550px;
    margin: 0 auto;
    padding: 200px 0 0;
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
  }
  #mainv .slider .slide h2 span {
    font-size: 1.7em;
    line-height: 1.2em;
    display: inline-block;
    margin: 10px 0;
  }
  #mainv .slider .slick01 {
    background: url(../images/top/mainv_bg_01.jpg) center center/cover no-repeat;
    box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.3) inset;
    width: 1180px;
  }
  #mainv .slider .slick01 h2 {
    margin: 0 auto;
  }
  #mainv .slider .slick01 h2 span {
    margin: 10px 0 10px 5%;
  }
  #mainv .slider .slick02 {
    background: url(../images/top/mainv_bg_02.jpg) center center/cover no-repeat;
    box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.3) inset;
  }
  #mainv .slider .slick02 h2 {
    text-align: center;
  }
  #mainv .slider .slick03 {
    background: url(../images/top/mainv_bg_03.jpg) center right/cover no-repeat;
    box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.3) inset;
  }
  #mainv .slider .slick03 h2 {
    margin: 0 0 0 43%;
  }
  #mainv .slider .slick03 h2 span {
    margin: 10px 0 10px 0;
  }
  /*#movie {
  	margin: 0 0 40px;
  	padding: 30px 0;
  	iframe {
  		margin: 0 auto;
  		display: block;
  	}
  }*/
  #reason .inner {
    padding: 0 0 70px;
  }
  #reason h2 {
    position: relative;
    text-align: center;
    font-size: 34px;
    line-height: 1.34;
    margin: 0 0 45px;
    padding: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #reason h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 188px;
    height: 7px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #reason h2 span {
    color: #1D2C69;
  }
  #reason h2 span.small {
    font-size: 65%;
    color: inherit;
    display: block;
  }
  #reason ol {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    counter-reset: number;
  }
  #reason ol li {
    width: 373px;
    position: relative;
    counter-increment: number;
  }
  #reason ol li figure {
    position: relative;
    margin: 0 0 30px;
  }
  #reason ol li figure::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, #5fced8 50%, rgba(95, 206, 216, 0) 50%);
    content: "";
  }
  #reason ol li figure::after {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    line-height: 1;
    color: #FFF;
    font-size: 24px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    content: counter(number);
  }
  #reason ol li figure img {
    border-radius: 5px;
  }
  #reason ol li h3 {
    color: #000;
    min-height: 4.5em;
    font-size: 20px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    margin: 0 0 25px;
  }
  #reason ol li h3 span {
    color: #1D2C69;
  }
  #reason ol li .text {
    line-height: 1.8;
  }
  #reason ol li .text span {
    font-weight: bold;
  }
  #reason .detailBtn {
    display: block;
    max-width: 420px;
    margin: 28px auto 0;
    padding: 18px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #reason .detailBtn:hover {
    opacity: 0.8;
  }
  #reason .detailBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #reason .detailBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 8px;
    height: 8px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #reason .bannerWrap .bnrText {
    display: none;
  }
  #reason .bannerWrap .bannerList {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 90px;
  }
  #reason .bannerWrap .bannerList > li {
    width: calc((100% - 40px) / 2);
  }
  #reason .bannerWrap .bannerList > li img {
    width: 100%;
    height: auto;
  }
  #reason .bannerWrap .bannerList > li a:hover img {
    opacity: 0.8;
  }
  #mainArea .inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #mainArea .inner .left {
    width: 820px;
    margin-right: 80px;
  }
  #mainArea .inner .left #support {
    margin: 0 0 80px;
  }
  #mainArea .inner .left #support h2 {
    position: relative;
    text-align: center;
    font-size: 34px;
    margin: 0 0 45px;
    padding: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #mainArea .inner .left #support h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 188px;
    height: 7px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #support h2 span {
    color: #1D2C69;
  }
  #mainArea .inner .left #support .supportList {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #mainArea .inner .left #support .supportList > li {
    width: 380px;
    margin: 0 0 40px;
  }
  #mainArea .inner .left #support .supportList > li a {
    display: block;
  }
  #mainArea .inner .left #support .supportList > li a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #support .supportList > li figure img {
    width: 100%;
    height: auto;
  }
  #mainArea .inner .left #support .supportList > li .textWrap {
    position: relative;
    padding: 20px 0 0;
    text-align: center;
  }
  #mainArea .inner .left #support .supportList > li .textWrap .point {
    position: absolute;
    left: 10px;
    top: -30px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background: #1D2C69;
    border-radius: 30px;
    box-shadow: 0 0 0 3px #fff;
  }
  #mainArea .inner .left #support .supportList > li .textWrap .point::before {
    position: absolute;
    right: 1px;
    bottom: -4px;
    border-width: 15px 6px 0 6px;
    border-color: #1D2C69 transparent transparent transparent;
    border-style: solid;
    content: "";
    transform: rotate(-40deg);
  }
  #mainArea .inner .left #support .supportList > li .textWrap h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    color: inherit;
  }
  #mainArea .inner .left #support .supportList > li:nth-child(2) .textWrap .point, #mainArea .inner .left #support .supportList > li:nth-child(3) .textWrap .point {
    background: #5FCED8;
    color: #fff;
    box-shadow: 0 0 0 3px #fff;
  }
  #mainArea .inner .left #support .supportList > li:nth-child(2) .textWrap .point::before, #mainArea .inner .left #support .supportList > li:nth-child(3) .textWrap .point::before {
    border-color: #5FCED8 transparent transparent transparent;
  }
  #mainArea .inner .left #support .detailBtn {
    display: block;
    max-width: 420px;
    margin: 0 auto;
    padding: 18px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #support .detailBtn:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #support .detailBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #mainArea .inner .left #support .detailBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 8px;
    height: 8px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left .newsWrap {
    display: none;
  }
  #mainArea .inner .left #blog {
    margin: 0 0 80px;
  }
  #mainArea .inner .left #blog:last-child {
    margin: 0;
  }
  #mainArea .inner .left #blog h2 {
    position: relative;
    text-align: center;
    font-size: 34px;
    margin: 0 0 45px;
    padding: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #mainArea .inner .left #blog h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 188px;
    height: 7px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #blog h2 span {
    color: #1D2C69;
  }
  #mainArea .inner .left #blog .blogList {
    position: relative;
    padding: 0 35px;
  }
  #mainArea .inner .left #blog .blogList .slick-track {
    display: flex;
    padding: 3px 0 5px;
  }
  #mainArea .inner .left #blog .blogList .slick-slide {
    margin: 0 10px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    display: flex;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div {
    display: flex;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li {
    display: flex !important;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li > a {
    display: block;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li > a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #blog .blogList .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #d5d5d5;
    border-radius: 3px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
  }
  #mainArea .inner .left #blog .blogList .slick-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-left: solid 2px #444;
    border-bottom: solid 2px #444;
    content: "";
    transform: translate(-30%, -50%) rotate(45deg);
  }
  #mainArea .inner .left #blog .blogList .slick-prev:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #blog .blogList .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #d5d5d5;
    border-radius: 3px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
  }
  #mainArea .inner .left #blog .blogList .slick-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: solid 2px #444;
    border-top: solid 2px #444;
    content: "";
    transform: translate(-70%, -50%) rotate(45deg);
  }
  #mainArea .inner .left #blog .blogList .slick-next:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #blog .blogList figure {
    position: relative;
    height: 190px;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList figure .new {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, rgb(231, 75, 71) 50%, rgba(231, 75, 71, 0) 51%);
    content: "";
  }
  #mainArea .inner .left #blog .blogList figure .new::before {
    position: absolute;
    left: -7px;
    top: 18px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    content: "NEW";
    transform: rotate(-45deg);
  }
  #mainArea .inner .left #blog .blogList figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #mainArea .inner .left #blog .blogList .textArea {
    padding: 10px 14px;
  }
  #mainArea .inner .left #blog .blogList .textArea .title {
    margin: 0 0 5px;
    color: #1e4eb6;
    font-weight: bold;
  }
  #mainArea .inner .left #blog .blogList .textArea .date {
    color: #8d8d8d;
    font-size: 12px;
  }
  #mainArea .inner .left #blog .moreBtn {
    display: block;
    max-width: 420px;
    margin: 28px auto 0;
    padding: 18px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #blog .moreBtn:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #blog .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #mainArea .inner .left #blog .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 8px;
    height: 8px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #event h2 {
    position: relative;
    text-align: center;
    font-size: 34px;
    margin: 0 0 45px;
    padding: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #mainArea .inner .left #event h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 188px;
    height: 7px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #event h2 span {
    color: #222222;
  }
  #mainArea .inner .left #event .eventList {
    position: relative;
    padding: 0 42px;
  }
  #mainArea .inner .left #event .eventList .slick-track {
    display: flex;
    padding: 3px 0 5px;
  }
  #mainArea .inner .left #event .eventList .slick-slide {
    width: 357px;
    margin: 0 10px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    display: flex;
  }
  #mainArea .inner .left #event .eventList .slick-slide > div {
    display: flex;
    width: 100%;
  }
  #mainArea .inner .left #event .eventList .slick-slide > div > li {
    display: flex !important;
    width: 100%;
  }
  #mainArea .inner .left #event .eventList .slick-slide > div > li > a {
    display: flex;
    width: 100%;
  }
  #mainArea .inner .left #event .eventList .slick-slide > div > li > a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #event .eventList .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #d5d5d5;
    border-radius: 3px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
  }
  #mainArea .inner .left #event .eventList .slick-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-left: solid 2px #444;
    border-bottom: solid 2px #444;
    content: "";
    transform: translate(-30%, -50%) rotate(45deg);
  }
  #mainArea .inner .left #event .eventList .slick-prev:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #event .eventList .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #d5d5d5;
    border-radius: 3px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
  }
  #mainArea .inner .left #event .eventList .slick-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: solid 2px #444;
    border-top: solid 2px #444;
    content: "";
    transform: translate(-70%, -50%) rotate(45deg);
  }
  #mainArea .inner .left #event .eventList .slick-next:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #event .eventList li {
    display: flex;
  }
  #mainArea .inner .left #event .eventList li .eventWrap {
    display: flex;
    padding: 142px 15px 15px;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .imageWrap {
    margin: 0 0 13px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .imageWrap img {
    height: 129px;
    width: 360px;
    object-fit: cover;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .date {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .title {
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .title a {
    color: #1e4eb6;
    text-decoration: underline;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .title:hover a {
    text-decoration: none;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .textWrap {
    display: flex;
    flex-direction: column;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .place {
    color: #666;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 0 0 0 41px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .place span {
    color: #fff;
    font-weight: 700;
    background: #aaa;
    padding: 2px 5px;
    position: absolute;
    left: 0px;
    top: -2px;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .condition .men,
  #mainArea .inner .left #event .eventList li .eventWrap .condition .women {
    margin: 0 0 10px;
    width: 100%;
    font-size: 13px;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .condition .men:last-child,
  #mainArea .inner .left #event .eventList li .eventWrap .condition .women:last-child {
    margin: 0;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .condition .men .typeWrap,
  #mainArea .inner .left #event .eventList li .eventWrap .condition .women .typeWrap {
    position: relative;
    padding: 0 0 0 24px;
    color: #286acf;
    font-weight: bold;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .condition .men .typeWrap::before,
  #mainArea .inner .left #event .eventList li .eventWrap .condition .women .typeWrap::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 13px;
    height: 13px;
    background: url(../images/common/event_men.png) no-repeat 50% 50%/contain;
    transform: translateY(-50%);
    content: "";
  }
  #mainArea .inner .left #event .eventList li .eventWrap .condition .men .typeWrap .type,
  #mainArea .inner .left #event .eventList li .eventWrap .condition .women .typeWrap .type {
    font-size: 13px;
    margin: 0 19px 0 0;
    display: inline-block;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .condition .men .typeWrap .few,
  #mainArea .inner .left #event .eventList li .eventWrap .condition .men .typeWrap .full,
  #mainArea .inner .left #event .eventList li .eventWrap .condition .women .typeWrap .few,
  #mainArea .inner .left #event .eventList li .eventWrap .condition .women .typeWrap .full {
    display: inline-block;
    width: 6.5em;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    border: solid 1px #f60;
    color: #f60;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .condition .men .typeWrap .full,
  #mainArea .inner .left #event .eventList li .eventWrap .condition .women .typeWrap .full {
    border-color: #c7203b;
    color: #c7203b;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .condition .women .typeWrap {
    color: #e84a7f;
  }
  #mainArea .inner .left #event .eventList li .eventWrap .condition .women .typeWrap::before {
    background-image: url(../images/common/event_women.png);
  }
  #mainArea .inner .left #event .eventList li .eventWrap form {
    margin: 0;
    margin-top: auto;
    display: grid;
  }
  #mainArea .inner .left #event .eventList li .eventWrap form button[type=submit] {
    text-align: center;
    background: linear-gradient(0deg, rgb(233, 74, 127) 0%, rgb(240, 129, 166) 100%);
    cursor: pointer;
    box-sizing: border-box;
    border: solid 2px #e94a7f;
    border-radius: 5px;
    margin: 10px 0 0;
    padding: 7px 0;
  }
  #mainArea .inner .left #event .eventList li .eventWrap form button[type=submit] span {
    display: inline-block;
    position: relative;
    padding: 0 16px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
  }
  #mainArea .inner .left #event .eventList li .eventWrap form button[type=submit] span::before {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 6px;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #event .eventList li .eventWrap form button[type=submit]:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left > .snsList {
    display: none;
  }
  #mainArea .inner .right {
    width: 280px;
  }
  #mainArea .inner .right .bannerWrap {
    display: block;
  }
  #mainArea .inner .right .newsWrap {
    margin: 35px 0 30px;
  }
  #mainArea .inner .right .newsWrap h2 {
    padding: 17px;
    text-align: center;
    background: #1D2C69;
    color: #FFF;
    font-weight: bold;
  }
  #mainArea .inner .right .newsWrap .newsList > li {
    padding: 15px 0;
    border-bottom: solid 1px #ececec;
  }
  #mainArea .inner .right .newsWrap .newsList > li:last-child {
    border-bottom: none;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap .tag {
    margin: 0 8px 0 0;
    padding: 2px;
    min-width: 90px;
    background: #777;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap .tag.event {
    background: #1D2C69;
    color: #fff;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap .tag.campaign {
    background: #F97814;
    color: #fff;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap .date {
    color: #666;
    font-size: 12px;
  }
  #mainArea .inner .right .newsWrap .newsList > li a {
    font-size: 13px;
    color: #2A7BB9;
  }
  #mainArea .inner .right .newsWrap .newsList > li a:hover {
    text-decoration: underline;
  }
  #mainArea .inner .right .newsWrap .moreBtn {
    display: block;
    text-align: center;
    padding: 8px;
    border-radius: 20px;
    background: #e4e4e4;
    color: #444;
    font-size: 13px;
  }
  #mainArea .inner .right .newsWrap .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
  }
  #mainArea .inner .right .newsWrap .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 6px;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .right .newsWrap .moreBtn:hover {
    opacity: 0.8;
  }
  #mainArea .inner .right .bnrList:not(:last-child) {
    margin: 0 0 30px;
  }
  #mainArea .inner .right .bnrList > li {
    margin: 0 0 10px;
  }
  #mainArea .inner .right .bnrList > li:last-child {
    margin: 0;
  }
  #mainArea .inner .right .bnrList > li img {
    width: 100%;
    height: auto;
  }
  #mainArea .inner .right .bnrList > li a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .right .snsList:not(:last-child) {
    margin: 0 0 30px;
  }
  #mainArea .inner .right .snsList > li {
    margin: 0 0 30px;
  }
  #mainArea .inner .right .snsList > li:last-child {
    margin: 0;
  }
  #mainArea .inner .right .snsList > li img {
    width: 100%;
    max-width: 240px;
    height: auto;
  }
  #mainArea .inner .right .snsList > li a {
    display: block;
  }
  #mainArea .inner .right .snsList > li a:hover {
    opacity: 0.8;
  }
  #newsArea .inner .news {
    width: 480px;
    padding: 0 20px 0 0;
    position: relative;
  }
  #newsArea .inner .news h3 {
    font-size: 21px;
    font-weight: bold;
    border-left: solid 6px #5FCED8;
    margin: 0 0 30px;
    padding: 6px 0 6px 0.5em;
  }
  #newsArea .inner .news ul li {
    border-bottom: solid 2px #F0F0F0;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  #newsArea .inner .news ul li figure {
    width: 80px;
    margin: 0 30px 0 0;
  }
  #newsArea .inner .news ul li .textBlock {
    width: 330px;
    padding: 0 40px 0 0;
    display: block;
  }
  #newsArea .inner .news ul li .textBlock p {
    font-size: 12px;
    display: inline-block;
  }
  #newsArea .inner .news ul li .textBlock .date {
    color: #2A7BB9;
    font-weight: bold;
    margin-right: 1em;
  }
  #newsArea .inner .news ul li .textBlock .text {
    display: block;
  }
  #newsArea .inner .news .pageLink {
    position: absolute;
    top: 15px;
    right: 0;
  }
  #newsArea .inner .news .pageLink::after {
    color: #8D8D8D;
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 0 0 0.5em;
  }
  #newsArea .inner .news .pageLink a {
    color: #8D8D8D;
  }
  #newsArea .inner .news .pageLink a:hover {
    text-decoration: underline;
  }
  #newsArea .inner .facebook {
    width: 430px;
    height: 380px;
    text-align: center;
    margin: 0 0 0 70px;
  }
  /*--------------------------endPC--------------------------------*/
}
/*SP
-----------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .inner {
    width: 90vw;
  }
  #mainv {
    margin: 0 0 9vw;
    position: relative;
  }
  #mainv .slider {
    height: 100%;
    position: relative;
  }
  #mainv .slider .slide {
    overflow: hidden;
    width: 100vw;
  }
  #mainv .slider .slide::before {
    content: " ";
    width: 100%;
    height: 84.5vw;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #mainv .slider .slide h2 {
    color: #FFF;
    font-size: 4.6vw;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    width: fit-content;
    height: 84.5vw;
    -moz-width: fit-content;
    margin: 0 auto;
    padding: 30vw 5vw 0;
    position: relative;
    box-sizing: border-box;
    z-index: 1000;
  }
  #mainv .slider .slide h2 span {
    font-size: 1.1em;
    line-height: 1.5em;
    display: inline-block;
    margin-bottom: 0.4rem;
  }
  #mainv .slider .slick01 {
    background: url(../images/top/mainv_bg_01_sp.jpg) center center/cover no-repeat;
    box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.3) inset;
  }
  #mainv .slider .slick02 {
    background: url(../images/top/mainv_bg_02_sp.jpg) center center/cover no-repeat;
    box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.3) inset;
  }
  #mainv .slider .slick03 {
    background: url(../images/top/mainv_bg_03.jpg) center right -43vw/cover no-repeat;
    box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.3) inset;
  }
  #mainv .slider .slick03 h2 {
    padding: 43vw 5vw 0;
  }
  /*#movie {
  	width: 90vw;
  	margin: 20px auto;
  	overflow: hidden;
  	iframe {
  		width: 100%;
  		height: auto;
  		aspect-ratio: 16/9;
  	}
  }*/
  #reason {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px;
  }
  #reason .inner {
    order: 2;
  }
  #reason h2 {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.2;
  }
  #reason h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 141px;
    height: 5px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #reason h2 span {
    color: #1D2C69;
  }
  #reason h2 span.small {
    font-size: 65%;
    line-height: 1.34;
    color: inherit;
    margin: 0 0 5px;
    display: block;
  }
  #reason ol {
    counter-reset: number;
  }
  #reason ol li {
    counter-increment: number;
    margin: 0 0 40px;
  }
  #reason ol li:last-child {
    margin: 0;
  }
  #reason ol li figure {
    position: relative;
    margin: 0 0 20px;
  }
  #reason ol li figure::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, #5fced8 50%, rgba(95, 206, 216, 0) 50%);
    content: "";
  }
  #reason ol li figure::after {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    line-height: 1;
    color: #FFF;
    font-size: 24px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    content: counter(number);
  }
  #reason ol li figure img {
    border-radius: 5px;
  }
  #reason ol li h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    margin: 0 0 15px;
  }
  #reason ol li h3 span {
    color: #1D2C69;
  }
  #reason ol li .text {
    font-size: 14px;
    line-height: 1.8;
  }
  #reason ol li .text span {
    font-weight: bold;
  }
  #reason .detailBtn {
    display: block;
    margin: 25px auto 0;
    padding: 12px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #reason .detailBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 15px;
    font-weight: bold;
  }
  #reason .detailBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 7px;
    height: 7px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #reason .bannerWrap {
    width: 94vw;
    order: 1;
    margin: 0 auto 40px;
  }
  #reason .bannerWrap .bnrText {
    margin: 0 0 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
  #reason .bannerWrap .bnrText span {
    color: #222222;
  }
  #reason .bannerWrap .bannerList {
    margin: 0 auto;
  }
  #reason .bannerWrap .bannerList > li {
    width: 100%;
    margin: 0 0 13px;
  }
  #reason .bannerWrap .bannerList > li > ul {
    display: flex;
    gap: 13px;
  }
  #reason .bannerWrap .bannerList > li:last-child {
    margin: 0;
  }
  #reason .bannerWrap .bannerList > li img {
    width: 100%;
    height: auto;
  }
  #reason .bannerWrap .bannerList .award {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  #reason .bannerWrap .bannerList .award img {
    width: 100%;
    height: auto;
  }
  #mainArea .inner {
    display: block;
  }
  #mainArea .inner .left #support {
    margin: 0 0 80px;
  }
  #mainArea .inner .left #support h2 {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.2;
  }
  #mainArea .inner .left #support h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 141px;
    height: 5px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #support h2 span {
    color: #1D2C69;
  }
  #mainArea .inner .left #support .supportList {
    display: block;
  }
  #mainArea .inner .left #support .supportList > li {
    margin: 0 0 35px;
  }
  #mainArea .inner .left #support .supportList > li:last-child {
    margin: 0;
  }
  #mainArea .inner .left #support .supportList > li a {
    display: flex;
  }
  #mainArea .inner .left #support .supportList > li figure {
    order: 2;
    width: 45%;
    position: relative;
  }
  #mainArea .inner .left #support .supportList > li figure img {
    width: calc(100% + 5vw);
    height: 100%;
    position: absolute;
    object-fit: cover;
  }
  #mainArea .inner .left #support .supportList > li .textWrap {
    order: 1;
    width: 55%;
    position: relative;
    padding: 60px 20px 0 0;
    box-sizing: border-box;
  }
  #mainArea .inner .left #support .supportList > li .textWrap .point {
    position: absolute;
    left: 5px;
    top: 2px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 42px;
    height: 42px;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    background: #1D2C69;
    border-radius: 21px;
  }
  #mainArea .inner .left #support .supportList > li .textWrap .point::before {
    position: absolute;
    right: 1px;
    bottom: -4px;
    border-width: 15px 6px 0 6px;
    border-color: #1D2C69 transparent transparent transparent;
    border-style: solid;
    content: "";
    transform: rotate(-40deg);
  }
  #mainArea .inner .left #support .supportList > li .textWrap h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    color: inherit;
  }
  #mainArea .inner .left #support .supportList > li:nth-child(even) .textWrap .point {
    background: #5FCED8;
    color: #fff;
    box-shadow: none;
  }
  #mainArea .inner .left #support .supportList > li:nth-child(even) .textWrap .point::before {
    border-color: #5FCED8 transparent transparent transparent;
  }
  #mainArea .inner .left #support .detailBtn {
    display: block;
    margin: 40px auto 0;
    padding: 12px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #support .detailBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 15px;
    font-weight: bold;
  }
  #mainArea .inner .left #support .detailBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 7px;
    height: 7px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left .newsWrap {
    margin: 0 0 50px;
  }
  #mainArea .inner .left .newsWrap h2 {
    padding: 12px;
    text-align: center;
    background: #1D2C69;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
  }
  #mainArea .inner .left .newsWrap .newsList > li {
    padding: 18px 0;
    border-bottom: solid 1px #ececec;
  }
  #mainArea .inner .left .newsWrap .newsList > li:last-child {
    border-bottom: none;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .tag {
    margin: 0 8px 0 0;
    padding: 2px;
    min-width: 97px;
    background: #777;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .tag.event {
    background: #1D2C69;
    color: #fff;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .tag.campaign {
    background: #F97814;
    color: #fff;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .date {
    color: #666;
    font-size: 12px;
  }
  #mainArea .inner .left .newsWrap .newsList > li a {
    font-size: 14px;
    color: #2A7BB9;
  }
  #mainArea .inner .left .newsWrap .newsList > li a:hover {
    text-decoration: underline;
  }
  #mainArea .inner .left .newsWrap .moreBtn {
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
    background: #e4e4e4;
    color: #444;
    font-size: 14px;
  }
  #mainArea .inner .left .newsWrap .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
  }
  #mainArea .inner .left .newsWrap .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 6px;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left .banner {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin: 0 0 55px;
  }
  #mainArea .inner .left #blog {
    margin: 0 0 60px;
  }
  #mainArea .inner .left #blog:last-child {
    margin: 0;
  }
  #mainArea .inner .left #blog h2 {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.2;
  }
  #mainArea .inner .left #blog h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 141px;
    height: 5px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #blog h2 span {
    color: #1D2C69;
  }
  #mainArea .inner .left #blog .blogList {
    position: relative;
  }
  #mainArea .inner .left #blog .blogList .slick-track {
    display: flex;
    padding: 3px 0 5px;
  }
  #mainArea .inner .left #blog .blogList .slick-slide {
    margin: 0 7px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    display: flex;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div {
    display: flex;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li {
    display: flex !important;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li > a {
    display: block;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-prev {
    position: absolute;
    left: -14px;
    top: 50%;
    width: 14px;
    height: 50px;
    padding: 0;
    border: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent;
    transform: translateY(-50%);
    outline: none;
  }
  #mainArea .inner .left #blog .blogList .slick-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-left: solid 2px #444;
    border-bottom: solid 2px #444;
    content: "";
    transform: translate(-30%, -50%) rotate(45deg) skew(15deg, 15deg);
  }
  #mainArea .inner .left #blog .blogList .slick-next {
    position: absolute;
    right: -14px;
    top: 50%;
    width: 14px;
    height: 50px;
    padding: 0;
    border: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent;
    transform: translateY(-50%);
    outline: none;
  }
  #mainArea .inner .left #blog .blogList .slick-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-right: solid 2px #444;
    border-top: solid 2px #444;
    content: "";
    transform: translate(-70%, -50%) rotate(45deg) skew(15deg, 15deg);
  }
  #mainArea .inner .left #blog .blogList figure {
    position: relative;
    height: 138px;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList figure .new {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, rgb(231, 75, 71) 50%, rgba(231, 75, 71, 0) 51%);
    content: "";
  }
  #mainArea .inner .left #blog .blogList figure .new::before {
    position: absolute;
    left: -5px;
    top: 14px;
    width: 38px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    white-space: nowrap;
    content: "NEW";
    transform: rotate(-45deg);
  }
  #mainArea .inner .left #blog .blogList figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #mainArea .inner .left #blog .blogList .textArea {
    padding: 14px;
  }
  #mainArea .inner .left #blog .blogList .textArea .title {
    margin: 0 0 5px;
    color: #1e4eb6;
    font-weight: bold;
    font-size: 14px;
  }
  #mainArea .inner .left #blog .blogList .textArea .date {
    color: #8d8d8d;
    font-size: 10px;
  }
  #mainArea .inner .left #blog .moreBtn {
    display: block;
    margin: 40px auto 0;
    padding: 12px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #blog .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 15px;
    font-weight: bold;
  }
  #mainArea .inner .left #blog .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 7px;
    height: 7px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #event {
    position: relative;
  }
  #mainArea .inner .left #event .slick-track {
    display: flex;
    padding: 3px 0 5px;
  }
  #mainArea .inner .left #event .slick-slide {
    width: 67vw;
    margin-right: 1vw !important;
    margin-left: 1vw !important;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    display: flex;
  }
  #mainArea .inner .left #event .slick-slide > div {
    display: flex;
    width: 100%;
  }
  #mainArea .inner .left #event .slick-slide > div > li {
    display: flex !important;
    width: 100%;
  }
  #mainArea .inner .left #event .slick-slide > div > li > a {
    display: flex;
    width: 100%;
  }
  #mainArea .inner .left #event .slick-prev {
    position: absolute;
    left: -14px;
    top: 50%;
    width: 14px;
    height: 50px;
    padding: 0;
    border: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent;
    transform: translateY(-50%);
    outline: none;
  }
  #mainArea .inner .left #event .slick-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-left: solid 2px #444;
    border-bottom: solid 2px #444;
    content: "";
    transform: translate(-30%, -50%) rotate(45deg) skew(15deg, 15deg);
  }
  #mainArea .inner .left #event .slick-next {
    position: absolute;
    right: -14px;
    top: 50%;
    width: 14px;
    height: 50px;
    padding: 0;
    border: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent;
    transform: translateY(-50%);
    outline: none;
  }
  #mainArea .inner .left #event .slick-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-right: solid 2px #444;
    border-top: solid 2px #444;
    content: "";
    transform: translate(-70%, -50%) rotate(45deg) skew(15deg, 15deg);
  }
  #mainArea .inner .left #event h2 {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.2;
  }
  #mainArea .inner .left #event h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 141px;
    height: 5px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #event h2 span {
    color: #222222;
  }
  #mainArea .inner .left #event ul li .eventWrap {
    width: 100%;
    box-sizing: border-box;
    padding: 39vw 2vw 2vw;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
  }
  #mainArea .inner .left #event ul li .eventWrap .imageWrap {
    width: 100%;
    height: 33.75vw;
    aspect-ratio: 16/9;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mainArea .inner .left #event ul li .eventWrap .imageWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  #mainArea .inner .left #event ul li .eventWrap .date {
    font-size: 1.3em;
    font-weight: 700;
    margin: 0 0 5px;
  }
  #mainArea .inner .left #event ul li .eventWrap .title {
    color: #1e4eb6;
    font-size: 13px;
    text-decoration: underline;
    width: 100%;
    margin: 0 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #mainArea .inner .left #event ul li .eventWrap .title a {
    word-break: break-all;
  }
  #mainArea .inner .left #event ul li .eventWrap .textWrap .place {
    color: #666;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 0 0 0 41px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #mainArea .inner .left #event ul li .eventWrap .textWrap .place span {
    color: #fff;
    font-weight: 700;
    background: #aaa;
    padding: 2px 5px;
    position: absolute;
    left: 0px;
    top: -2px;
  }
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .men,
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .women {
    margin: 0 25px 10px 0;
    width: 100%;
    font-size: 13px;
  }
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .men:last-child,
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .women:last-child {
    margin: 0;
  }
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .men .typeWrap,
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .women .typeWrap {
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 0 22px;
    color: #286acf;
    font-weight: bold;
  }
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .men .typeWrap::before,
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .women .typeWrap::before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    background: url(../images/common/event_men.png) no-repeat 50% 50%/contain;
    content: "";
  }
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .men .typeWrap .type,
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .women .typeWrap .type {
    font-size: 13px;
    margin: 0 14px 0 0;
    display: inline-block;
  }
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .men .typeWrap .few,
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .men .typeWrap .full,
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .women .typeWrap .few,
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .women .typeWrap .full {
    display: inline-block;
    width: 6em;
    border-radius: 5px;
    text-align: center;
    font-size: 11px;
    border: solid 1px #f60;
    color: #f60;
  }
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .men .typeWrap .full,
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .women .typeWrap .full {
    border-color: #c7203b;
    color: #c7203b;
  }
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .women .typeWrap {
    color: #e84a7f;
  }
  #mainArea .inner .left #event ul li .eventWrap .textWrap .condition .women .typeWrap::before {
    background-image: url(../images/common/event_women.png);
  }
  #mainArea .inner .left #event ul li .eventWrap form {
    margin: 0;
    margin-top: auto;
    display: grid;
  }
  #mainArea .inner .left #event ul li .eventWrap form button[type=submit] {
    display: block;
    width: 100%;
    max-width: 262px;
    margin: 18px auto 0;
    padding: 10px;
    text-align: center;
    background: linear-gradient(0deg, rgb(233, 74, 127) 0%, rgb(240, 129, 166) 100%);
    cursor: pointer;
    box-sizing: border-box;
    border: solid 2px #e94a7f;
    border-radius: 5px;
    padding: 4px 0;
  }
  #mainArea .inner .left #event ul li .eventWrap form button[type=submit] span {
    display: inline-block;
    position: relative;
    padding: 0 16px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
  }
  #mainArea .inner .left #event ul li .eventWrap form button[type=submit] span::before {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 6px;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left > .snsList {
    margin: 40px 0 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  #mainArea .inner .left > .snsList > li {
    width: calc((100% - 20px) / 2);
  }
  #mainArea .inner .right {
    margin: 45px -2vw 0;
    width: 94vw;
  }
  #newsArea {
    margin: 0 0 5vw;
  }
  #newsArea .inner .news {
    margin: 0 0 5vw;
    padding: 10vw 4.4vw 4.4vw;
    position: relative;
  }
  #newsArea .inner .news h3 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border-left: solid 5px #5FCED8;
    margin: 0 0 5vw;
    padding: 4px 0 4px 12px;
  }
  #newsArea .inner .news ul li {
    border-bottom: solid 1px #BBB;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  #newsArea .inner .news ul li figure {
    width: 22%;
    margin: 0 6% 0 0;
  }
  #newsArea .inner .news ul li .textBlock {
    width: 70%;
  }
  #newsArea .inner .news ul li .textBlock p {
    font-size: 12px;
  }
  #newsArea .inner .news ul li .textBlock .date {
    color: #2A7BB9;
    font-weight: bold;
  }
  #newsArea .inner .news ul li .textBlock .text {
    display: block;
  }
  #newsArea .inner .news .pageLink {
    position: absolute;
    top: 11.6vw;
    right: 1em;
  }
  #newsArea .inner .news .pageLink::after {
    color: #8D8D8D;
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 0 0 0.5em;
  }
  #newsArea .inner .news .pageLink a {
    color: #8D8D8D;
  }
  #newsArea .inner .news .pageLink a:hover {
    text-decoration: underline;
  }
  #newsArea .inner .facebook {
    width: 100%;
    height: 380px;
    text-align: center;
    margin: 0 6vw;
  }
  /*--------------------------endSP--------------------------------*/
}

/*# sourceMappingURL=top.css.map */
