
.slideWrapper{
	width:100%;
	min-width: 1040px;
	height:calc(100vh - 140px);
	/*background: #ccc;*/
	position: relative;
}
.slideWrapper #slider{
	width:100%;
	min-width: 1040px;
	height:calc(100vh - 140px);
	position: relative;
	overflow: hidden;
}

.slideWrapper #slider .sm-slider,
.slideWrapper #slider .sm-slider::after{
	position: absolute;
	width:100%;
	min-width: 1040px;
	height:calc(100vh - 140px);
	top:0;
	left:0;
	z-index: 2;
}

#spinner {
    width: 32px;
    height: 32px;
    margin: 10px auto;
    border: 2px #efefef solid;
    border-top: 2px #ccc solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
    position:absolute;
    top:calc(50vh - 16px);
    left:calc(50vw - 16px);
}

@keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
}
.slideWrapper{
    opacity: 0;
}
#spinner{
    opacity: 1;
}
.slideWrapper.show{
    opacity: 1;
    transition: opacity 1s ease-out;
}
#spinner.hide{
    opacity: 0;
    transition: opacity 0.7s ease-out;
}

.result{
	width:205px;
	height:205px;
	border-radius: 50%;
	background: #E93056;
	position: absolute;
	right: 25px;
	bottom:20px;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:4;
}

.result .resultInner{
	text-align: center;
}
.result .resultInner .resultTitle{
	font-size: 16px;
	padding-top:30px;
}
.result .resultInner .num{
	text-align: center;
	font-size: 100px;
	font-weight: 100;
	line-height: 100px;
	letter-spacing: -3px;
}

.result .resultInner .kumi{
	font-size: 20px;
	font-weight: 400;
	padding-left:5px;
}

.prize{
	width:300px;
	height:95px;
	position:absolute;
	top:30px;
	right:35px;
	z-index:3;
}
.prize img{
	width:300px;
	height:95px;
	display:block;
	filter: drop-shadow(0 0 15px rgba(255,255,255,1));
}

.newsTicker{
	width:100%;
	min-width:1040px;
	height:80px;
	position:absolute;
	left:0;
	bottom:0;
	background: rgba(255,255,255,0.75);
	z-index:2;
	display:flex;
	align-items: center;
	overflow: hidden;
}
.newsTicker .tickerHead{
	width:140px;
	height:80px;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
}
.newsTicker ul.ticker,
.newsTicker .bx-wrapper{
	/*width:calc(100vw - 500px);*/
	width:calc(100vw - 550px);
	min-width:490px;
	font-size: 16px;
	align-self: flex-start;
	box-sizing: border-box;
	border: none;
	background: none;
	box-shadow:none;
}


.newsTicker ul.ticker li{
	width:100%;
	height:80px;
	display: flex;
	align-items: center;
}
.newsTicker ul.ticker li a{
	color:#111;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsTicker ul.ticker li a:hover{
	color:#E93056;
	text-decoration: none;
}
.newsTicker ul.ticker li a .date{
	margin-right:20px;
}
.newsTicker .moreBtn{
	position:absolute;
	right:260px;
	top:50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	letter-spacing: 0.01em
}
.newsTicker .moreBtn a{
  display: inline-block;
  padding: 0.5em 2.5em 0.625em 1.75em;
  border-radius: 100px;
  font-size: 13px;
  line-height: 100%;
  color: #B5875B;
  border: 1px solid #B5875B;
	position: relative;
}
.newsTicker .moreBtn a:hover{
	color:#fff;
}
.newsTicker .moreBtn a::after{
	content: "";
	display: block;
	width:0.5em;
	height:0.5em;
	border-right:1px solid #B5875B;
	border-bottom:1px solid #B5875B;
	transform: rotate(-45deg);
	position: absolute;
	top:calc(50% - 0.275em);
	right:1.25em;
	transition: right 0.4s ease;
}
.newsTicker .moreBtn a:hover::after{
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	right:0.8em;
}
.topBnrArea{
	margin:0;
	padding:40px 0;
	background: #F9F7F5;
}
.counselingBnr{
	margin:0;
	padding: 0 0 80px 0;
	background: #F9F7F5;
}
.topBnrArea .contents a img,
.contentsWrapper.campaign a img,
.counselingBnr .contents a img{
	width:100%;
	height:auto;
	display:block;
}

.contentsWrapper.campaign {
  padding: 90px 0 80px 0;
  background: #F9F7F5;
  position: relative;
}
.contentsWrapper.campaign::after {
  content: "";
  width: 790px;
  height: 190px;
  position: absolute;
  background: url("/assets/img/top/bg_txt_campaign.svg") no-repeat 0 0;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.contentsWrapper.campaign .bnrList{
	display: flex;
	justify-content: center;
	gap:30px;
}
.contentsWrapper.campaign .bnrList .bnr{
	/*width:475px;*/
	max-width: 75%;
}
.contentsWrapper.campaign .bnrList .bnr .thumb{
	width:100%;
	height:auto;
	overflow: hidden;
}
.contentsWrapper.campaign .bnrList .bnr .thumb img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s ease;
}
.contentsWrapper.campaign .bnrList .bnr a:hover .thumb img{
	transform: scale(110%);
}
.contentsWrapper.campaign .bnrList .bnr .txt p{
	margin: 0.5em 0
}


.expansion{
	padding:60px 0;
	background: url("../img/top/japan.png") no-repeat top center;
	background-size:contain;
}
.expansion .columnWrapper{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.expansion .columnWrapper .ibjImage{
	width:460px;
	height:auto;
	display:block;
}
.expansion .columnWrapper .ibjTxt{
	width:475px;
	height:auto;
	display:block;
}
.expansion .columnWrapper .ibjLogo{
	width:170px;
	height:auto;
	display:block;
	margin-top:30px;
}
.yourPattern{
	width:100%;
	padding:45px 0;
	margin: 45px 0 0 0;
	border:3px solid #E93056;
	border-radius: 20px;
	text-align: center;
	box-sizing: border-box;
}
.yourPattern h3{
	margin-bottom:20px;
}
.yourPattern h4{
	margin-bottom:30px;
}
.yourPattern ul{
	display:flex;
}
.yourPattern ul li{
	width:33.3%;
    background-image: linear-gradient(to bottom, #E93056 25%, rgba(255,255,255,0) 0%);
    background-position:right;
    background-size: 2px 8px;
    background-repeat: repeat-y;
	padding: 7px 0;
}
.yourPattern ul li:nth-last-child(1){
	background:none;
}
.yourPattern ul li .numImg{
	display:block;
	width:130px;
	height:auto;
	margin:5px auto 0 auto;
}
.yourPattern ul li h4.pattern{
	font-size:28px;
	font-weight:600;
	line-height: 1.4em;
	margin: 15px 0 18px 0;
	display: flex;
	min-height: 3em;
	justify-content: center;
	align-items: center;
}
.yourPattern ul li p{
	margin: 5px 0;
	line-height: 1.5em;
}
.yourPattern ul li p.txt1{
	min-height:3.4em;
	display:flex;
	justify-content: center;
	align-items: center;
}
.yourPattern ul li p.txt2{
	min-height:3.6em;
	display:flex;
	justify-content: center;
	align-items: center;
}




.contentsWrapper.about{
	background-image:radial-gradient(#fddf23 8%, transparent 8%);
}
.contentsWrapper.about .contents{
	display:flex;
	justify-content: space-between;
}
.contentsWrapper.about::before{
	content:"";
	width:35vw;
	height:450px;
	position:absolute;
	top:0;
	left:0;
	display:block;
	background: rgb(254,245,186);
	background: linear-gradient(135deg, rgba(254,245,186,1) 0%, rgba(250,203,216,1) 95%);
	z-index:1;
}
.contentsWrapper.about .aboutTxt,
.contentsWrapper.about .aboutImg{
	width:49%;
}
.contentsWrapper.about .aboutImg img{
	width:100%;
	height:auto;
}
.contentsWrapper.about .btn_L {
    text-align: center;
}


.contentsWrapper.flow{
	background-image:radial-gradient(#d0b2db 7%, transparent 7%);
}
.contentsWrapper.flow .contents{
	display:block;
	text-align: center;
}
.contentsWrapper.flow::before{
	content:"";
	width:35vw;
	height:450px;
	position:absolute;
	top:0;
	left:0;
	display:block;
	background: rgb(234,220,239);
    background: linear-gradient(135deg, rgba(234,220,239,1) 0%, rgba(220,245,253,1) 95%);
	z-index:1;
}
.contentsWrapper.flow img{
	width:100%;
	height:auto;
	display:block;
	margin:40px auto 30px auto;
}

.contentsWrapper.event{
	background: linear-gradient(90deg, #F9F7F5 0%, #F9F7F5 50%, #fff 50%, #fff 100%);
	position:relative;
}
.contentsWrapper.event::after {
    content: "";
    width: 500px;
    height: 144px;
    position: absolute;
    background: url("/assets/img/top/bg_txt_event.svg") no-repeat 0 0;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.contentsWrapper.event .contents{
	display:flex;
}
.contentsWrapper.event .contents .txt{
	width:50%;
	padding:120px 0;
}
.contentsWrapper.event .contents .txt p{
	margin: 80px 0 40px 0;
}
.contentsWrapper.event .contents .schedule{
	width:50%;
	padding:40px 0 45px 45px;
}
.contentsWrapper.event .schedule ul{
	border-bottom:1px dotted #ccc;
	margin-top:20px
}
.contentsWrapper.event .schedule li{
	border-top:1px dotted #ccc;
	box-sizing: border-box;
	padding: 17px 0;
}
.contentsWrapper.event .schedule li a{
	color:#111;
}
.contentsWrapper.event .schedule li a:hover{
	color:#E93056;
	text-decoration: none;
}
.contentsWrapper.event .schedule li a strong{
	padding-top:0.35em;
	display:block;
}
.contentsWrapper.event .schedule dl{
	width:445px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin:0;
	padding:0 0 0 5px;
}
.contentsWrapper.event .schedule dl dt{
	width:85px;
	height:80px;
	border-radius: 50px;
	overflow: hidden;
	margin:0;
	padding:0;
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 5px rgba(221,202,187,1);
}
.contentsWrapper.event .schedule li.ladies dt{
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 5px rgba(252,186,209,1);
}
.contentsWrapper.event .schedule li.mens dt{
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 5px rgba(166,209,240,1);
}
.contentsWrapper.event .schedule dl dd{
	width:375px;
	margin:0;
	padding:0 0 0 20px;
	line-height: 1.4em;
}
.contentsWrapper.event .schedule dl dt img{
	width:81px;
	height:81px;
	object-fit: cover;
}
span.tag_ladies {
    width: 100px;
    display: inline-block;
    box-sizing: border-box;
    background: #ff93aa;
    color: #fff;
    padding: 3px;
    margin: 0;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
}
span.tag_mens {
    width: 100px;
    display: inline-block;
    box-sizing: border-box;
    background: #25c3fe;
    color: #fff;
    padding: 3px;
    margin: 0;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
}
span.tag_unisex {
    width: 100px;
    display: inline-block;
    box-sizing: border-box;
    background: #a57449;
    color: #fff;
    padding: 3px;
    margin: 0;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
}
span.tag_close {
    width: 100px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #a57449;
    color: #a57449;
    padding: 3px;
    margin: 0;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
}



.contentsWrapper.reason{
	padding:90px 0 80px 0;
	background: #F9F7F5;
	position:relative;
}
.contentsWrapper.reason::after{
	content:"";
	width:625px;
	height:146px;
	position:absolute;
	background: url("/assets/img/top/bg_txt_reason.svg") no-repeat 0 0;
	top:0;
	left:0;
	display:block;
	z-index:1;
}
.contentsWrapper.reason h2{
	margin:0 0 80px 0;
}

.reason .result{
    right: 10px;
    top: -40px;
}

.contentsWrapper.reason .contents .reason1{
	width:100%;
	padding:0;
	display:flex;
	justify-content: space-between;
}
.contentsWrapper.reason .contents .reason1 li{
	width:488px;
	background: #fff;
	position:relative;
	padding:130px 30px 30px 30px;
}
.reason1 li .reasonNum{
	width:145px;
	height:62px;
	position:absolute;
	top:40px;
	left:30px;
}
.reason1 li .reasonImg{
	width:135px;
	height:auto;
	position:absolute;
	bottom:30px;
	right:30px;
}
.reason1 li .reasonImg.award{
	width:155px;
}
.reason1 li .reasonTxt{
	width:275px;
	padding-bottom:0.5em;
}
.contentsWrapper.reason .contents .reason2{
	width:100%;
	padding:0;
	margin-top:4px;
	display:flex;
	justify-content: space-between;
}
.contentsWrapper.reason .contents .reason2 li{
	width:324px;
	background: #fff;
	position:relative;
	padding:150px 30px 30px 30px;
	min-height:calc(210px + 7.5em);
}
.reason2 li .reasonNum{
	width:145px;
	height:62px;
	position:absolute;
	top:40px;
	left:30px;
	z-index:2;
}
.reason2 li .reasonImg{
	width:auto;
	height:150px;
	position:absolute;
	top:0;
	right:0;
}
.reason2 li .reasonTxt{
	width:calc(100% - 60px);
	padding-bottom:0.5em;
	position:absolute;
	bottom:25px;
	left:30px;
}
.reason2 li .reasonTxt p,
.reason2 li .reasonTxt a{
	width:100%;
}
.contentsWrapper.reason .contents .reason3{
	width:100%;
	padding:0;
	margin-top:4px;
	display:flex;
	justify-content: space-between;
}
.contentsWrapper.reason .contents .reason3 li{
	width:488px;
	background: #fff;
	position:relative;
	padding:150px 30px 30px 30px;
	min-height:calc(180px + 6em);
}
.reason3 li .reasonNum{
	width:145px;
	height:62px;
	position:absolute;
	top:40px;
	left:30px;
	z-index:2;
}
.reason3 li .reasonImg{
	width:auto;
	height:100%;
	position:absolute;
	top:0;
	right:0;
}
.reason3 li .reasonTxt{
	width:calc(100% - 60px);
	padding-bottom:0.5em;
	position:absolute;
	bottom:30px;
	left:30px;
}
.reason3 li .reasonTxt p,
.reason3 li .reasonTxt a{
	width:100%;
}


.contentsWrapper.voice{
	padding:90px 0 80px 0;
	background: #F9F7F5;
	position:relative;
}
.contentsWrapper.voice .contents{
	width:100%;
}
.contentsWrapper.voice::after{
	content:"";
	width:625px;
	height:146px;
	position:absolute;
	background: url("/assets/img/top/bg_txt_voices.svg") no-repeat 0 0;
	top:0;
	left:0;
	display:block;
	z-index:1;
}

.voiceList{;
	margin: 0 0 0 0;
	/*padding-top:30px;*/
}
/*.voiceList .slick-slide:nth-of-type(even){
	margin-top:25px;
}*/
.voiceList a.voice {
	color:#111;
	display:block;
	width:26.92vw;
	height:26.92vw;
	min-width:280px;
	min-height:280px;
	position:relative;
	padding: 0 15px;
	margin: 25px auto 25px auto;
}
.voiceList .voice div.thumb{
	width:23vw;
	height:23vw;
	min-width:230px;
	min-height:230px;
	position:absolute;
	top:0;
	right:0;
}
.voiceList .voice div.thumb img{
	width:100%;
	height:auto;
}
.voiceList .voice div.txt{
	width:24vw;
	min-width:230px;
	position:absolute;
	bottom:0;
	left:0;
	background: #fff;
	padding:15px 20px;
}
.voiceList .voice div.txt h3{
	margin:0 0 8px 0;
	font-size:14px;
	line-height: 1.4em;
    transition: color 0.2s ease-out;
}
.voiceList a:hover div.txt h3{
	color:#E93056;
}
p.marriageInfo{
	font-size:12px;
	color:#B5875B;
	margin:0 0 10px 0;
	line-height: 1.2em;
}
ul.memberName li{
	font-size:12px;
	line-height: 1.2em;
	margin:5px 0 0 0;
}
ul.memberName .type{
	font-size:10px;
	line-height:1em;
	display: inline-block;
	border: 1px solid #E93056;
	color:#E93056;
	border-radius: 2px;
	padding: 2px 5px 3px 5px;
	min-width:6em;
	text-align: center;
	margin-right: 3px;
}
ul.memberName .type.other{
	border: 1px solid #666666;
	color:#666;
}
.voiceList a div.txt{
	box-shadow: 0px 10px 25px 0 rgba(0,0,0,0);
    transition: box-shadow 0.5s ease-out;
}
.voiceList a div.thumb{
	overflow: hidden;
    transition: box-shadow 0.5s ease-out;
}
.voiceList a div.thumb img{
	box-shadow: 0px 10px 25px 0 rgba(0,0,0,0);
    transition: transform 0.5s ease-out;
}
.voiceList a:hover div.txt{
	box-shadow: 0px 10px 25px 0 rgba(0,0,0,0.15);
}
.voiceList a:hover div.thumb{
	box-shadow: 0px 10px 25px 0 rgba(0,0,0,0.25);
}
.voiceList a:hover div.thumb img{
	opacity: 1;
	transform:scale(1.2,1.2);
}
.slick-prev,.slick-next{
	width:50px;
	height:50px;
	font-size: 0;
	line-height: 0;
	border: none;
	background-color: transparent;
	position: absolute;
	top: -75px;
}
.slick-prev,.slick-next{
	right:120px;
	right:10vw;
}
.slick-next{
	right:60px;
	right:5vw;
}
.slick-prev::after,.slick-next::after{
	content:"";
	display:block;
	width:25px;
	height:25px;
	border-top: 1px solid #999;
    border-right: 1px solid #999;
	position: absolute;
}
.slick-prev::after{
    transform: rotate(-135deg);
	top:13px;
	left:20px;
    transition: left 0.3s;
}
.slick-next::after{
    transform: rotate(45deg);
	top:13px;
	left:3px;
    transition: left 0.3s;
}
.slick-prev:hover::after{
    transform: rotate(-135deg);
	border-top: 1px solid #333;
    border-right: 1px solid #333;
	left:10px;
}
.slick-next:hover::after{
    transform: rotate(45deg);
	border-top: 1px solid #333;
    border-right: 1px solid #333;
	left:13px;
}



.movie{
	width:100%;
	padding:60px 0 0 0;
}
.movie h3{
	text-align: center;
	line-height: 1.4em;
}
.movList{
	width:100%;
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	gap:0 28px;
}
.movList li{
	width:308px;
	position:relative;
	margin:1em 0 2em 0;
}
.movList li img{
	width:100%;
	height:auto;
	transition: opacity 0.5s ease-out;
}
.movList li a:hover img{
	opacity:0.5;
}

.movList .thumb{
	width:100%;
	height:auto;
	position:relative;
}
.movList .thumb::after{
	content:"";
	display:block;
	width:60px;
	height:60px;
	background: url("/assets/img/ico_play.svg") no-repeat 0 0 /cover;
	position: absolute;
	top:calc(50% - 30px);
	left:calc(50% - 30px);
	transition: all 0.2s ease-out;
}
.movList a:hover .thumb::after{
	transform: scale(1.2);
}
.movList a{
	text-decoration: none;
}
.movList a .txt{
	font-size:14px;
	line-height:1.4em;
	padding: 0.5em 0 0 0;
	color:#111;
	transition: color 0.2s ease-out;
	text-decoration: none;
}
.movList a:hover .txt{
	text-decoration: none;
	color:#E93056;
}
.contentsWrapper.movie p.txt_XS{
	text-align:right;
	margin-top:1em;
}







/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 700px) {

/*.headerWrapper{
    background: none;
    position: absolute;
    border:none;
}*/
.slideWrapper{
	width:100%;
	min-width:100%;
	height:calc(100vh - 70px);
	position: relative;
}
.slideWrapper #slider{
	width:100%;
	min-width:100%;
	height:calc(100vh - 70px);
}
	
.slideWrapper #slider .sm-slider, .slideWrapper #slider .sm-slider::after {
    position: absolute;
    width: 100%;
    min-width: 100%;
    height: calc(100vh - 70px);
}
	
.newsTicker{
	width:100%;
	min-width:100%;
	height:100px;
	position:absolute;
	left:0;
	bottom:0;
	background: rgba(255,255,255,0.75);
	z-index:2;
	display:block;
	align-items: center;
	overflow: hidden;
}
.newsTicker .tickerHead{
	width:100%;
	height:45px;
	display:block;
	align-items: center;
	justify-content:flex-start;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 0 0 5vw;
}
.newsTicker ul.ticker,
.newsTicker .bx-wrapper{
	width:calc(100vw - 500px);
	min-width:100%;
	font-size: 12px;
	align-self: flex-start;
	box-sizing: border-box;
	border: none;
	background: none;
	box-shadow:none;
}


.newsTicker ul.ticker li{
	width:100%;
	height:55px;
	/*background: #f00;*/
	display: flex;
	align-items: flex-start;
	padding: 0 5vw;
	line-height: 1.6em;
}
.newsTicker ul.ticker li a{
	color:#111;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsTicker ul.ticker li a:hover{
	color:#E93056;
	text-decoration: none;
}
.newsTicker ul.ticker li a .date{
	margin-right:20px;
}
.newsTicker .moreBtn{
	position:absolute;
	right:inherit;
	left:6.25em;
	top:25px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.newsTicker .moreBtn a{
	font-size: 10px !important;
	padding: 0.5em 2em 0.625em 1.25em;
}	
	
.counselingBnr{
	margin:0;
	padding:20px 5vw 60px 5vw;
	background: #F9F7F5;
}
.topBnrArea{
	margin:0;
	padding:10vw 5vw;
	background: #F9F7F5;
}
.counselingBnr .contents a img{
	width:100%;
	height:auto;
	display:block;
}


.result{
	width:120px;
	height:120px;
	right: 15px;
	bottom:55px;
}

.result .resultInner{
	text-align: center;
}
.result .resultInner .resultTitle{
	font-size: 12px;
	padding-top:5px;
}
.result .resultInner .num{
	font-size: 50px;
	font-weight: 100;
	line-height: 40px;
	letter-spacing: -1px;
}

.result .resultInner .kumi{
	font-size: 14px;
	padding-left:3px;
}

.prize{
	width:50vw;
	height:10.8333vw;
	position:absolute;
	top:inherit;
	right:inherit;
	bottom:130px;
	left:15px;
}
.prize img{
	width:100%;
	height:auto;
	filter: drop-shadow(0 0 20px rgba(0,0,0,1));
}	

.expansion{
	padding:40px 5vw;
	background-size:contain;
	background-size:120%;
	background-position: center 26vw;
}
.expansion .columnWrapper{
	display: block;
	width:100%;
}
.expansion .columnWrapper .ibjImage{
	width:100%;
	height:auto;
	margin: 15px auto 0 auto;
	display:block;
}
.expansion .columnWrapper .ibjTxt{
	width:100%;
}
.expansion .columnWrapper .ibjLogo{
	width:170px;
	margin: 0 auto 0 0;
	margin-top:0;
}
	.expansion .contents h3{
		margin:0;
	}
.yourPattern{
	width:100%;
	padding:8vw 5vw 4vw 5vw;
	margin: 30px 0 0 0;
	border-radius: 18px;
}
.yourPattern h3{
	margin-bottom:0;
	
}
.yourPattern h4{
	margin-top:15px;
	margin-bottom:20px;
	text-align: left;
}
.yourPattern ul{
	display:block;
}
.yourPattern ul li{
	width:100%;
    background-image: linear-gradient(to left, #E93056 25%, rgba(255,255,255,0) 0%);
    background-position:top;
    background-size:8px 2px;
    background-repeat: repeat-x;
	padding: 10px 0 15px 0;
}
.yourPattern ul li:nth-last-child(1){
	width:100%;
    background-image: linear-gradient(to left, #E93056 25%, rgba(255,255,255,0) 0%);
    background-position:top;
    background-size:8px 2px;
    background-repeat: repeat-x;
	padding: 10px 0 15px 0;
}
.yourPattern ul li .numImg{
	display:block;
	width:130px;
	height:auto;
	margin:5px auto 5px auto;
}
.yourPattern ul li h4.pattern{
	font-size:28px;
	font-weight:600;
	margin: 3px 0 13px 0;
	text-align: center;
}
.yourPattern ul li p{
	margin: 5px 0;
	line-height: 1.5em;
	display:block;
}
.yourPattern ul li p.txt1{
	min-height:inherit;
	display:block;
}
.yourPattern ul li p.txt2{
	min-height:inherit;
	display:block;
}
	
	
/*
.contentsWrapper.about{
	background: url("/assets/img/dot_yellow.png") repeat 0 0;
	background-size: 9px 9px;
}	*/
.contentsWrapper.about{
	background-image:radial-gradient(#fddf23 8%, transparent 8%);
}
.contentsWrapper.about .contents{
	display:block;
	justify-content: space-between;
}	
	
.contentsWrapper.about::before{
	content:"";
	width:50vw;
	height:70vw;
	position:absolute;
	top:0;
	left:0;
	display:block;
	background: rgb(254,245,186);
	background: linear-gradient(135deg, rgba(254,245,186,1) 0%, rgba(250,203,216,1) 95%);
	z-index:1;
}
.contentsWrapper.about .aboutTxt,
.contentsWrapper.about .aboutImg{
	width:100%;
}
.contentsWrapper.about .aboutImg img{
	width:100%;
	height:auto;
}

/*.contentsWrapper.flow{
	background: url("/assets/img/dot_purple.png") repeat 0 0;
	background-size: 9px 9px;
}*/
.contentsWrapper.flow{
	background-image:radial-gradient(#d0b2db 8%, transparent 8%);
}
.contentsWrapper.flow .contents{
	display:block;
	justify-content: space-between;
}	
.contentsWrapper.flow::before{
	content:"";
	width:50vw;
	height:70vw;
	position:absolute;
	top:0;
	left:0;
	display:block;
    background: rgb(234,220,239);
    background: linear-gradient(135deg, rgba(234,220,239,1) 0%, rgba(220,245,253,1) 95%);
	z-index:1;
}
.contentsWrapper.flow h3{
    text-align: left;
}
.contentsWrapper.flow img{
	width:100%;
	height:auto;
	display:block;
	margin:20px auto 20px auto;
}
	
	
.contentsWrapper.event{
	background: #F9F7F5;
	position:relative;
}
.contentsWrapper.event::after {
    content: "";
    width: 75vw;
    height: 20.16vw;
    position: absolute;
    background: url("/assets/img/top/bg_txt_event.svg") no-repeat 0 0;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.contentsWrapper.event .contents{
	display:block;
}
.contentsWrapper.event .contents .txt{
	width:100%;
	padding:20px 0;
}
.contentsWrapper.event .contents .txt h2{
	text-align: center;
}
.contentsWrapper.event .contents .txt p{
	margin: 0 0;
}
.contentsWrapper.event .contents .schedule{
	width:100%;
	padding:0 0 5px 0;
	/*margin-top:5vw;*/
	background: #fff;
}
.contentsWrapper.event .contents .schedule h3{
	padding:5vw 0;
	margin:0;
}
.contentsWrapper.event .schedule ul{
	border-bottom:none;
	margin-top:0;
	padding:0 3.5vw;
}
.contentsWrapper.event .schedule div.sp{
	background: #fff;
	padding:7.5vw;
}
.contentsWrapper.event .schedule li{
	border-top:1px dotted #ccc;
	box-sizing: border-box;
	padding: 17px 0;
}
.contentsWrapper.event .schedule li:nth-last-child(1){
	border-bottom:1px dotted #ccc;
}
.contentsWrapper.event .schedule li a{
	color:#111;
}
.contentsWrapper.event .schedule li a:hover{
	color:#E93056;
	text-decoration: none;
}
.contentsWrapper.event .schedule li a strong{
	padding-top:0.35em;
	display:block;
}
.contentsWrapper.event .schedule dl{
	width:83vw;
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin:0;
	padding:0 0 0 4px;
}
.contentsWrapper.event .schedule dl dt{
	width:18vw;
	height:18vw;
	border-radius: 50px;
	overflow: hidden;
	margin:0;
	padding:0;
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 5px rgba(221,202,187,1);
}
.contentsWrapper.event .schedule li.ladies dt{
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 5px rgba(252,186,209,1);
}
.contentsWrapper.event .schedule li.mens dt{
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 5px rgba(166,209,240,1);
}
.contentsWrapper.event .schedule dl dd{
	width:65vw;
	margin:0;
	padding:0 0 0 4vw;
	line-height: 1.4em;
	font-size: 3.125vw;
}
.contentsWrapper.event .schedule dl dt img{
	width:18vw;
	height:18vw;
	object-fit: cover;
}
span.tag_ladies,
span.tag_mens,
span.tag_close {
    width: 80px;
    font-size: 10px;
}	
.contentsWrapper.event .schedule .sp{
    text-align: center;
}

	
.contentsWrapper.reason{
	padding:45px 5vw 40px 5vw;
	background: #F9F7F5;
	position:relative;
}
.contentsWrapper.reason::after{
	content:"";
	width:100vw;
	height:23.36vw;
	position:absolute;
	background: url("/assets/img/top/bg_txt_reason.svg") no-repeat 0 0;
	background-size: 100%;
	top:0;
	left:0;
	display:block;
	z-index:1;
}
.contentsWrapper .contents{
	padding: 0;
	/*overflow: hidden;*/
}
.contentsWrapper.reason h2{
	margin:0 0 10px 0;
	position:relative;
	z-index:2;
	text-align: left;
}

.reason .result{
	right:-10px;
	top:-30px;
	position:absolute;
}
.contentsWrapper.reason .contents .reason1{
	width:100%;
	padding:0;
	margin-top:35px;
	display:block;
}
.contentsWrapper.reason .contents .reason1 li{
	width:100%;
	background: #fff;
	position:relative;
	padding:160px 7.5vw 20px 7.5vw;
	min-height:inherit;
	margin-top:5px;
}
.contentsWrapper.reason .contents .reason1 li.award{
	padding:140px 7.5vw 20px 7.5vw;
}
.reason1 li .reasonNum{
	width:auto;
	height:55px;
	position:absolute;
	top:60px;
	left:7.5vw;
}
.reason1 li .reasonImg{
	width:auto;
	height:140px;
	position:absolute;
	top:20px;
	right:20px;
	/*transform: rotate(14deg)*/
}
.reason1 li .reasonImg.award{
	width:auto;
	height:30vw;
	max-height:140px;
}
.reason1 li .reasonTxt{
	width:75vw;
	padding-bottom:0.5em;
	font-weight: 400;
}
	
	
	
.contentsWrapper.reason .contents .reason2{
	width:100%;
	padding:0;
	margin-top:4px;
	display:block;
	justify-content: inherit;
}
.contentsWrapper.reason .contents .reason2 li{
	width:100%;
	background: #fff;
	position:relative;
	padding:115px 7.5vw 20px 7.5vw;
	/*min-height:inherit;*/
	min-height:260px;
	margin-top:5px;
}
.reason2 li .reasonNum{
	width:auto;
	height:55px;
	position:absolute;
	top:10vw;
	left:7.5vw;
}
.reason2 li .reasonImg{
	width:auto;
	height:115px;
	position:absolute;
	top:0;
	right:0;
}
.reason2 li .reasonTxt{
	width:75vw;
	/*padding-top:140px;*/
	padding-bottom:0.5em;
	font-weight: 400;
	left: inherit;
}
.reason2 li .reasonTxt p,
.reason2 li .reasonTxt a{
	width:100%;
}	
	
	
	
.contentsWrapper.reason .contents .reason3{
	width:100%;
	padding:0;
	margin-top:4px;
	display:block;
	justify-content: space-between;
}
.contentsWrapper.reason .contents .reason3 li{
	width: 100%;
    background: #fff;
    position: relative;
    padding: 110px 7.5vw 20px 7.5vw;
    /*min-height: inherit;*/
    margin-top: 5vw;
}
.reason3 li .reasonNum{
	width:auto;
	height:55px;
	position:absolute;
	top:10vw;
	left:7.5vw;
}
.reason3 li .reasonImg{
	width:auto;
	height:115px;
	position:absolute;
	top:0;
	right:0;
}
.reason3 li .reasonTxt{
	width:75vw;
	/*padding-top:140px;*/
	padding-bottom:0.5em;
	font-weight: 400;
}
.reason3 li .reasonTxt p,
.reason3 li .reasonTxt a{
	width:100%;
}

.contentsWrapper.voice{
	padding:50px 0 50px 0;
}
.contentsWrapper.voice .contents{
	width:100%;
}
.contentsWrapper.voice::after{
	width:78.15vw;
	height:23.36vw;
}
.voiceList{
	margin: 0 0 20px 0;
}
.voiceList a.voice {
	color:#111;
	display:block;
	width:calc(76.5vw);
	height:calc(90vw);
	min-width:inherit;
	min-height:inherit;
	position:relative;
	margin: 25px auto 25px auto;
}
.voiceList .voice div.thumb{
	width:68.75vw;
	height:68.75vw;
	position:absolute;
	top:0;
	right:0;
}
.voiceList .voice div.thumb img{
	width:100%;
	height:auto;
}
.voiceList .voice div.txt{
	width:68.75vw;
	position:absolute;
	bottom:0;
	left:0;
	background: #fff;
	padding:4.6875vw;
}
.voiceList .voice div.txt h3{
	font-size:13px;
	line-height: 1.4em;
	margin:0 0 10px 0;
}
p.marriageInfo{
	font-size:12px;
	line-height: 1em;
	color:#B5875B;
	margin:0 0 10px 0;
}
ul.memberName li{
	font-size:11px;
	line-height: 1em;
	padding:0 0 0 0;
}
ul.memberName .type{
	font-size:3.125vw;
	line-height:1em;
	display: inline-block;
	border: 1px solid #E93056;
	color:#E93056;
	border-radius: 2px;
	padding: 1px 5px 2px 5px;
	min-width:6.25em;
	text-align: center;
	margin-right: 3px;
}
.slick-prev,.slick-next,
.slick-prev::after,.slick-next::after{
	display:none;
}

	
	
	
.contentsWrapper.campaign::after{
	width:100vw;
	height:30vw;
}
.contentsWrapper.campaign {
	padding: 40px 0 50px 0;
}
.contentsWrapper.campaign .bnrList {
	display: block;
	padding: 0 5vw;
}
.contentsWrapper.campaign .bnrList .bnr {
	width: 100%;
	max-width: 100%;
	padding-top:5vw;
}
.contentsWrapper.campaign .bnrList .bnr .txt p{
	font-size:12px;
	line-height: 1.6em;
}
	
.movie{
	padding:40px 0 0 0;
}
.contentsWrapper.movie .contents{
	width:100%;
	margin: 0 auto;
	padding: 0 5vw;
}
.contentsWrapper.movie h2{
	font-size: 22px;
	line-height: 1.6em;
}
.contentsWrapper.movie h3{
	font-size: 18px;
	line-height: 1.6em;
}
.movList{
	width:100%;
	justify-content: space-between;
	gap:inherit;
}
.movList li{
	width:43vw;
	margin:1em 0 1em 0;
}
.movList li img{
	width:100%;
	height:auto;
	transition: opacity 0.5s ease-out;
}	
.movList .thumb::after{
	width:30px;
	height:30px;
	top:calc(50% - 15px);
	left:calc(50% - 15px);
}
.movList a .txt{
	font-size:11px;
}	
	
	

}

