@charset "UTF-8";
/* CSS Document */

/* contents */

.contents::before {
	display: none;
}


/* title-page_special */

.title-page_special {
	width: 100%;
	height: 715px;
	text-align: center;
	background-image: url("../../images/special/back-title.png");
background-position: center top;
background-repeat: repeat-x;
background-size: auto 100%;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.title-page_special h2 img {
	width: 70%;
	max-width: 1000px;
	height: auto;
}

/* layout01 */

.layout01 {
	text-align: center;
	position: relative;
}

.layout01::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/special/icon-title.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 437px;
	display: block;
	margin-top: -370px;
}

.layout01 p {
	font-size: 23px;
color: #000;
line-height: 2.5;
font-weight: 500;
}

.layout01 p span {
	color: #FFF;
	margin: 0px 5px;
	padding: 7px 5px;
	display: inline-block;
	border-radius: 2px;
}

.layout01 p span.tc01 {
	background: linear-gradient(0deg, rgba(73, 189, 248, 1) 0%, rgba(153, 160, 249, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(73, 189, 248, 1) 0%, rgba(153, 160, 249, 1) 100%);
}

.layout01 p span.tc02 {
	background: linear-gradient(0deg, rgba(255, 152, 168, 1) 0%, rgba(153, 160, 249, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(255, 152, 168, 1) 0%, rgba(153, 160, 249, 1) 100%);
}

.layout01 p span.tc03 {
	background: linear-gradient(0deg, rgba(252, 194, 0, 1) 0%, rgba(255, 152, 168, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(252, 194, 0, 1) 0%, rgba(255, 152, 168, 1) 100%);
}

/* layout02 */

.layout02 {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:100px 0px;
}

.layout02 a {
	display: block;
	position: relative;
}

.layout02 a:hover {
	opacity: 1;
}

.layout02 a::after {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("../../images/common/btn-more.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 82px;
	height: 82px;
	margin-right: -30px;
	margin-top: -30px;
}

.layout02 .box {
	width: 310px;
	margin-right: 84px;
	position: relative;
}

.layout02 .box:nth-child(3n) {
	margin-right: 0px;
}

.layout02 .box-img {
	position: relative;
	overflow: hidden;
	border-style : solid;
border-width : 6px;
}

.layout02 .bc01 .box-img {
border-color : #FF98A8;
}

.layout02 .bc02 .box-img {
border-color : #ffbc26;
}

.layout02 .bc03 .box-img {
border-color : #38BDF9;
}

.layout02 .box-img img {
	transition:.5s all;
}

.layout02 .box:hover img {
	transform:scale(1.1,1.1);
  transition:.5s all;
}

.layout02 .box-detail {
	padding: 25px 0px 20px;
}

.layout02 h4, .layout02 h5 {
line-height: 1.4;
font-weight: 500;
}

.layout02 h4 {
	font-size: 20px;
	position: relative;
}

.layout02 h4::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 25px;
	height: 22px;
	margin-left: -22px;
	margin-top: -8px;
}

.layout02 .bc01 h4::before {
	background-image: url("../../images/special/icon-text01.svg");
}

.layout02 .bc02 h4::before {
	background-image: url("../../images/special/icon-text02.svg");
}

.layout02 .bc03 h4::before {
	background-image: url("../../images/special/icon-text03.svg");
}

.layout02 h5 {
	padding-top: 8px;
	letter-spacing: 0.05em;
}

.layout02 .bc01 h5 {
	color: #FF98A8;
}

.layout02 .bc02 h5 {
	color: #ffbc26;
}

.layout02 .bc03 h5 {
	color: #38BDF9;
}

.layout02 .box-tag ul {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:7px;
}

.layout02 .box-tag ul li {
	font-size: 14px;
color: #FFF;
line-height: 1.2;
font-weight: 500;
	background-color: #B5C4D3;
	padding: 5px 20px;
	border-radius: 60px;
	display: inline-block;
}

.layout02 .box-tag ul li::before {
	content: "#";
	display: inline-block;
	padding-right: 5px;
}


/* ==========================
  モーダル（ポップアップ）
========================== */

.js_modalBtnCont:hover,
.js_modalBtnCont:focus {
  opacity: 0.75;
}

.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalWrap.active {
  animation: modalOpen 0.5s ease forwards;
}
.js_modalWrap.active2 {
  animation: modalClose 0.5s ease forwards;
}
.js_modalBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.js_modalContInner {
  position: absolute;
  top: 0%;
  left: 0%;
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
/*
	overflow-y: scroll;
	padding: 100px 0px;
*/
	/* IE, Edge 対応 */
 -ms-overflow-style: none;
 /* Firefox 対応 */
 scrollbar-width: none;
}

/* Chrome, Safari 対応 */
.js_modalContInner::-webkit-scrollbar {
 display:none;
}

.js_modalContWrap__wrap {
	width: 1050px;
	position: relative;
}

.js_modalContWrap {
  width: 100%;
	position: relative;
}

.js_modalCont {
  width: 100%;
	min-height: 490px;
	position: relative;
	overflow-y: auto;
	padding: 55px 80px;
	border-radius: 20px;
	scrollbar-color: rgba(228,228,228,1) rgba(255,255,255,0);
}

.bc01 .js_modalCont {
	background: linear-gradient(-45deg, rgba(255, 105, 128, 1) 0%, rgba(255, 152, 168, 1) 100%);
	background : -webkit-linear-gradient(-45deg, rgba(255, 105, 128, 1) 0%, rgba(255, 152, 168, 1) 100%);
}

.bc02 .js_modalCont {
	background: #ffbc26;
}

.bc03 .js_modalCont {
	background: linear-gradient(-45deg, rgba(56, 189, 249, 1) 0%, rgba(177, 231, 255, 1) 100%);
	background : -webkit-linear-gradient(-45deg, rgba(56, 189, 249, 1) 0%, rgba(177, 231, 255, 1) 100%);
}

.js_modalCont::before {
  content: "";
	position: absolute;
left: 10px;
top: 10px;
	right: 10px;
	bottom: 10px;
	display: block;
	background-color: #FFF;
	border-radius: 10px;
}

.js_modalCont::-webkit-scrollbar {
    width: 10px;
	height: 6px;
	border-radius: 30px;
}

.js_modalCont::-webkit-scrollbar-track-piece {
    background-color: rgba(255,255,255,0);
	border-radius: 30px;
}

.js_modalCont::-webkit-scrollbar-thumb {
   border-radius: 30px;
	background-color: rgba(228,228,228,1);
}


.js_modalClose {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
	margin-right: -32px;
	margin-top: -32px;
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}


.lay-special {
	position: relative;
	text-align: center;
}

.lay-special .box-detail {
	text-align: left;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding-top: 30px;
}

.lay-special .box-text {
	flex: 1;
	padding-right: 40px;
}

.lay-special .box-img {
	width: 290px;
}

.lay-special .box-img img {
	width: 100%;
	height: 270px;
}

.lay-special h3, .lay-special h4 {
line-height: 1.4;
font-weight: 500;
}

.lay-special h3 {
	font-size: 30px;
	display: inline-block;
	position: relative;
}

.lay-special h3::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 25px;
	height: 22px;
	margin-left: -12px;
	margin-top: -10px;
}

.bc01 .lay-special h3::before {
	background-image: url("../../images/special/icon-text01.svg");
}

.bc02 .lay-special h3::before {
	background-image: url("../../images/special/icon-text02.svg");
}

.bc03 .lay-special h3::before {
	background-image: url("../../images/special/icon-text03.svg");
}

.lay-special h4 {
	font-size: 18px;
	padding-top: 8px;
	letter-spacing: 0.05em;
}

.bc01 .lay-special h4 {
	color: #FF98A8;
}

.bc02 .lay-special h4 {
	color: #ffbc26;
}

.bc03 .lay-special h4 {
	color: #38BDF9;
}


.sp-view {
	display: none;
}

