@charset "UTF-8";


/* ローディング画面 */
#loading{
	position:fixed;
	inset:0;
	background:#000;
	z-index:9999;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:opacity .6s ease;
}
#loading.is-hide{
	opacity:0;
	pointer-events:none;
}
/*
.spinner{
	width:40px;
	height:40px;
	border:4px solid #fff;
	border-top-color:transparent;
	border-radius:50%;
	animation:spin 1s linear infinite;
}

@keyframes spin{
	to{ transform:rotate(360deg); }
} */
body{
	opacity:0;
	transition:opacity .6s ease;
}
body.is-loaded{
	opacity:1;
}

/******************
スライド画像[共通]
******************/
.mainVisual {
  width: 100%;
  margin: 90px auto 0;
  min-height: calc(100vh - 90px);
  height: auto;
  position: relative;
  z-index: 100;
}
.mv {
  width: 100%;
  height: 90vh;
  display: flex;
	position:relative;
	z-index:1;
}
.mv-col {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.mv .swiper,
.mv .swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-size: cover;
  background-position: center;	
	 position:relative;
}
.mv .swiper-slide::after{
	content:"";
	position:absolute;
	inset:0;
	background:rgba(0,0,0,0.3);
	z-index:1;
}
.mv .swiper-slide > *{
	position:relative;
	z-index:2;
}

.mainTxtWrapper{
	position:absolute;
	top:85%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:2;
	width:100%;
	text-align:center;
}
.mainWhTxt{
	width:80%;
	max-width:1100px;
	margin:0 auto;
}
.mainWhTxt svg{
	width: 100%;
	height: auto;
	display: block;
	line-height: 1;
}
.mainTxtWrapper svg path{
	fill:#fff;
}
.mainWhTxtSp{
	display:none;
}
@media screen and (max-width: 1400px) {
.mainTxtWrapper{
	height:13vh;
}
}
@media screen and (max-width: 1024px) {
.mv {
    flex-direction: column;
	height: calc(100vh - 70px);
}
.mv-col {
    width: 100%;
    height: 50%;
}
.mainWhTxt{
	width:100%;
	max-width:100%;
}
.mainTxtWrapper{
	position:absolute;
	bottom:45%;
	width:80%;
	height:auto;
}
}
@media screen and (max-width: 800px) {
.mainVisual {
  	margin: 70px auto 0;
  	min-height: calc(100vh - 70px);
	display: flex;
  	justify-content: center;
  	align-items: center;
}
.mv {
	height: calc(100vh - 70px);
}
.mainTxtWrapper {
  	top: unset;
	bottom:unset;
  	left:unset;
	right:unset;
  	transform: none;
}
.mainWhTxt{
	display:none;
}
.mainWhTxtSp{
	display:block;
}
}
@media screen and (max-width: 640px) {
.topMainSquere{
	max-width:90%;
	margin:0 auto;
}
}
@media screen and (max-width: 480px) {
.mainVisual {
  margin: 60px auto 0;
  min-height: calc(100vh - 60px);
}
.mv {
	height: calc(100vh - 60px);
}
}

/******************
トップ　背景
******************/
.bg-circle {
  	width: clamp(300px, 65vw, 900px);
  	aspect-ratio: 1 / 1;
  	position: absolute;
	left:-300px;
	top:-300px;
	z-index:-2;
}
.bg-circle svg {
  	width: 100%;
  	height: 100%;
  	display: block;
}
.bg-circle2 {
  	width: clamp(340px, 65vw, 960px);
  	aspect-ratio: 1 / 1;
  	position: absolute;
	right:-300px;
	top:10%;
	z-index:-2;
}
.bg-circle2 svg {
  	width: 100%;
  	height: 100%;
  	display: block;
}
.bg-circle3 {
  	width: clamp(240px, 65vw, 720px);
  	aspect-ratio: 1 / 1;
  	position: absolute;
	left:-120px;
	bottom:-120px;
	z-index:-2;
}
.bg-circle3 svg {
  	width: 100%;
  	height: 100%;
  	display: block;
}

/******************
トップ　上部
******************/
.topUp{
	width:90%;
	max-width:1000px;
	position:relative;
	margin:0 auto;
	padding:280px 0 100px 0;
}
.topMovie{
	width:94%;
	margin:40px auto 120px auto;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	/* aspect-ratio: 16 / 9; */
}
/* .topMovie iframe {
  width: 100%;
  height: 100%;
} */
.topMidashi{
	color:var(--basecolor);
	font-size:1.85rem;
	font-weight:600;
	line-height:1.3;
	text-align:center;
	margin:0 auto 40px auto;
}
.topMidashi span{
	display:block;
	font-family:var(--enLg);
	color:var(--themecolor);
	font-size:4.3rem;
	font-weight:600;
	letter-spacing:0.3rem;
}
.topThoughtsTxt{
	text-align:center;
	font-size:1.8rem;
	line-height:3.7rem;
	margin:0 auto 60px auto;
}
.topThoughtsTxt .ttBR{
	display:block;
}
.topSalesTxt{
	margin:0 auto 10px auto;
}
.topThoghtsMore{
  	text-align: center;
}
.topThoghtsMore a{
  	position: relative;
  	display: inline-flex;
  	align-items: center;
  	gap: 30px;
  	color: var(--themecolor);
  	text-decoration: none;
	padding:0 0 15px 0;
	font-size:1.7rem;
}
.topThoghtsMore a::after{
  	  content: "";
  	position: absolute;
  	left: 0;
  	bottom: -3px;
  	width: 100%;
  	height: 1px;
  	background: var(--themecolor);
  	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
  	transform-origin: left;
  	transition: transform 0.35s ease;
}
.topThoghtsMore a:hover::after{
  	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
  	transform-origin: right;
}
.topThoghtsMore a:not(:hover)::after{
  	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
  	transform-origin: left;
}
.topThoghtsMore .ttmoreTxt {
  	position: relative;
	line-height: 1;
}
.topThoghtsMore .ttmoreArrow {
  	position: relative;
	line-height: 1;
	transition: transform 0.35s ease;
}
.topThoghtsMore .ttmoreArrow img{
  	display: block;
}
.topThoghtsMore a:hover img{
  	opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
}
.topThoghtsMore a:hover .ttmoreArrow{
  	transform: translateX(6px);
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
}
.topServiceSyosai{
	width:100%;
	margin:0 auto;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
}
.topServiceSyosaiOne{
	width:49%;
	margin:0 0 2% 0;
	position:relative;
	display: flex;
}
.topServiceSyosaiOne a{
	display: flex;
  	flex-direction: column;
  	height: 100%;
	width:100%;
	box-sizing:border-box;
	padding:5% 5% 7% 5%;
	background:#fff;
	position:relative;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	transition: .3s;
}
.topServiceSyosaiPic{
	width:100%;
	margin:0 auto 20px auto;
	overflow:hidden;
}
.topServiceSyosaiPic img{
	width:100%;
	display:block;
	margin:0 auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	transition: transform .3s ease;
}
.topServiceSyosaiTtl{
	font-size:1.9rem;
	font-weight:500;
	margin:0 0 15px 0;
	align-self: flex-start;
  	text-align: left;
}
.topServiceSyosaiTtl br{
	display:none;
}
.topServiceSyosaiText{
	width:100%;
	margin:0 0 50px 0;
}
.tssMore{
  	margin-top: auto;
	align-self: flex-end;
  	text-align: right;
  	position: relative;
  	display: inline-flex;
  	align-items: center;
  	gap: 20px;
  	color: var(--themecolor);
  	text-decoration: none;
	padding:0 0 15px 0;
	font-size:1.5rem;
}
.tssMore::after{
  	  content: "";
  	position: absolute;
  	left: 0;
  	bottom: -3px;
  	width: 100%;
  	height: 1px;
  	background: var(--themecolor);
  	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
  	transform-origin: left;
  	transition: transform 0.35s ease;
}
.topServiceSyosaiOne a:hover .tssMore::after{
  	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
  	transform-origin: right;
}
.topServiceSyosaiOne a:not(:hover) .tssMore::after{
  	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
  	transform-origin: left;
}
.tssMore .ttmoreTxt {
  	position: relative;
	line-height: 1;
}
.tssMore .ttmoreArrow {
  	position: relative;
	line-height: 1;
	transition: transform 0.35s ease;
}
.tssMore .ttmoreArrow img{
  	display: block;
}
.tssMore:hover img{
  	opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
}
.tssMore:hover .ttmoreArrow{
  	transform: translateX(6px);
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
}
.topServiceSyosaiOne a:hover{
	text-decoration:none;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	background:#fcf4f0;
}
.topServiceSyosaiOne a:hover .topServiceSyosaiPic img{
	opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.topServiceSyosaiOne a:hover .topServiceSyosaiText{
	color:var(--basecolor);
}
@media screen and (max-width:1500px) {
.topUp{
	padding:240px 0 80px 0;
}
.topMovie {
    margin: 40px auto 90px auto;
}
}
@media screen and (max-width:1400px) {
.topUp{
	max-width:900px;
	padding:220px 0 80px 0;
}
.topServiceSyosai{
	max-width:1060px;
}
.topServiceSyosaiPic{
	margin:0 auto 10px auto;
}
.topServiceSyosaiTtl {
    margin: 0 0 5px 0;
}
.topServiceSyosaiText {
    margin: 0 0 20px 0;
	line-height:1.9;
}
}
@media screen and (max-width:1200px) {
.topUp{
	padding:200px 0 80px 0;
}
.topMovie {
    margin: 30px auto 70px auto;
}
}
@media screen and (max-width:1024px) {
.topUp{
	padding:60px 0 80px 0;
}
.topMovie {
    margin: 20px auto 70px auto;
}
.topMidashi{
	margin:0 auto 40px auto;
}
}
@media screen and (max-width:800px) {
.topUp{
	padding:40px 0 60px 0;
}
.topServiceSyosaiOne a{
	padding:7% 7% 9% 7%;
}
.topServiceSyosaiText {
    margin: 0 0 30px 0;
}
}
@media screen and (max-width:640px) {
.topMidashi{
	font-size:1.6rem;
	margin:0 auto 30px auto;
}
.topMidashi span{
	font-size:3.2rem;
	letter-spacing:0.2rem;
}
.topThoughtsTxt{
	text-align:left;
	font-size:1.6rem;
	line-height:3rem;
	margin:0 auto 30px auto;
}
.topThoughtsTxt br{
	display:none;
}
.topThoghtsMore a{
	font-size:1.5rem;
}
.topServiceSyosai {
    display: block;
}
.topServiceSyosaiOne {
    width: 100%;
    margin: 0 auto 20px auto;
}
.topServiceSyosaiOne:last-child {
    margin: 0 auto;
}
.topServiceSyosaiTtl {
    font-size: 1.8rem;
    margin: 0 0 5px 0;
}
.topServiceSyosaiTtl br{
	display:block;
}
}
@media screen and (max-width:480px) {
.topMovie {
    margin: 20px auto 50px auto;
}
}
@media screen and (max-width:380px) {
.topMidashi span{
	font-size:2.8rem;
	letter-spacing:0.1rem;
}
}

/******************
トップ　対応エリア
******************/
.topMapWrap{
  	position: relative;
  	width: 100%;
	max-width: 1200px;
  	height: auto;
	display: flex;
  	justify-content: space-between;
	margin:0 auto 50px auto;
}
.mapImg{
  	display: block;
  	margin-left: auto;
	padding:10px 0 0 0;
  	width: 320px;
  	height: auto;
}
.mapL{
	width:calc(100% - 380px);
	margin:0 60px 0 0;
  	height: auto;
}
.topMapMidashi{
	color:var(--themecolor);
	font-weight:400;
	font-size:1.8rem;
	position:relative;
	margin:0 auto 20px auto;
	padding-top: 6px;
}
.topMapMidashi::before{
  	content: "";
  	position: absolute;
  	bottom: 0px;
  	left: 0;
  	width: 100%;
  	height: 1px;
  	background: var(--themecolor);
}
.topMapMidashi span{
	background:#f2cbd2;
	padding:2px 20px;
	text-align:center;
	border-radius:0 10px 0 0;
	-moz-border-radius:0 10px 0 0;
	-webkit-border-radius:0 10px 0 0;
  	display: inline-block;
}
.mapLOne{
	width:100%;
	margin:0 auto 30px auto;
	overflow:hidden;
}
.mapLOne ul{
	width:100%;
	display: none;
	flex-wrap:wrap;
	overflow: hidden;
  	height: 0;
  	opacity: 0;
  	transition:
    height 0.45s cubic-bezier(.4,0,.2,1),
    opacity 0.25s ease;
}
.mapLOne ul li{
	width:20%;
	margin:0 0 2px 0;
}
.areaOtherTxt{
	text-align:center;
	font-size:1.75rem;
	line-height:4.3rem;
	font-weight:500;
}
.areaOtherTxt span{
	border-bottom:1px solid var(--themecolor);
}
.topMapMidashi {
  	cursor: pointer;
	position: relative;
  	padding-right: 36px;
}
.mapLOne.is-open .areaList {
  	display: flex;
  	opacity: 1;
}
.topMapMidashi::after {
  	content: "";
  	position: absolute;
  	right: 10px;
  	top: 50%;
  	width: 10px;
  	height: 10px;
  	border-right: 2px solid var(--themecolor);
  	border-bottom: 2px solid var(--themecolor);
  	transform: translateY(-50%) rotate(45deg);
  	transition: transform 0.3s ease;
}
.mapLOne.is-open .topMapMidashi::after {
  	transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width:1400px) {
.mapImg{
  	width: 300px;
}
.mapL{
	width:calc(100% - 360px);
}
}
@media screen and (max-width:1100px) {
.topMapWrap{
	margin:0 auto 40px auto;
}
.mapImg{
	padding:30px 0 0 0;
  	width: 32%;
}
.mapL{
	width:calc(100% - 38%);
	margin:0 6% 0 0;
}
}

@media screen and (max-width:1000px) {
.topMapWrap{
	display: block;
}
.mapImg{
  	margin: 0 auto;
	padding:0;
  	width: 40%;
}
.mapImg img{
  	margin: 0 auto;
	display:block;
  	width: 100%;
}
.mapL{
	width:100%;
	margin:0 auto 40px auto;
}
}
@media screen and (max-width:800px) {
.mapLOne ul li{
	width:25%;
}
.areaOtherTxt{
	text-align:left;
	font-size:1.65rem;
}
}
@media screen and (max-width:640px) {
.mapLOne ul li{
	width:33%;
}
.mapImg{
  	width: 60%;
}
.mapL{
	margin:0 auto 30px auto;
}
.areaOtherTxt{
	line-height:3.4rem;
}
}
@media screen and (max-width:400px) {
.mapLOne ul li{
	width:50%;
}
}

/******************
トップ　お知らせ
******************/
.topInfoWrapper{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	margin:0 auto;
}
.topInfoL{
	width:100%;
	max-width:380px;
}
.topInfoMidashi{
	width:100%;
}
.topInfoBox {
    overflow: hidden;
	width:calc(100% - 480px);
	margin:0 0 0 100px;
}
.topInfoUp{
	width:100%;
	display:flex;
	align-items:center;
	margin:0 auto 10px auto;
}
.topInfoBox ul li{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	padding:25px 0 20px 0;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
}
.topInfoBox ul li:first-child{
	padding:0 0 20px 0;
}
.topInfoBox .infoImg{
	width:150px;
}
.topInfoBox .infoNakaR{
	width:calc(100% - 190px);
	margin:0 0 0 40px;
}
.topInfoBox .infoDate{
	font-size:1.5rem;
	font-weight:500;
	color:var(--besecolor);
	width:100px;
	margin:0 20px 0 0;
}
.topInfoBox .infoTags{
	width:100px;
	margin:0 40px 0 0;
}
.topInfoMore{
	text-align: center;
}
.topInfoMore a{
  	position: relative;
  	display: inline-flex;
  	align-items: center;
  	gap: 30px;
  	color: var(--themecolor);
  	text-decoration: none;
	padding:0 0 15px 0;
	font-size:1.7rem;
}
.topInfoMore a::after{
  	  content: "";
  	position: absolute;
  	left: 0;
  	bottom: -3px;
  	width: 100%;
  	height: 1px;
  	background: var(--themecolor);
  	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
  	transform-origin: left;
  	transition: transform 0.35s ease;
}
.topInfoMore a:hover::after{
  	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
  	transform-origin: right;
}
.topInfoMore a:not(:hover)::after{
  	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
  	transform-origin: left;
}
.topInfoMore .ttmoreTxt {
  	position: relative;
	line-height: 1;
}
.topInfoMore .ttmoreArrow {
  	position: relative;
	line-height: 1;
	transition: transform 0.35s ease;
}
.topInfoMore .ttmoreArrow img{
  	display: block;
}
.topInfoMore a:hover img{
  	opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
}
.topInfoMore a:hover .ttmoreArrow{
  	transform: translateX(6px);
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
}
.topInfoBox .infoTitle{
	display:block;
	width:100%;
}
.bg-circleInfo {
  	width: clamp(270px, 65vw, 540px);
  	aspect-ratio: 1 / 1;
  	position: absolute;
	left:17%;
	top:0;
	z-index:-2;
}
.bg-circleInfo svg {
  	width: 100%;
  	height: 100%;
  	display: block;
}
@media screen and (max-width: 1100px) {
.topInfoWrapper{
	display:block;
}
.topInfoL{
	max-width:100%;
	margin:0 auto 30px auto;
}
.topInfoBox {
	width:100%;
	margin:0 auto;
}
.topInfoMore {
    text-align: right;
}
}
@media screen and (max-width: 800px) {
.topInfoBox {
	width:100%;
	margin:0 auto;
}
.topInfoBox ul li {
    width: 100%;
    padding: 3% 0 3% 0;
}
.topInfoBox ul li:first-child {
    padding: 0 0 3% 0;
}
.topInfoL .topMidashi{
	margin:0 auto 20px auto;
}
.topInfoMore{
	margin:0 auto 10px auto;
}
.topInfoMore a {
    font-size: 1.5rem;
}
.topInfoBox .infoDate {
    margin: 0;
}
}
@media screen and (max-width: 640px) {
.topInfoBox .infoImg{
	width:120px;
}
.topInfoBox .infoNakaR{
	width:calc(100% - 150px);
	margin:0 0 0 30px;
}
}
@media screen and (max-width: 480px) {
.topInfoBox ul li {
    width: 100%;
    padding: 7% 0;
}
.topInfoBox ul li:first-child {
    padding: 0 0 7% 0;
}
.topInfoBox .infoImg{
	width:100px;
}
.topInfoBox .infoNakaR{
	width:calc(100% - 120px);
	margin:0 0 0 20px;
}
.topInfoBox .infoTitle {
    line-height: 1.4;
}
}
@media screen and (max-width: 380px) {
.topInfoBox .infoImg{
	width:80px;
}
.topInfoBox .infoNakaR{
	width:calc(100% - 100px);
	margin:0 0 0 20px;
}
}


/******************
トップ　コラム
******************/
.topColumnSlider {
  	max-width: 100%;
	position:relative;
	margin:0 auto 70px auto;
}
.topColumnSlider .slick-list {
  	margin: 0 -20px;
  	overflow: visible;
	position:relative;
}
.topColumnSlider .slick-slide {
  	pointer-events: none;
  	opacity: .25;
  	transition: opacity .4s, transform .4s;
	margin: 0 20px;
}
.topColumnSlider .slick-center {
  	opacity: 1;
}
.topColumnSlider .slick-active {
  	pointer-events: auto;
  	opacity: 1;
}
.topColumnSlider .slide {
  transition: transform .4s;
}

.topColumnSlider .slick-center .slide:hover,
.topColumnSlider .slick-active .slide:hover {
  	transform: translateY(-10px);
}
.topColumn .slick-prev,
.topColumn .slick-next {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.topColumn .slick-prev::before,
.topColumn .slick-next::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  border: 2px solid var(--themecolor);
  border-radius: 50%;
  transition: .3s;
}
.topColumn .slick-prev::after {
  content: "";
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 8px;
  background-image: url("./images/top/column-prev.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .3s;
}
.topColumn .slick-next::after {
  content: "";
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 8px;
  background-image: url("./images/top/column-next.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .3s;
}
.topColumn .slick-prev:hover::before,
.topColumn .slick-next:hover::before {
  background: #ffe9ee;
}
.slick-prev:before,
.slick-next:before {
  font-size: 0;
}
.topColumn .slick-prev {
  	left: 14%!important;
}
.topColumn .slick-next {
  	right: 14%!important;
}
.topColumnPic {
  overflow: hidden;
}
.topColumnPic img{
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.topColumnUnder{
	width:100%;
	margin:0 auto;
	padding:15px 0 0 0;
}
.topColumnTtl{
	line-height:1.6;
	font-weight:400;
	font-size:1.75rem;
}
.topColumnMore{
	text-align:right;
	padding:7px 0 0 0;
	font-size:1.4rem;
	display:flex;
	align-items:center;
	justify-content: end;
}
.topColumn .slide a:hover {
     text-decoration:none;
}
.bg-circleColumn {
  	width: clamp(350px, 65vw, 700px);
  	aspect-ratio: 1 / 1;
  	position: absolute;
	right:20%;
	bottom:0;
	z-index:-2;
}
.bg-circleColumn svg {
  	width: 100%;
  	height: 100%;
  	display: block;
}
.topColumnUnder .column-hashtags {
	width:100%;
	display:flex;
	gap:10px;
	flex-wrap: wrap;
	margin:15px auto 0 auto;
	overflow:hidden;
}
.topColumnUnder .column-hashtags .hashtag {
  	display: inline-block;
  	padding: 8px 15px;
	line-height:1;
  	font-size: 1.35rem;
  	background: #fcebef;
  	text-decoration: none;
	border-radius:10px;
	white-space: nowrap;
	border:1px solid #fff;
	box-sizing:border-box;
}
@media screen and (max-width: 1400px) {
.topColumn .slick-prev {
  	left: 8%!important;
}
.topColumn .slick-next {
  	right: 8%!important;
}
}
@media screen and (max-width: 1100px) {
.tpMore{
	text-align:center;
}
}
@media screen and (max-width: 900px) {
.topColumnSlider {
	margin:0 auto 50px auto;
}
.topColumn .slick-prev {
  	left: 21%!important;
}
.topColumn .slick-next {
  	right: 21%!important;
}
}
@media screen and (max-width: 640px) {
.topColumnSlider {
	margin:0 auto 40px auto;
}
.topColumn .slick-prev {
  	left: 5%!important;
}
.topColumn .slick-next {
  	right: 5%!important;
}
.topColumnTtl {
    line-height: 1.5;
    font-size: 1.6rem;
}
}


