@charset "utf-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}
.headTitleBox {
  margin-bottom: 0;
}
.contentsWrap {
  width: 100%;
}
.oneContents .contentsWrap #main {
  width: 100%;
}
#main {
  padding: 0;
}
/*==========*/
#footerLink {
  margin-top: 0;
}
/*=====main=====*/
.pcOnly {
  display: none;
}
.main-inner {
  background-color:#13a0b5;
}
main .date {
  padding: 3% 5%;
  background-color: #fff;
}
.contents01 {
	text-align: center;
}
.readText {
	padding: 13% 11% 0;
	text-align: center;
	background: url("../images/idx_bg01.webp") no-repeat;
	background-size: 100%;
}
.halohalo {
	background: url("../images/idx_bg02.webp") no-repeat;
	background-size: 100%;
	margin: 5% 2% 15%;
	padding: 14% 13%;
}
.halohalo h3 {
	margin: 0 11% 9%;
}
.point01 {
	background: url("../images/idx_bg03.webp") no-repeat;
	background-size: 100%;
	padding-bottom: 68%;
	position: relative;
}
section[class*="point"] h3 {
	margin: 0 5% 6%;
}
section[class*="point"] p:first-of-type {
	margin: 0 10% 5%;
}
.btnLink {
	margin: 0 27% 0
}
.star-flashing01 {
	width: 100%;
	height: 100%;
	position: absolute;
}
.star-flashing01::before {
	width: 75%;
	height: 100%;
	content: "";
	background: url("../images/idx_im01.webp") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 10%;
	left: 12%;
	animation: star-flashing-before 3s infinite;
}
@keyframes star-flashing-before {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	90% {
		opacity: 0;
	}
	95% {
		opacity: 1;
	}
}
.star-flashing01::after {
	width: 75%;
	height: 100%;
	content: "";
	background: url("../images/idx_im02.webp") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 10%;
	left: 12%;
	animation: star-flashing-after 3s infinite;
}
@keyframes star-flashing-after {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	70% {
		opacity: 0
	}
	80% {
		opacity: 1;
	}
	85% {
		opacity: .3;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.point02 {
	background: url("../images/idx_bg04.webp") no-repeat;
	background-size: 100%;
	padding: 16% 0 44%;
	position: relative;
}
.star-flashing02 {
	width: 100%;
	height: 100%;
	position: absolute;
}
.star-flashing02::before {
	width: 85%;
	height: 100%;
	content: "";
	background: url("../images/idx_im03.webp") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 7%;
	animation: star-flashing-before 3s infinite;
}
.star-flashing02::after {
	width: 85%;
	height: 100%;
	content: "";
	background: url("../images/idx_im04.webp") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 7%;
	animation: star-flashing-after 3s infinite;
}
.point03 {
	background: url("../images/idx_bg05.webp") no-repeat;
	background-size: 100%;
	padding: 16% 0 47%;
	position: relative;
}
.star-flashing03 {
	width: 100%;
	height: 100%;
	position: absolute;
}
.star-flashing03::before {
	width: 85%;
	height: 100%;
	content: "";
	background: url("../images/idx_im05.webp") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 8%;
	animation: star-flashing-before 3s infinite;
}
.star-flashing03::after {
	width: 85%;
	height: 100%;
	content: "";
	background: url("../images/idx_im06.webp") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 8%;
	animation: star-flashing-after 3s infinite;
}
.contents02 {
	margin-top: 18%;
	padding: 0 4% 10%;
	background: url("../images/idx_bg06.webp") no-repeat;
	background-size: 100%;
}
.tx {
	padding-top: 12%;
	margin: 0 17%;
}
.btnArea {
  margin: 15% 5% 8%;
}
.btnArea p:nth-of-type(n+2) {
  margin: 3% 0 0;
}
.attention {
  color: #00a6ba;
  font-size: 1.2rem;
}
.recomend h2 {
  padding: 4% 13%;
  background-color: #fff;
  font-size: 0;
}
.recomend ul li {
  width: 100%;
}

/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
  .pcOnly {
    display: inline-block;
  }
  .spOnly {
    display: none;
  }
  #main {
    background-image: linear-gradient(-45deg, #f0f0f0 25%, #f6f6f6 25%, #f6f6f6 50%, #f0f0f0 50%, #f0f0f0 75%, #f6f6f6 75%, #f6f6f6);
    background-size: 15px 15px;
  }
  #main h1 , #main .date{
    text-align: center;
  }
.main-inner {
    width: 1000px;
    margin: 0 auto;
}
  #main .date {
    width: 1000px;
    margin: 0 auto;
    padding: 13px 0;
  }
 .date img {
    width: 450px;
  }
.readText {
	padding: 48px 0 190px;
	text-align: center;
	background: url("../images/idx_bg01pc.webp") no-repeat;
	background-size: 100%;
}
.readText img {
	width: 782px;
}
.halohalo {
	background: url("../images/idx_bg02pc.webp") no-repeat;
	background-size: 100%;
	margin: -200px auto 0;
	width: 800px;
	padding: 70px 0;
}
.halohalo h3 {
	margin: 0 auto 25px
}
.halohalo h3 {
	width: 270px;
}
.point01 {
	background: url("../images/idx_bg03pc.webp") no-repeat;
	background-size: 100%;
	padding-bottom: 130px;
}
.pointTx01 {
	width: 430px;
	position: relative;
	left: 500px;
	top: 90px;
}
section[class*="point"] h3 {
	margin: 0 auto 30px;
}
section[class*="point"] p:first-of-type {
	margin: 0 30px 25px;
}
.btnLink {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.btnLink img {
	width: 180px;
}
.star-flashing01::before {
	width: 378px;
	top: -150px;
	left: 70px;
}
.star-flashing01::after {
	width: 378px;
	top: -150px;
	left: 70px;
}
.point02 {
	background: url("../images/idx_bg04pc.webp") no-repeat;
	background-size: 100%;
	padding: 0 0 130px;
}
.pointTx02 {
	width: 430px;
	position: relative;
	left: 50px;
	top: 93px;
}
.star-flashing02::before {
	width: 420px;
	top: -130px;
	left: 513px;
}
.star-flashing02::after {
	width: 420px;
	top: -130px;
	left: 513px;
}
.point03 {
	background: url("../images/idx_bg05pc.webp") no-repeat;
	background-size: 100%;
	padding: 0 0 95px;
}
.pointTx03 {
	width: 430px;
	position: relative;
	left: 500px;
	top: 70px;
}
.star-flashing03::before {
	width: 450px;
	top: -280px;
	left: 40px;
}
.star-flashing03::after {
	width: 450px;
	top: -280px;
	left: 40px;
}
.contents02 {
	margin-top: 90px;
	padding: 0 0 35px;
	background: url("../images/idx_bg06pc.webp") no-repeat;
	background-size: 100%;
}
.tx {
	width: 460px;
	padding-top: 100px;
	margin: 0 auto;
}
  .btnArea {
    width: 400px;
    margin: 60px auto 30px;
  }
  .btnArea p + p {
    margin: 20px 20px 0;
  }
  .attention {
    margin: 0 110px 0;
    font-size: 1.5rem;
    text-align: left;
  }
  .recomend {
    width: 1000px;
    margin: 0 auto;
  }
  .recomend h2 {
    text-align: center;
    padding: 13px 0;
  }
  .recomend h2 img {
    width: 400px;
  }
  .recomend ul {
    display: -webkit-flex;
    display: flex;
  }
  .recomend ul li {
    width: 100%;
  }
}