@charset "UTF-8";
.camp-bnr {
  display: none;
  opacity: 0; /* 初期状態では透明 */
  transition: opacity 0.5s ease, transform 0.5s ease; /* ふわっと表示するためのアニメーション */
  visibility: visible;
  position: fixed;
  bottom: 20px;
  right: 40px;
  transition: all 0.5s;
  z-index: 1000;
  width: 18vw;
}
@media screen and (max-width: 1024px) {
  .camp-bnr {
    bottom: 90px;
    width: 28vw;
  }
}
@media screen and (max-width: 820px) {
  .camp-bnr {
    display: none !important;
  }
}
@media print {
  .camp-bnr {
    display: none !important;
  }
}
.camp-bnr.hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.camp-bnr .camp-close {
  position: absolute;
  right: -5px;
  top: 17px;
  cursor: pointer;
  width: 1.5vw;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .camp-bnr .camp-close {
    width: 2.8vw;
  }
}

.bottomwidget {
  position: fixed;
  visibility: visible;
  bottom: 63px;
  left: 0;
  z-index: 999;
  width: 100%;
}
.bottomwidget a:hover {
  opacity: 1;
}
@media screen and (max-width: 520px) {
  .bottomwidget {
    bottom: 47px;
  }
}
.bottomwidget img {
  width: 100%;
}

.jyunbi {
  display: flex; /* Flexboxにする */
  justify-content: center; /* 横方向中央寄せ */
  align-items: center; /* 縦方向中央寄せ */
  height: 100vh; /* 高さを画面全体に */
  text-align: center; /* 文字を中央寄せ */
  padding: 0 20px; /* 横の余白（必要に応じて） */
  box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .jyunbi h1 {
    font-size: 4vw;
  }
}

#mainimage {
  font-size: 0;
  position: relative;
  margin-top: -1px;
}
@media screen and (max-width: 520px) {
  #mainimage {
    margin-bottom: 30px;
  }
}
#mainimage .scroll {
  position: absolute;
  bottom: 31%;
  right: 10px;
  animation: arrowmove 2s ease-in-out infinite;
}
@media screen and (max-width: 1024px) {
  #mainimage .scroll {
    animation: arrowmove02 2s ease-in-out infinite;
    width: 40px;
  }
}
@media screen and (max-height: 900px) {
  #mainimage .scroll {
    animation: arrowmove02 2s ease-in-out infinite;
    width: 40px;
  }
}
@media print {
  #mainimage .scroll {
    bottom: 20px;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 18%;
  }
  50% {
    bottom: 22%;
  }
  100% {
    bottom: 18%;
  }
}
@keyframes arrowmove02 {
  0% {
    bottom: 3%;
  }
  50% {
    bottom: 8%;
  }
  100% {
    bottom: 3%;
  }
}
@media screen and (max-width: 520px) {
  .btnArea {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  .btnArea a {
    margin-top: 10px;
  }
}
.btnArea a:hover {
  opacity: 1;
  transform: translateY(10px);
}

.titleImg {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .titleImg {
    max-width: 700px;
  }
}
@media screen and (max-width: 820px) {
  .titleImg {
    width: 85%;
  }
}
@media screen and (max-width: 520px) {
  .titleImg {
    width: 100%;
  }
}

.title_text {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  .title_text {
    text-align: left;
  }
}

#sec10 {
  padding-top: 30px;
  margin-top: -30px;
}

#traffic,
#n_stamp {
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 1024px) {
  #traffic,
  #n_stamp {
    padding-top: 30px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 820px) {
  #traffic,
  #n_stamp {
    padding-top: 0;
    margin-top: 0;
  }
}

#read {
  padding-top: 30px;
  margin-top: -30px;
}

#prizeArea {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 1024px) {
  #prizeArea {
    padding-top: 30px;
    margin-top: -30px;
  }
}

#noveltyArea {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 1024px) {
  #noveltyArea {
    padding-top: 0px;
    margin-top: 0px;
  }
}

#prize,
#join,
#spot {
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 1024px) {
  #prize,
  #join,
  #spot {
    padding-top: 120px;
    margin-top: -120px;
  }
}
@media screen and (max-width: 1024px) {
  #prize,
  #join,
  #spot {
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 520px) {
  #prize,
  #join,
  #spot {
    padding-top: 60px;
    margin-top: -60px;
  }
}

#section10 {
  background: #fadce2;
  position: relative;
  padding-top: 65px;
}
@media screen and (max-width: 1024px) {
  #section10 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 520px) {
  #section10 {
    padding-top: 35px;
  }
}
#section10::after {
  content: "";
  position: absolute;
  height: 150px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fadce2;
  left: 0;
  bottom: -149px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #section10::after {
    height: 100px;
    bottom: -99px;
  }
}
@media screen and (max-width: 820px) {
  #section10::after {
    height: 80px;
    bottom: -79px;
  }
}
@media screen and (max-width: 520px) {
  #section10::after {
    height: 50px;
    bottom: -49px;
  }
}
#section10 .bg01 {
  position: relative;
}
#section10 .bg01::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/bgitem01@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  left: -20px;
  top: 0;
  width: 22vw;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  #section10 .bg01::before {
    background-image: url(../images/top/bgitem05@2x.png);
    background-repeat: repeat-y;
  }
}
@media screen and (max-width: 520px) {
  #section10 .bg01::before {
    width: 31vw;
    left: 5px;
  }
}
@media print {
  #section10 .bg01::before {
    background-image: url(../images/top/bgitem05@2x.png);
    background-repeat: repeat-y;
  }
}
#section10 .bg01::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/bgitem02@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  right: 0;
  top: 0;
  width: 24vw;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  #section10 .bg01::after {
    background-image: url(../images/top/bgitem06@2x.png);
    background-repeat: repeat-y;
  }
}
@media screen and (max-width: 520px) {
  #section10 .bg01::after {
    width: 31vw;
  }
}
@media print {
  #section10 .bg01::after {
    background-image: url(../images/top/bgitem06@2x.png);
    background-repeat: repeat-y;
  }
}
#section10 .wrapper {
  max-width: 1360px;
}
#section10 .img01 {
  padding: 45px 0 20px;
}
@media screen and (max-width: 820px) {
  #section10 .img01 {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 520px) {
  #section10 .img01 {
    padding: 10px 0;
  }
}
#section10 .flex_area {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #section10 .flex_area {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 820px) {
  #section10 .flex_area {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 520px) {
  #section10 .flex_area {
    margin-bottom: 30px;
  }
}
#section10 .flex_area .img02 {
  width: 46%;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  #section10 .flex_area .img02 {
    padding-top: 0;
  }
}
@media screen and (max-width: 820px) {
  #section10 .flex_area .img02 {
    width: 100%;
    max-width: 460px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 520px) {
  #section10 .flex_area .img02 {
    width: 90%;
    margin: 5px auto 0;
  }
}
#section10 .flex_area .img02 img {
  width: 100%;
}
#section10 .flex_area .textArea {
  font-size: 24px;
  line-height: 1.6;
  width: 52%;
  padding-left: 20px;
}
@media screen and (max-width: 1400px) {
  #section10 .flex_area .textArea {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #section10 .flex_area .textArea {
    font-size: 22px;
  }
}
@media screen and (max-width: 820px) {
  #section10 .flex_area .textArea {
    font-size: 20px;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #section10 .flex_area .textArea {
    font-size: 18px;
  }
}
#section10 .flex_area .textArea p {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  #section10 .flex_area .textArea p {
    letter-spacing: 0;
  }
}
#section10 .flex_area .img03 {
  text-align: end;
  margin-top: -30px;
}
@media screen and (max-width: 1400px) {
  #section10 .flex_area .img03 {
    margin-top: -10px;
  }
}
@media screen and (max-width: 1024px) {
  #section10 .flex_area .img03 {
    max-width: 280px;
    margin: -10px 0 0 auto;
  }
}
#section10 .btnArea {
  max-width: 1228px;
  margin: 0 auto;
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #section10 .btnArea {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 820px) {
  #section10 .btnArea {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 690px;
  }
}
@media screen and (max-width: 520px) {
  #section10 .btnArea {
    padding-bottom: 10px;
    flex-direction: unset;
  }
}
#section10 .btnArea a {
  width: calc(33% - 10px);
}
@media screen and (max-width: 820px) {
  #section10 .btnArea a {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 520px) {
  #section10 .btnArea a {
    margin: 0 auto 10px;
    padding: 0;
    width: 48%;
  }
}
@media screen and (max-width: 820px) {
  #section10 .btnArea a:last-of-type {
    width: 53%;
  }
}
@media screen and (max-width: 520px) {
  #section10 .btnArea a:last-of-type {
    width: 58%;
  }
}

#section20 {
  background-color: #f19ebc;
  background-image: url(../images/top/bgitem03@2x.png);
  background-repeat: repeat;
  background-size: 50px;
  background-position: center bottom;
  position: relative;
}
@media screen and (max-width: 520px) {
  #section20 {
    background-size: 30px;
  }
}
#section20::after {
  content: "";
  position: absolute;
  height: 150px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #f19ebc;
  background-image: url(../images/top/bgitem03@2x.png);
  background-repeat: repeat;
  background-size: 50px;
  background-position: center top;
  left: 0;
  bottom: -149px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #section20::after {
    height: 100px;
    bottom: -99px;
  }
}
@media screen and (max-width: 820px) {
  #section20::after {
    height: 80px;
    bottom: -79px;
  }
}
@media screen and (max-width: 520px) {
  #section20::after {
    height: 50px;
    bottom: -49px;
    background-size: 30px;
  }
}
#section20 .wrapper {
  max-width: 1600px;
  padding-top: 280px;
}
@media screen and (max-width: 1024px) {
  #section20 .wrapper {
    padding-top: 180px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .wrapper {
    padding-top: 100px;
  }
}
#section20 .img04 {
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #section20 .img04 {
    padding-bottom: 30px;
    width: 60%;
    margin: 0 auto;
    max-width: 380px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .img04 {
    padding-bottom: 0;
    width: 80%;
  }
}
#section20 .btnArea {
  max-width: 900px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  #section20 .btnArea {
    max-width: 700px;
  }
}
@media screen and (max-width: 820px) {
  #section20 .btnArea {
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #section20 .btnArea {
    max-width: 280px;
  }
}
#section20 .btnArea a + a {
  margin-left: 30px;
}
@media screen and (max-width: 520px) {
  #section20 .btnArea a + a {
    margin-left: 0;
  }
}
#section20 .whiteArea {
  background-color: #fffdee;
  border: 4px solid #231815;
  border-radius: 20px;
  padding: 120px 80px 65px;
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  #section20 .whiteArea {
    margin-top: 90px;
    padding: 70px 50px 65px;
  }
}
@media screen and (max-width: 820px) {
  #section20 .whiteArea {
    padding: 70px 30px 45px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .whiteArea {
    margin-top: 60px;
    padding: 70px 20px 45px;
  }
}
#section20 .whiteArea .ttl {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  #section20 .whiteArea .ttl {
    max-width: 350px;
    top: -45px;
  }
}
@media screen and (max-width: 820px) {
  #section20 .whiteArea .ttl {
    max-width: 310px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .whiteArea .ttl {
    width: 77%;
  }
}
#section20 .whiteArea .ttl_text {
  text-align: center;
  margin: 10px auto 50px;
  position: relative;
  width: 900px;
}
@media screen and (max-width: 1300px) {
  #section20 .whiteArea .ttl_text {
    width: unset;
    max-width: 80%;
    margin: 40px auto 50px;
  }
}
@media screen and (max-width: 820px) {
  #section20 .whiteArea .ttl_text {
    width: 75%;
    margin: 40px auto 30px;
  }
}
@media screen and (max-width: 700px) {
  #section20 .whiteArea .ttl_text {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 520px) {
  #section20 .whiteArea .ttl_text {
    text-align: left;
    margin: 35px auto 10px;
    max-width: 95%;
  }
}
@media screen and (max-width: 400px) {
  #section20 .whiteArea .ttl_text {
    font-size: 14px;
  }
}
#section20 .whiteArea .ttl_text::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/item20_02@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  left: -10px;
  top: -10px;
  width: 115px;
  height: 100px;
  z-index: 0;
}
@media screen and (max-width: 1300px) {
  #section20 .whiteArea .ttl_text::before {
    left: -7vw;
    top: -30px;
  }
}
@media screen and (max-width: 1024px) {
  #section20 .whiteArea .ttl_text::before {
    width: 85px;
  }
}
@media screen and (max-width: 820px) {
  #section20 .whiteArea .ttl_text::before {
    left: -11vw;
  }
}
@media screen and (max-width: 700px) {
  #section20 .whiteArea .ttl_text::before {
    left: -20px;
    top: -55px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .whiteArea .ttl_text::before {
    height: 50px;
    width: 55px;
  }
}
#section20 .whiteArea .ttl_text::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/item20_03@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  right: -20px;
  top: 10px;
  width: 96px;
  height: 61px;
  z-index: 0;
}
@media screen and (max-width: 1300px) {
  #section20 .whiteArea .ttl_text::after {
    right: -4vw;
    top: -30px;
  }
}
@media screen and (max-width: 1024px) {
  #section20 .whiteArea .ttl_text::after {
    width: 66px;
  }
}
@media screen and (max-width: 820px) {
  #section20 .whiteArea .ttl_text::after {
    right: -9vw;
  }
}
@media screen and (max-width: 700px) {
  #section20 .whiteArea .ttl_text::after {
    right: 0;
    top: -45px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .whiteArea .ttl_text::after {
    width: 46px;
    top: 55px;
    height: 31px;
    right: -20px;
  }
}
#section20 .whiteArea .ttl_text02 {
  text-align: center;
  margin: 5px auto 50px;
  position: relative;
  max-width: 1200px;
}
@media screen and (max-width: 1450px) {
  #section20 .whiteArea .ttl_text02 {
    max-width: 80%;
    margin: 20px auto 50px;
  }
}
@media screen and (max-width: 820px) {
  #section20 .whiteArea .ttl_text02 {
    margin: 20px auto;
  }
}
@media screen and (max-width: 700px) {
  #section20 .whiteArea .ttl_text02 {
    max-width: 100%;
    margin: 5px auto 50px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .whiteArea .ttl_text02 {
    text-align: left;
    max-width: 97%;
    margin: 5px auto 50px;
  }
}
#section20 .whiteArea .ttl_text02::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/item20_07@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  left: -40px;
  top: -10px;
  width: 109px;
  height: 157px;
  z-index: 0;
}
@media screen and (max-width: 1450px) {
  #section20 .whiteArea .ttl_text02::before {
    left: -10vw;
  }
}
@media screen and (max-width: 1024px) {
  #section20 .whiteArea .ttl_text02::before {
    width: 75px;
    left: -10vw;
  }
}
@media screen and (max-width: 820px) {
  #section20 .whiteArea .ttl_text02::before {
    width: 69px;
    left: -10vw;
  }
}
@media screen and (max-width: 700px) {
  #section20 .whiteArea .ttl_text02::before {
    left: -20px;
    top: unset;
    bottom: -65px;
    height: 65px;
    width: 44px;
  }
}
#section20 .whiteArea .ttl_text02::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/item20_08@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  right: 0;
  top: -10px;
  width: 109px;
  height: 157px;
  z-index: 0;
}
@media screen and (max-width: 1450px) {
  #section20 .whiteArea .ttl_text02::after {
    right: -10vw;
  }
}
@media screen and (max-width: 1024px) {
  #section20 .whiteArea .ttl_text02::after {
    width: 80px;
    right: -10vw;
  }
}
@media screen and (max-width: 820px) {
  #section20 .whiteArea .ttl_text02::after {
    width: 69px;
    right: -9vw;
  }
}
@media screen and (max-width: 700px) {
  #section20 .whiteArea .ttl_text02::after {
    top: -175px;
    right: -10px;
    width: 59px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .whiteArea .ttl_text02::after {
    top: -129px;
    width: 42px;
    height: 77px;
  }
}
#section20 .whiteArea .ttl_text02 span {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 520px) {
  #section20 .whiteArea .ttl_text02 span {
    margin-top: 10px;
  }
}
#section20 .whiteArea .prize_a {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 820px) {
  #section20 .whiteArea .prize_a {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .whiteArea .prize_b {
    margin-bottom: 15px;
  }
}
#section20 .whiteArea .flex_area {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  #section20 .whiteArea .flex_area {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .whiteArea .flex_area {
    flex-direction: column;
  }
}
#section20 .whiteArea .flex_area div {
  width: calc(50% - 10px);
}
@media screen and (max-width: 520px) {
  #section20 .whiteArea .flex_area div {
    width: 100%;
  }
}
#section20 .whiteArea .item20_04 {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  #section20 .whiteArea .item20_04 {
    width: 95%;
  }
}
#section20 .whiteArea02 {
  margin-top: 180px;
  padding: 120px 100px 40px;
}
@media screen and (max-width: 1024px) {
  #section20 .whiteArea02 {
    margin-top: 130px;
    padding: 120px 50px 40px;
  }
}
@media screen and (max-width: 820px) {
  #section20 .whiteArea02 {
    margin-top: 100px;
    padding: 90px 50px 40px;
  }
}
@media screen and (max-width: 700px) {
  #section20 .whiteArea02 {
    padding: 80px 30px 45px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .whiteArea02 {
    margin-top: 90px;
    padding: 80px 30px 15px;
  }
}
@media screen and (max-width: 1024px) {
  #section20 .whiteArea02 .ttl {
    max-width: 450px;
  }
}
#section20 .whiteArea02 .ttl_img {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #section20 .whiteArea02 .ttl_img {
    max-width: 450px;
  }
}
#section20 .noveltyflex {
  flex-wrap: wrap;
}
#section20 .noveltyflex .noveltyItem {
  width: calc(33% - 20px);
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #section20 .noveltyflex .noveltyItem {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 820px) {
  #section20 .noveltyflex .noveltyItem {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .noveltyflex .noveltyItem {
    width: 100%;
  }
}
#section20 .joinArea {
  max-width: 1285px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #section20 .joinArea {
    padding-bottom: 70px;
  }
}
#section20 .joinArea .item20_09 {
  padding-top: 90px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #section20 .joinArea .item20_09 {
    max-width: 720px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 820px) {
  #section20 .joinArea .item20_09 {
    padding-top: 60px;
    max-width: 630px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #section20 .joinArea .item20_09 {
    padding-top: 45px;
    max-width: 300px;
  }
}
#section20 .joinArea .flex_area02 {
  margin-bottom: 0;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 820px) {
  #section20 .joinArea .flex_area02 {
    flex-direction: column-reverse;
  }
}
#section20 .joinArea .flex_area02 .item20_10 {
  min-width: 560px;
  animation: yurayura 2s linear infinite;
}
@media screen and (max-width: 1024px) {
  #section20 .joinArea .flex_area02 .item20_10 {
    min-width: 400px;
  }
}
@media screen and (max-width: 820px) {
  #section20 .joinArea .flex_area02 .item20_10 {
    min-width: auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .joinArea .flex_area02 .item20_10 {
    max-width: 300px;
  }
}
#section20 .joinArea .flex_area02 .textArea {
  padding-left: 50px;
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  #section20 .joinArea .flex_area02 .textArea {
    padding-left: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .joinArea .flex_area02 .textArea {
    font-size: 16px;
  }
}
#section20 .joinArea .flex_area02 .textArea p {
  margin-bottom: 35px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 520px) {
  #section20 .joinArea .flex_area02 .textArea p {
    margin-bottom: 10px;
  }
}
#section20 .joinArea .flex_area02 a {
  margin: unset;
  margin-top: 20px;
}
#section20 .afterText {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  #section20 .afterText {
    margin-top: 45px;
  }
}
@media screen and (max-width: 820px) {
  #section20 .afterText {
    margin: 20px auto 40px;
  }
}
@media screen and (max-width: 520px) {
  #section20 .afterText {
    margin: 20px auto 25px;
  }
}

#section30 {
  background-color: #fff;
  background-image: repeating-linear-gradient(90deg, #fff5f7, #fff5f7 30px, transparent 30px, transparent 60px);
  position: relative;
}
#section30::after {
  content: "";
  position: absolute;
  height: 150px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-image: repeating-linear-gradient(90deg, #fff5f7, #fff5f7 30px, #fff 30px, #fff 60px);
  left: 0;
  bottom: -149px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #section30::after {
    height: 100px;
    bottom: -99px;
  }
}
@media screen and (max-width: 820px) {
  #section30::after {
    height: 80px;
    bottom: -79px;
  }
}
@media screen and (max-width: 520px) {
  #section30::after {
    height: 50px;
    bottom: -49px;
  }
}
#section30 .wrapper {
  max-width: 1400px;
  padding-top: 270px;
}
@media screen and (max-width: 1024px) {
  #section30 .wrapper {
    padding-top: 200px;
  }
}
@media screen and (max-width: 520px) {
  #section30 .wrapper {
    padding-top: 110px;
  }
}
#section30 .titleImg {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #section30 .titleImg {
    max-width: 380px;
  }
}
@media screen and (max-width: 520px) {
  #section30 .titleImg {
    width: 85%;
  }
}
#section30 .whiteArea {
  background-color: #fffdee;
  border: 4px solid #231815;
  border-radius: 20px;
  padding: 120px 90px 95px;
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 1300px) {
  #section30 .whiteArea {
    padding: 120px 70px 95px;
  }
}
@media screen and (max-width: 1024px) {
  #section30 .whiteArea {
    padding: 120px 40px 50px;
  }
}
@media screen and (max-width: 820px) {
  #section30 .whiteArea {
    padding: 70px 40px 65px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 520px) {
  #section30 .whiteArea {
    padding: 60px 25px 55px;
    margin-top: 60px;
  }
}
#section30 .whiteArea .ttl {
  position: absolute;
  top: -65px;
  left: 50%;
  width: 763px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  #section30 .whiteArea .ttl {
    width: 603px;
    top: -52px;
  }
}
@media screen and (max-width: 820px) {
  #section30 .whiteArea .ttl {
    top: -45px;
    width: 500px;
  }
}
@media screen and (max-width: 520px) {
  #section30 .whiteArea .ttl {
    width: 85%;
  }
}
#section30 .whiteArea .ttl_text {
  text-align: center;
  margin: 30px 0 40px;
  position: relative;
}
#section30 .whiteArea .ttl_text::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/item20_02@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  left: -20px;
  top: 0;
  width: 20vw;
  height: 100%;
  z-index: 0;
}
#section30 .whiteArea .ttl_text::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/item20_03@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  right: 0;
  top: 0;
  width: 20vw;
  height: 100%;
  z-index: 0;
}
#section30 .whiteArea .flexArea {
  margin-bottom: 40px;
}
@media screen and (max-width: 990px) {
  #section30 .whiteArea .flexArea {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  #section30 .whiteArea .flexArea {
    flex-direction: column;
  }
}
#section30 .whiteArea .flexArea .stepArea {
  display: flex;
  flex-direction: column;
  width: calc(33% - 80px);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #section30 .whiteArea .flexArea .stepArea {
    width: calc(33% - 60px);
  }
}
@media screen and (max-width: 990px) {
  #section30 .whiteArea .flexArea .stepArea {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 650px) {
  #section30 .whiteArea .flexArea .stepArea {
    width: 100%;
  }
}
#section30 .whiteArea .flexArea .stepArea .title {
  font-size: 28px;
}
@media screen and (max-width: 1500px) {
  #section30 .whiteArea .flexArea .stepArea .title {
    font-size: 1.7vw !important;
  }
}
@media screen and (max-width: 1350px) {
  #section30 .whiteArea .flexArea .stepArea .title {
    font-size: 1.5vw !important;
  }
}
@media screen and (max-width: 1024px) {
  #section30 .whiteArea .flexArea .stepArea .title {
    font-size: 20px !important;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 990px) {
  #section30 .whiteArea .flexArea .stepArea .title {
    font-size: 22px !important;
    min-height: unset;
  }
}
@media screen and (max-width: 650px) {
  #section30 .whiteArea .flexArea .stepArea .title {
    font-size: 20px !important;
  }
}
#section30 .whiteArea .flexArea .stepArea .text {
  text-align: left;
  font-size: 18px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1024px) {
  #section30 .whiteArea .flexArea .stepArea .text {
    font-size: 16px;
  }
}
#section30 .whiteArea .flexArea .stepArea .text span {
  font-size: 22px;
  color: #e60012;
}
@media screen and (max-width: 650px) {
  #section30 .whiteArea .flexArea .stepArea .text span {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #section30 .whiteArea .flexArea .stepArea .img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1300px) {
  #section30 .whiteArea .flexArea .stepImg {
    width: 120px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 650px) {
  #section30 .whiteArea .flexArea .stepImg {
    width: 100px;
  }
}
#section30 .whiteArea .step01,
#section30 .whiteArea .step02 {
  position: relative;
}
@media screen and (max-width: 650px) {
  #section30 .whiteArea .step01,
  #section30 .whiteArea .step02 {
    margin-bottom: 90px;
  }
}
#section30 .whiteArea .step01::before,
#section30 .whiteArea .step02::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/step_arw@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  right: -90px;
  top: 50%;
  width: 48px;
  height: 54px;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  #section30 .whiteArea .step01::before,
  #section30 .whiteArea .step02::before {
    right: -70px;
    width: 38px;
    height: 44px;
  }
}
@media screen and (max-width: 990px) {
  #section30 .whiteArea .step01::before,
  #section30 .whiteArea .step02::before {
    right: -50px;
  }
}
@media screen and (max-width: 820px) {
  #section30 .whiteArea .step01::before,
  #section30 .whiteArea .step02::before {
    width: 28px;
    height: 34px;
  }
}
@media screen and (max-width: 650px) {
  #section30 .whiteArea .step01::before,
  #section30 .whiteArea .step02::before {
    top: unset;
    width: 34px;
    height: 39px;
    bottom: -65px;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
@media screen and (max-width: 990px) {
  #section30 .whiteArea .step02::before {
    right: -20px !important;
  }
}
@media screen and (max-width: 990px) {
  #section30 .whiteArea .step03 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  #section30 .whiteArea .step03 {
    margin-top: 0;
  }
}
#section30 .whiteArea .item20_04 {
  width: 90%;
  margin: 0 auto;
}
#section30 .whiteArea02 .ttl {
  width: 795px;
}
@media screen and (max-width: 1024px) {
  #section30 .whiteArea02 .ttl {
    width: 80% !important;
    top: -39px !important;
  }
}
@media screen and (max-width: 990px) {
  #section30 .whiteArea02 .ttl {
    width: 400px;
  }
}
@media screen and (max-width: 650px) {
  #section30 .whiteArea02 .ttl {
    width: 100% !important;
  }
}
#section30 .whiteArea02 .title {
  min-height: 134px !important;
}
@media screen and (max-width: 1500px) {
  #section30 .whiteArea02 .title {
    font-size: 1.7vw !important;
    min-height: 104px !important;
  }
}
@media screen and (max-width: 990px) {
  #section30 .whiteArea02 .title {
    min-height: 110px !important;
  }
}
@media screen and (max-width: 650px) {
  #section30 .whiteArea02 .title {
    min-height: auto !important;
  }
}
#section30 .whiteArea02 .text {
  padding: 0;
}

.tab02 {
  display: flex;
  flex-direction: column;
  padding-bottom: 110px;
}
.tab02 input[type=radio] {
  display: none;
}
@media screen and (max-width: 820px) {
  .tab02 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  .tab02 {
    padding-bottom: 60px;
  }
}
.tab02 .tab_area {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 45px auto 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .tab02 .tab_area {
    max-width: 760px;
  }
}
@media screen and (max-width: 820px) {
  .tab02 .tab_area {
    max-width: 680px;
  }
}
@media screen and (max-width: 520px) {
  .tab02 .tab_area {
    margin: 20px auto 0;
    max-width: 300px;
    flex-direction: column;
  }
}
.tab02 .tab_area li {
  max-width: 370px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .tab02 .tab_area li {
    padding: 0;
  }
}
.tab02 .tab_area li + li {
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  .tab02 .tab_area li + li {
    margin-left: 25px;
  }
}
@media screen and (max-width: 520px) {
  .tab02 .tab_area li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}
.tab02 .tab_area label {
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000;
  color: #036eb8;
  border-radius: 80px;
  display: block;
  font-size: 30px;
  padding: 15px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
  line-height: 1.3;
  box-shadow: 4px 4px #231815;
}
.tab02 .tab_area label:hover {
  background-color: #036eb8;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .tab02 .tab_area label {
    font-size: 24px;
  }
}
@media screen and (max-width: 820px) {
  .tab02 .tab_area label {
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  .tab02 .tab_area label {
    font-size: 18px;
    padding: 10px;
  }
}
.tab02 .tab_panel {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
  will-change: transform, opacity;
}
.tab02 #tab7:checked ~ #panel7,
.tab02 #tab8:checked ~ #panel8 {
  display: block;
}
.tab02 #tab7:checked ~ .catecontent .tab7_label,
.tab02 #tab8:checked ~ .catecontent .tab8_label {
  background-color: #036eb8;
  color: #fff;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#section40 {
  background: #fadce2;
  position: relative;
}
#section40::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/item40_04@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  right: 10px;
  bottom: 30px;
  width: 555px;
  height: 355px;
  z-index: 2;
  animation: yurayura 2s linear infinite;
}
@media screen and (max-width: 1400px) {
  #section40::before {
    width: 38.9vw;
    height: 24.5vw;
  }
}
@media screen and (max-width: 520px) {
  #section40::before {
    width: 300px;
    height: 190px;
  }
}
#section40 .bg04 {
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  #section40 .bg04 {
    padding-bottom: 210px;
  }
}
@media screen and (max-width: 520px) {
  #section40 .bg04 {
    padding-bottom: 180px;
  }
}
#section40 .wrapper {
  max-width: 1400px;
  position: relative;
  z-index: 2;
}
#section40 .fadein {
  position: relative;
  z-index: 3;
}
#section40 .bg04 {
  position: relative;
}
#section40 .bg04::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/bgitem05@2x.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center top;
  left: -20px;
  top: 0;
  width: 20vw;
  height: 100%;
  z-index: 0;
  margin-top: 60px;
}
@media screen and (max-width: 520px) {
  #section40 .bg04::before {
    width: 35vw;
  }
}
#section40 .bg04::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/bgitem06@2x.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center top;
  right: 0;
  top: 0;
  width: 20vw;
  height: 100%;
  z-index: 0;
  margin-top: 60px;
}
@media screen and (max-width: 520px) {
  #section40 .bg04::after {
    width: 35vw;
  }
}
#section40 .wrapper {
  padding-top: 280px;
}
@media screen and (max-width: 1024px) {
  #section40 .wrapper {
    padding-top: 200px;
  }
}
@media screen and (max-width: 520px) {
  #section40 .wrapper {
    padding-top: 120px;
  }
}
#section40 .titleImg {
  padding-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  #section40 .titleImg {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #section40 .titleImg {
    padding-bottom: 0;
  }
}
#section40 .btnArea {
  max-width: 910px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #section40 .btnArea {
    max-width: 720px;
  }
}
@media screen and (max-width: 820px) {
  #section40 .btnArea {
    max-width: 670px;
  }
}
@media screen and (max-width: 520px) {
  #section40 .btnArea {
    flex-direction: column;
    max-width: 280px;
  }
}
#section40 .btnArea a {
  width: calc(50% - 10px);
}
@media screen and (max-width: 520px) {
  #section40 .btnArea a {
    width: 100%;
  }
}
#section40 .item40_02 {
  text-align: center;
  margin: 50px auto 20px;
}
@media screen and (max-width: 1024px) {
  #section40 .item40_02 {
    max-width: 740px;
  }
}
@media screen and (max-width: 820px) {
  #section40 .item40_02 {
    max-width: 640px;
  }
}
@media screen and (max-width: 520px) {
  #section40 .item40_02 {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  #section40 .item40_03 {
    max-width: 850px;
  }
}
@media screen and (max-width: 820px) {
  #section40 .item40_03 {
    max-width: 720px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 520px) {
  #section40 .item40_03 {
    margin: 0 auto;
  }
}
#section40 .txt {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 820px) {
  #section40 .txt {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 520px) {
  #section40 .txt {
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 0.06em;
  }
}
#section40 .spotArea {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  #section40 .spotArea {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  #section40 .spotArea {
    margin-bottom: 30px;
  }
}
#section40 .spotArea .spotItem {
  width: calc(33% - 20px);
  border: 4px solid #231815;
  border-radius: 15px;
  background-color: #ffffee;
  margin-bottom: 45px;
  box-shadow: 5px 5px #231815;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 820px) {
  #section40 .spotArea .spotItem {
    width: calc(50% - 10px);
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  #section40 .spotArea .spotItem {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
#section40 .spotArea .spotItem .spot_ttl {
  background-color: #ffc0de;
  border-radius: 13px 13px 0 0;
  font-size: 24px;
  text-align: center;
  padding: 12px;
  border-bottom: 4px solid #231815;
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem .spot_ttl {
    border-radius: 11px 11px 0 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #section40 .spotArea .spotItem .spot_ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #section40 .spotArea .spotItem .spot_ttl {
    border-radius: 11px 11px 0 0;
  }
}
#section40 .spotArea .spotItem .spottextArea {
  padding: 25px 30px 35px;
}
@media screen and (max-width: 820px) {
  #section40 .spotArea .spotItem .spottextArea {
    padding: 15px 20px 25px;
  }
}
#section40 .spotArea .spotItem .spottextArea .text01 {
  font-size: 17px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #section40 .spotArea .spotItem .spottextArea .text01 {
    font-size: 16px;
  }
}
#section40 .spotArea .spotItem .spottextArea .text01 span {
  font-size: 20px;
  color: #e60012;
}
@media screen and (max-width: 520px) {
  #section40 .spotArea .spotItem .spottextArea .text01 span {
    font-size: 18px;
  }
}
#section40 .spotArea .spotItem .spottextArea .text02 {
  position: relative;
  z-index: 2;
  font-size: 16px;
  text-indent: -3em;
  padding-bottom: 25px;
  padding-left: 3em;
}
#section40 .spotArea .spotItem .spottextArea .text02 span {
  font-size: 14px;
}
#section40 .spotArea .spotItem .spottextArea .button01 {
  position: relative;
  z-index: 2;
  background-color: #036eb8;
  border: 3px solid #231815;
  color: #fff;
  padding: 8px;
  max-width: 323px;
  margin: 0 auto;
  font-size: 18px;
  box-shadow: 3px 3px #231815;
}
@media screen and (max-width: 1300px) {
  #section40 .spotArea .spotItem .spottextArea .button01 {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #section40 .spotArea .spotItem .spottextArea .button01 {
    font-size: 15px;
  }
}
@media screen and (max-width: 820px) {
  #section40 .spotArea .spotItem .spottextArea .button01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  #section40 .spotArea .spotItem .spottextArea .button01 {
    max-width: 320px;
  }
}
#section40 .spotArea .spotItem .spottextArea .button01:hover {
  opacity: 1;
  box-shadow: none;
  transform: translate(5px, 5px) rotateZ(0.03deg);
}
#section40 .spotArea .spotItem .spottextArea .button01 span {
  padding-right: 30px;
}
#section40 .spotArea .spotItem .spottextArea .button01 span::before {
  display: none;
}
#section40 .spotArea .spotItem .spottextArea .button01 span::after {
  background-image: url(../images/top/gm@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: unset;
  border-radius: unset;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 0;
  width: 23px;
  height: 16px;
  border: unset;
}
#section40 .spotArea .spotItem.none {
  border: none;
  background-color: transparent;
  box-shadow: none;
  margin: 0 !important;
}
#section40 .spotArea .spotItem01 .spottextArea::after {
  background-image: url(../images/top/spot_bg01@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 241px;
  height: 123px;
  z-index: 0;
}
#section40 .spotArea .spotItem02 .spottextArea::after {
  background-image: url(../images/top/spot_bg02@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 216px;
  height: 112px;
  z-index: 0;
}
#section40 .spotArea .spotItem03 .spottextArea::after {
  background-image: url(../images/top/spot_bg03@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 209px;
  height: 118px;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  #section40 .spotArea .spotItem03 .spottextArea::after {
    width: 159px;
    height: 88px;
  }
}
#section40 .spotArea .spotItem04 .spottextArea::after {
  background-image: url(../images/top/spot_bg04@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 182px;
  height: 112px;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  #section40 .spotArea .spotItem04 .spottextArea::after {
    width: 152px;
    height: 92px;
  }
}
#section40 .spotArea .spotItem05 .spottextArea::after {
  background-image: url(../images/top/spot_bg05@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 221px;
  height: 108px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem05 .spottextArea::after {
    width: 201px;
    height: 103px;
  }
}
@media screen and (max-width: 820px) {
  #section40 .spotArea .spotItem05 .spottextArea::after {
    width: 171px;
    height: 83px;
  }
}
#section40 .spotArea .spotItem06 .spot_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section40 .spotArea .spotItem06 .spot_ttl06_01 {
  min-height: 90px !important;
}
@media screen and (max-width: 520px) {
  #section40 .spotArea .spotItem06 .spot_ttl06_01 {
    min-height: unset !important;
  }
}
#section40 .spotArea .spotItem06 .spot_ttl06_02 {
  min-height: 90px !important;
}
@media screen and (max-width: 520px) {
  #section40 .spotArea .spotItem06 .spot_ttl06_02 {
    min-height: unset !important;
  }
}
#section40 .spotArea .spotItem06 .spot_ttl06_03 {
  min-height: 90px !important;
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem06 .spot_ttl06_03 {
    min-height: unset !important;
  }
}
#section40 .spotArea .spotItem06 .spot_ttl02 {
  font-size: 23px;
}
@media screen and (max-width: 1170px) {
  #section40 .spotArea .spotItem06 .spot_ttl02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem06 .spot_ttl02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #section40 .spotArea .spotItem06 .spot_ttl02 {
    font-size: 18px;
  }
}
#section40 .spotArea .spotItem06 .spottextArea::after {
  background-image: url(../images/top/spot_bg06@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 251px;
  height: 123px;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  #section40 .spotArea .spotItem07 .spot_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #section40 .spotArea .spotItem07 .spot_ttl {
    font-size: 18px;
  }
}
#section40 .spotArea .spotItem07 .spot_ttl02 {
  font-size: 21px;
}
@media screen and (max-width: 1230px) {
  #section40 .spotArea .spotItem07 .spot_ttl02 {
    font-size: 16px;
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem07 .spot_ttl02 {
    font-size: 20px;
    padding: 12px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 750px) {
  #section40 .spotArea .spotItem07 .spot_ttl02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  #section40 .spotArea .spotItem07 .spot_ttl03 {
    padding: 22px;
  }
}
@media screen and (max-width: 520px) {
  #section40 .spotArea .spotItem07 .spot_ttl03 {
    padding: 12px;
  }
}
#section40 .spotArea .spotItem07 .spottextArea::after {
  background-image: url(../images/top/spot_bg07@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 240px;
  height: 121px;
  z-index: 0;
}
#section40 .spotArea .spotItem07 .spottextArea .text02 {
  padding: 0;
  text-indent: -5.3em;
  padding-left: 5.3em;
  letter-spacing: 0.03em;
}
#section40 .spotArea .spotItem07 .textlink {
  color: #036eb8;
  font-size: 14px;
  text-indent: -1rem;
  display: inline-block;
  padding-left: 1rem;
}
#section40 .spotArea .spotItem07 .text07area07 .text02area,
#section40 .spotArea .spotItem07 .text07area08 .text02area {
  min-height: 127px;
}
@media screen and (max-width: 1532px) {
  #section40 .spotArea .spotItem07 .text07area07 .text02area,
  #section40 .spotArea .spotItem07 .text07area08 .text02area {
    margin-bottom: 0;
    min-height: 170px;
  }
}
@media screen and (max-width: 1496px) {
  #section40 .spotArea .spotItem07 .text07area07 .text02area,
  #section40 .spotArea .spotItem07 .text07area08 .text02area {
    min-height: 200px;
  }
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem07 .text07area07 .text02area,
  #section40 .spotArea .spotItem07 .text07area08 .text02area {
    min-height: auto;
  }
}
#section40 .spotArea .spotItem07 .text07area09 .text02area {
  min-height: 127px;
}
@media screen and (max-width: 1532px) {
  #section40 .spotArea .spotItem07 .text07area09 .text02area {
    min-height: 170px;
  }
}
@media screen and (max-width: 1496px) {
  #section40 .spotArea .spotItem07 .text07area09 .text02area {
    min-height: 200px;
  }
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem07 .text07area09 .text02area {
    min-height: 150px !important;
  }
}
@media screen and (max-width: 820px) {
  #section40 .spotArea .spotItem07 .text07area09 .text02area {
    min-height: 195px !important;
  }
}
@media screen and (max-width: 520px) {
  #section40 .spotArea .spotItem07 .text07area09 .text02area {
    min-height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem07 .text07area10 .text02area {
    min-height: 150px !important;
  }
}
@media screen and (max-width: 820px) {
  #section40 .spotArea .spotItem07 .text07area10 .text02area {
    min-height: 195px !important;
  }
}
@media screen and (max-width: 520px) {
  #section40 .spotArea .spotItem07 .text07area10 .text02area {
    min-height: auto !important;
  }
}
#section40 .spotArea .spotItem07 .text02area {
  margin-bottom: 20px;
}
@media screen and (max-width: 1545px) {
  #section40 .spotArea .spotItem07 .text02area {
    margin-bottom: 0;
    min-height: 150px;
  }
}
@media screen and (max-width: 1400px) {
  #section40 .spotArea .spotItem07 .text02area {
    min-height: 150px !important;
  }
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem07 .text02area {
    min-height: 120px !important;
  }
}
@media screen and (max-width: 900px) {
  #section40 .spotArea .spotItem07 .text02area {
    min-height: 150px !important;
  }
}
@media screen and (max-width: 790px) {
  #section40 .spotArea .spotItem07 .text02area {
    min-height: 180px !important;
  }
}
@media screen and (max-width: 600px) {
  #section40 .spotArea .spotItem07 .text02area {
    min-height: unset !important;
    margin-bottom: 20px;
  }
}
@media print {
  #section40 .spotArea .spotItem07 .text02area {
    min-height: 130px !important;
  }
}
#section40 .spotArea .spotItem07 .text02area02 {
  min-height: 150px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  #section40 .spotArea .spotItem07 .text02area02 {
    min-height: unset;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem07 .text07area01 {
    min-height: 140px !important;
  }
}
@media screen and (max-width: 1000px) {
  #section40 .spotArea .spotItem07 .text07area01 {
    min-height: 170px !important;
  }
}
@media screen and (max-width: 921px) {
  #section40 .spotArea .spotItem07 .text07area01 {
    min-height: 180px !important;
  }
}
@media screen and (max-width: 750px) {
  #section40 .spotArea .spotItem07 .text07area01 {
    min-height: 200px !important;
  }
}
@media screen and (max-width: 600px) {
  #section40 .spotArea .spotItem07 .text07area01 {
    min-height: unset !important;
    margin-bottom: 20px;
  }
}
@media print {
  #section40 .spotArea .spotItem07 .text07area01 {
    min-height: 180px !important;
  }
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem07 .text07area02 {
    min-height: 133px !important;
  }
}
@media screen and (max-width: 1000px) {
  #section40 .spotArea .spotItem07 .text07area02 {
    min-height: 170px !important;
  }
}
@media screen and (max-width: 921px) {
  #section40 .spotArea .spotItem07 .text07area02 {
    min-height: 180px !important;
  }
}
@media screen and (max-width: 750px) {
  #section40 .spotArea .spotItem07 .text07area02 {
    min-height: 200px !important;
  }
}
@media screen and (max-width: 600px) {
  #section40 .spotArea .spotItem07 .text07area02 {
    min-height: unset !important;
    margin-bottom: 20px;
  }
}
@media print {
  #section40 .spotArea .spotItem07 .text07area02 {
    min-height: 190px !important;
  }
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem07 .text07area03 {
    min-height: 140px !important;
  }
}
@media screen and (max-width: 820px) {
  #section40 .spotArea .spotItem07 .text07area03 {
    min-height: 150px !important;
  }
}
@media screen and (max-width: 750px) {
  #section40 .spotArea .spotItem07 .text07area03 {
    min-height: 200px !important;
  }
}
@media screen and (max-width: 600px) {
  #section40 .spotArea .spotItem07 .text07area03 {
    min-height: unset !important;
    margin-bottom: 20px;
  }
}
@media print {
  #section40 .spotArea .spotItem07 .text07area03 {
    min-height: 190px !important;
  }
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem07 .text07area04 {
    min-height: 140px !important;
  }
}
@media screen and (max-width: 820px) {
  #section40 .spotArea .spotItem07 .text07area04 {
    min-height: 150px !important;
  }
}
@media screen and (max-width: 750px) {
  #section40 .spotArea .spotItem07 .text07area04 {
    min-height: 200px !important;
  }
}
@media screen and (max-width: 600px) {
  #section40 .spotArea .spotItem07 .text07area04 {
    min-height: unset !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem07 .text07area05 {
    min-height: 140px !important;
  }
}
@media screen and (max-width: 820px) {
  #section40 .spotArea .spotItem07 .text07area05 {
    min-height: 150px !important;
  }
}
@media print {
  #section40 .spotArea .spotItem07 .text07area05 {
    min-height: 150px !important;
  }
}
@media screen and (max-width: 600px) {
  #section40 .spotArea .spotItem07 .text07area05 {
    min-height: unset !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea .spotItem07 .text07area06 {
    min-height: 140px !important;
  }
}
@media screen and (max-width: 820px) {
  #section40 .spotArea .spotItem07 .text07area06 {
    min-height: 150px !important;
  }
}
@media screen and (max-width: 600px) {
  #section40 .spotArea .spotItem07 .text07area06 {
    min-height: unset !important;
    margin-bottom: 20px;
  }
}
#section40 .spotArea02 {
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #section40 .spotArea02 {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 820px) {
  #section40 .spotArea02 {
    padding-bottom: 30px;
  }
}

.tab {
  display: flex;
  flex-direction: column;
}
.tab input[type=radio] {
  display: none;
}
.tab .tab_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .tab .tab_area {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 655px) {
  .tab .tab_area {
    margin-bottom: 15px;
  }
}
.tab .tab_area li {
  width: calc(16.6666666667% - 10px);
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .tab .tab_area li {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 655px) {
  .tab .tab_area li {
    margin-bottom: 25px;
    width: calc(50% - 5px);
  }
}
.tab .tab_area label {
  cursor: pointer;
  background-color: #fff;
  color: #e60012 !important;
  border: 4px solid #231815;
  border-radius: 60px;
  color: #231815;
  display: block;
  font-size: 26px;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  z-index: 12;
}
@media screen and (max-width: 1024px) {
  .tab .tab_area label {
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  .tab .tab_area label {
    font-size: 18px;
    padding: 10px 15px;
    border: 3px solid #231815;
  }
}
@media print {
  .tab .tab_area label {
    font-size: 22px;
  }
}
.tab .tab_area label.__center {
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .tab .tab_area label.__left {
    margin: 0 auto;
  }
}
.tab .tab_area label:hover {
  background-color: #e60012;
  color: #fff !important;
  opacity: 1;
}
.tab .tab_panel {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.tab #tab1:checked ~ #panel1,
.tab #tab2:checked ~ #panel2,
.tab #tab3:checked ~ #panel3,
.tab #tab4:checked ~ #panel4,
.tab #tab5:checked ~ #panel5,
.tab #tab6:checked ~ #panel6 {
  display: block;
}
.tab #tab1:checked ~ .catecontent .tab1_label,
.tab #tab2:checked ~ .catecontent .tab2_label,
.tab #tab3:checked ~ .catecontent .tab3_label,
.tab #tab4:checked ~ .catecontent .tab4_label,
.tab #tab5:checked ~ .catecontent .tab5_label,
.tab #tab6:checked ~ .catecontent .tab6_label {
  background-color: #e60012;
  color: #fff !important;
}
.tab #tab1:checked ~ .catecontent .tab1_label::before, .tab #tab1:checked ~ .catecontent .tab1_label::after,
.tab #tab2:checked ~ .catecontent .tab2_label::before,
.tab #tab2:checked ~ .catecontent .tab2_label::after,
.tab #tab3:checked ~ .catecontent .tab3_label::before,
.tab #tab3:checked ~ .catecontent .tab3_label::after,
.tab #tab4:checked ~ .catecontent .tab4_label::before,
.tab #tab4:checked ~ .catecontent .tab4_label::after,
.tab #tab5:checked ~ .catecontent .tab5_label::before,
.tab #tab5:checked ~ .catecontent .tab5_label::after,
.tab #tab6:checked ~ .catecontent .tab6_label::before,
.tab #tab6:checked ~ .catecontent .tab6_label::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.tab #tab1:checked ~ .catecontent .tab1_label::before,
.tab #tab2:checked ~ .catecontent .tab2_label::before,
.tab #tab3:checked ~ .catecontent .tab3_label::before,
.tab #tab4:checked ~ .catecontent .tab4_label::before,
.tab #tab5:checked ~ .catecontent .tab5_label::before,
.tab #tab6:checked ~ .catecontent .tab6_label::before {
  bottom: -23px;
  border-style: solid;
  border-color: #231815 transparent transparent transparent;
  border-width: 21px 15px 0 15px;
  z-index: 4;
}
@media screen and (max-width: 520px) {
  .tab #tab1:checked ~ .catecontent .tab1_label::before,
  .tab #tab2:checked ~ .catecontent .tab2_label::before,
  .tab #tab3:checked ~ .catecontent .tab3_label::before,
  .tab #tab4:checked ~ .catecontent .tab4_label::before,
  .tab #tab5:checked ~ .catecontent .tab5_label::before,
  .tab #tab6:checked ~ .catecontent .tab6_label::before {
    bottom: -18px;
    border-width: 17px 13px 0 13px;
  }
}
.tab #tab1:checked ~ .catecontent .tab1_label::after,
.tab #tab2:checked ~ .catecontent .tab2_label::after,
.tab #tab3:checked ~ .catecontent .tab3_label::after,
.tab #tab4:checked ~ .catecontent .tab4_label::after,
.tab #tab5:checked ~ .catecontent .tab5_label::after,
.tab #tab6:checked ~ .catecontent .tab6_label::after {
  bottom: -18px;
  border-style: solid;
  border-color: #e60012 transparent transparent transparent;
  border-width: 18px 12px 0 12px;
  z-index: 10;
}
@media screen and (max-width: 520px) {
  .tab #tab1:checked ~ .catecontent .tab1_label::after,
  .tab #tab2:checked ~ .catecontent .tab2_label::after,
  .tab #tab3:checked ~ .catecontent .tab3_label::after,
  .tab #tab4:checked ~ .catecontent .tab4_label::after,
  .tab #tab5:checked ~ .catecontent .tab5_label::after,
  .tab #tab6:checked ~ .catecontent .tab6_label::after {
    border-width: 14px 10px 0 10px;
    bottom: -14px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel_txt {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .panel_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .panel_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .panel_txt {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  .panel_txt .note {
    display: block;
    text-indent: -1.3rem;
    padding-left: 1.3rem;
  }
}

#section50 {
  background-color: #f9f8d7;
  background-image: url(../images/top/bgitem04@2x.png);
  background-repeat: repeat;
  background-size: 50px;
  background-position: center top;
  padding: 120px 0 110px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 820px) {
  #section50 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 520px) {
  #section50 {
    padding: 60px 0;
    background-size: 35px;
  }
}
#section50 .wrapper {
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  #section50 .titleImg {
    max-width: 600px;
  }
}
#section50 .textArea {
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  #section50 .textArea {
    margin-top: 15px;
  }
}
#section50 .textArea p {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin-bottom: 5px;
  font-size: 21px;
}
@media screen and (max-width: 1024px) {
  #section50 .textArea p {
    letter-spacing: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  #section50 .textArea p {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #section50 .textArea p {
    font-size: 16px;
  }
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
}