@charset 'utf-8';
/* ==================================
	Main Visual
================================== */
.boxIndexMvWrap {
  position: relative;
  z-index: 2;
  height: 450px;
  overflow: hidden;
}
@media all and (max-width: 750px) {
  .boxIndexMvWrap {
    height: auto;
  }
}
/*
.boxIndexMv {
  position: relative;
  text-align: center;
  height: 435px;
  .boxUserNum {
    position: absolute;
    top: 380px;
    left: 200px;
    width: 285px;
  }
  .txtUserNum {
    position: relative;
    text-align: center;
    letter-spacing: -0.09em;
    font-size: 4.2rem;
    font-weight: 700;
    .txt01IndexMvSlide01 {
      position: absolute;
      top: -13px;
      left: -56px;
    }
    .txtSepa01 {
      margin: 0 -3px;
    }
    .txt00 {
      position: relative;
      top: 5px;
      margin-left: -5px;
      font-size: 1.65rem;
      color: #333;
    }
  }
  .btn01IndexMvSlider01 {
    position: absolute;
    top: 551px;
    left: 877px;
  }
  @media all and (max-width: 750px){
    .boxUserNum {
      top: 50vw;
      left: 3vw;
      width: 33vw;
    }
    .txtUserNum {
      font-size: 1.5rem;
      .txt01IndexMvSlide01 {
        top: -2vw;
        left: -6vw;
        width: 6vw;
      }
      .txtSepa01 {
        margin: 0 -1vw;
      }
      .txt00 {
        top: 0.8vw;
        margin-left: -1vw;
        font-size: 0.7rem;
      }
    }
    .btn01IndexMvSlider01 {
      top: 61vw;
      left: 61vw;
      width: 30vw;
    }
  }
}

.txtUserNumLeft {
  position: absolute;
  top: 462px;
  left: 195px;
  width: 280px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 700;
  color: #333;
  .txt01 {
    margin-right: 5px;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    .small {
      font-size: 1.35rem;
    }
  }
  .txt02 {
    .fontNum {
      font-size: 3.05rem;
      color: #1eb9ee;
    }
    .txt0201 {
      position: relative;
      top: 2px;
      margin-left: 2px;
    }
  }
  @media all and (max-width: 750px){
    top: 57vw;
    left: 3vw;
    width: 33vw;
    .txt01 {
      margin-right: 0;
      font-size: 0.5rem;
      .small {
        font-size: 0.5rem;
      }
    }
    .txt02 {
      .fontNum {
        font-size: 0.9rem;
      }
      .txt0201 {
        top: 0;
        margin-left: 0;
        font-size: 0.4rem;
      }
    }
  }
}
*/
/* ==================================
	Slider (4)
================================== */
.boxCsNkSlide02 {
  position: relative;
  width: 1080px;
  height: 290px;
  margin: 145px auto 0;
}
.boxCsNkSlide02 li {
  margin: 0 5px;
}
.boxCsNkSlide02 .slick-slide a {
  display: block;
  border-radius: 26px;
  overflow: hidden;
}
.boxCsNkSlide02 .icnCsNkSlide02ArrowL {
  position: absolute;
  left: -59px;
  top: 80px;
  cursor: pointer;
}
.boxCsNkSlide02 .icnCsNkSlide02ArrowR {
  position: absolute;
  right: -59px;
  top: 80px;
  cursor: pointer;
}
@media all and (max-width: 750px) {
  .boxCsNkSlide02 {
    width: auto;
    height: auto;
    margin: 20px;
  }
  .boxCsNkSlide02 .slick-slide a {
    border-radius: 4.4vw;
  }
  .boxCsNkSlide02 .icnCsNkSlide02ArrowL,
  .boxCsNkSlide02 .icnCsNkSlide02ArrowR {
    display: none!important;
  }
}
/* ==================================
	Slider (5/centerMode)
================================== */
.mySliderContainer {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
}
.mySliderContainer .mySliderController {
  transition: opacity 0.3s ease;
  opacity: 0;
}
.mySliderContainer .mySliderController .centerFrame {
  display: none;
  position: absolute;
  z-index: 10;
  top: -2px;
  left: 50%;
  width: 284px;
  height: 284px;
  border: 1px solid #f00;
  transform: translateX(-50%);
}
.mySliderContainer .mySliderController .sliderArrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: 20px;
  transform: translateY(-50%);
}
.mySliderContainer .mySliderController .sliderArrowPrev {
  left: 206px;
}
.mySliderContainer .mySliderController .sliderArrowNext {
  right: 206px;
}
@media all and (max-width: 750px) {
  .mySliderContainer {
    position: static;
    width: 100%;
    transform: none;
    padding: 15px 0;
  }
  .mySliderContainer .mySliderController .sliderArrow {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 2vw;
    transform: none;
  }
  .mySliderContainer .mySliderController .sliderArrowPrev {
    left: 4vw;
  }
  .mySliderContainer .mySliderController .sliderArrowNext {
    right: 4vw;
  }
}
.mySlider {
  display: block;
  margin: 0 auto;
  width: 1400px;
  overflow: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.mySlider .mySliderItem {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 280px;
  height: 280px;
  box-sizing: content-box;
}
.mySlider .mySliderItem a {
  display: block;
  width: 260px;
  height: 260px;
  border-radius: 10%;
  background-color: #fff;
  opacity: 1;
  transform-origin: bottom center;
  transition: scale 0.3s ease;
}
.mySlider .mySliderItem.slick-center a,
.mySlider .mySliderItem.is-active-next a {
  scale: 1.077;
}
.mySlider.slick-dotted {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.mySlider.slick-dotted .slick-dots {
  bottom: 0;
}
.mySlider.slick-dotted .slick-dots li {
  margin: 0 8px;
  width: 10px;
  height: 10px;
}
.mySlider.slick-dotted .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c0c0c0;
}
.mySlider.slick-dotted .slick-dots li button:before {
  display: none;
}
.mySlider.slick-dotted .slick-dots li.slick-active button {
  background-color: #ed7a81;
}
.mySlider.slick-initialized {
  opacity: 1;
}
.mySlider.slick-initialized + .mySliderController {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .mySlider a img {
    transition: opacity 0.3s ease;
  }
  .mySlider a img:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 750px) {
  .mySlider {
    width: 100%;
  }
  .mySlider .mySliderItem {
    width: 50vw;
    height: 50vw;
    align-items: center;
  }
  .mySlider .mySliderItem a {
    width: 100%;
    height: 100%;
    transform-origin: center;
    scale: 0.85;
  }
  .mySlider .mySliderItem.slick-center a,
  .mySlider .mySliderItem.is-active-next a {
    scale: 1;
  }
  .mySlider.slick-dotted {
    padding-bottom: 20px;
  }
  .mySlider.slick-dotted .slick-dots {
    bottom: 0;
  }
  .mySlider.slick-dotted .slick-dots li {
    margin: 0 5px;
    width: 6px;
    height: 6px;
  }
  .mySlider.slick-dotted .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
/* ==================================
	Contents
================================== */
.boxIndex01AWrap {
  margin-bottom: 0;
  background-image: url('../../images/index/index01-a-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px) {
  .boxIndex01AWrap {
    margin-top: 1.5em;
    background-position: center top;
    background-size: 420% auto;
  }
}
.boxIndex01A {
  min-height: 374px;
}
@media all and (max-width: 750px) {
  .boxIndex01A {
    min-height: auto;
  }
}
.boxIndex01A .boxTtl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 3.5em 0 0 440px;
  color: #373737;
}
@media all and (max-width: 750px) {
  .boxIndex01A .boxTtl {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.5em;
    padding: 1em 0 0 0;
  }
}
.boxIndex01A .boxTtl .ttl01 {
  margin-right: 0.4em;
  letter-spacing: 0em;
  font-size: 2.35rem;
  font-weight: 700;
}
.boxIndex01A .boxTtl .ttl01 br {
  display: none;
}
@media all and (max-width: 750px) {
  .boxIndex01A .boxTtl .ttl01 {
    margin-right: 0;
    margin-bottom: 0.3em;
    font-size: 1.5rem;
    padding-left: 3em;
    text-align: center;
    line-height: 1.2em;
  }
  .boxIndex01A .boxTtl .ttl01 br {
    display: block;
  }
}
.boxIndex01A .boxTtl .txt01 {
  font-size: 1.15rem;
}
@media all and (max-width: 750px) {
  .boxIndex01A .boxTtl .txt01 {
    font-size: 1rem;
  }
}
.boxIndex01A .boxTtl .txt01 .txtNum {
  font-size: 1.35rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxIndex01A .boxTtl .txt01 .txtNum {
    font-size: 1.2rem;
  }
}
.boxIndex01A .boxLink01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: -3.4em;
}
@media all and (max-width: 750px) {
  .boxIndex01A .boxLink01 {
    display: block;
    margin-top: 0;
  }
}
.boxIndex01A .boxLink01L {
  width: 23%;
}
@media all and (max-width: 750px) {
  .boxIndex01A .boxLink01L {
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
  }
}
.boxIndex01A .boxLink01R {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 75%;
}
@media all and (max-width: 750px) {
  .boxIndex01A .boxLink01R {
    display: block;
    width: 100%;
  }
}
.boxIndex01A .boxLink01R a:first-child {
  margin-right: 1.1em;
}
@media all and (max-width: 750px) {
  .boxIndex01A .boxLink01R a:first-child {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.boxIndex01Wrap {
  /*margin-top: -50px;*/
  padding: 50px 0 0 0;
}
@media all and (max-width: 750px) {
  .boxIndex01Wrap {
    margin: 5vw 0 0 0;
    padding: 0 0 0 0;
  }
}
.boxIndex0101 {
  margin-bottom: 26px;
}
@media all and (max-width: 750px) {
  .boxIndex0101 {
    margin-bottom: 6.4vw;
  }
}
.boxIndex0101 .txtCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media all and (max-width: 750px) {
  .boxIndex0101 .txtCont01 {
    margin-bottom: 2.7vw;
  }
}
.boxIndex0101 .txtCont01 .txt01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  border-radius: 35px;
  background-color: #fff;
  font-size: 1.55rem;
  font-weight: 700;
  color: #68a02e;
}
@media all and (max-width: 750px) {
  .boxIndex0101 .txtCont01 .txt01 {
    height: 5.8vw;
    margin: 0 0.3vw;
    padding: 0 3vw;
    border-radius: 5.8vw;
    font-size: 0.9rem;
  }
}
.boxIndex0101 .txtCont01 .txt01 .icnIndexDeco01 {
  position: absolute;
  top: -13px;
  left: -13px;
}
@media all and (max-width: 750px) {
  .boxIndex0101 .txtCont01 .txt01 .icnIndexDeco01 {
    top: -1.5vw;
    left: -1vw;
    width: 2.8vw;
  }
}
.boxIndex0101 .txtCont01 .txt02 {
  display: inline-block;
  margin-left: 5px;
  padding-top: 4px;
  letter-spacing: 0.05em;
  font-size: 1.15rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxIndex0101 .txtCont01 .txt02 {
    margin-left: 1vw;
    padding-top: 0.5vw;
    font-size: 0.77rem;
  }
}
.boxIndex0101 .txtCont02 {
  display: block;
  text-align: center;
  letter-spacing: 0.16em;
  font-size: 1.95rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxIndex0101 .txtCont02 {
    font-size: 0.95rem !important;
  }
}
.boxIndex0101 .txtCont02.large {
  line-height: 1.5;
}
.boxIndex0101 .txtCont02 .small {
  font-size: 1.6rem;
}
.boxIndex0101 .txtCont02.txt03 {
  font-size: 1.4rem;
  line-height: 1.4em;
  margin-top: 10px;
}
@media all and (max-width: 750px) {
  .boxIndex0101 .txtCont02 .small {
    font-size: 0.75rem;
  }
}
.boxIndex01 .ttl {
  margin-bottom: 17px;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxIndex01 .ttl {
    margin-bottom: 7.5vw;
  }
}
@media all and (max-width: 750px) {
  .boxIndex01 .ttl img {
    width: 72vw;
  }
}
.boxIndex01 .ttl02 {
  margin-bottom: 42px;
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 1.7rem;
  font-weight: 700;
  color: #76b039;
}
@media all and (max-width: 750px) {
  .boxIndex01 .ttl02 {
    margin-bottom: 6.5vw;
    font-size: 1.2rem;
  }
}
.boxIndex01 .ttl02 > span {
  display: inline-block;
  padding: 0 240px;
  background-image: url('../../images/index/index01-ttl-bg01.png'), url('../../images/index/index01-ttl-bg01.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: auto auto, auto auto;
}
@media all and (max-width: 750px) {
  .boxIndex01 .ttl02 > span {
    padding: 0 17vw;
    background-image: url('../../images/index/sp-index01-ttl-bg01.png'), url('../../images/index/sp-index01-ttl-bg01.png');
    background-size: 15vw auto, 15vw auto;
  }
}
.boxIndex0102 {
  margin-bottom: 50px;
}
@media all and (max-width: 750px) {
  .boxIndex0102 .nkslider .boxSlideList {
    width: 80%;
  }
  .boxIndex0102 .nkslider .boxSlideLine {
    padding: 0;
  }
  .boxIndex0102 .nkslider .boxSlideOne {
    width: 100%;
    margin: 0;
    padding-bottom: 5vw;
  }
  .boxIndex0102 .nkslider .slideNaviL,
  .boxIndex0102 .nkslider .slideNaviR {
    width: 8.2vw;
  }
}
.boxIndex0102 .boxCont01F {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media all and (max-width: 750px) {
  .boxIndex0102 .boxCont01F {
    display: block;
    margin-bottom: 35px;
  }
}
.boxIndex0102 .boxCont01FOne {
  overflow: hidden;
  width: 31.8%;
  padding: 0 0 25px 0;
  border-radius: 20px;
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .boxIndex0102 .boxCont01FOne {
    width: 100%;
    padding: 0 0 4.2vw 0;
    padding: 0;
    border-radius: 4vw;
  }
}
.boxIndex0102 .boxCont01FOne .boxImg {
  margin-bottom: 24px;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxIndex0102 .boxCont01FOne .boxImg {
    margin-bottom: 5.5vw;
  }
}
@media all and (max-width: 750px) {
  .boxIndex0102 .boxCont01FOne .boxImg img {
    width: 68.7vw;
  }
}
.boxIndex0102 .boxCont01FOne .boxBaseCom {
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-size: 1.18rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxIndex0102 .boxCont01FOne .boxBaseCom {
    padding: 0;
    line-height: 1.7;
    font-size: 0.93rem;
  }
}
.boxIndex0103 .ttl03 {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 2.4rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxIndex0103 .ttl03 {
    margin-bottom: 2vw;
    line-height: 1.5;
    font-size: 1.7rem;
  }
}
.boxIndex0103 .ttl03 .small {
  font-size: 2.1rem;
}
@media all and (max-width: 750px) {
  .boxIndex0103 .ttl03 .small {
    font-size: 1.4rem;
  }
}
.boxIndex0103 .boxBaseCom {
  margin-bottom: 24px;
  padding-left: 30px;
  line-height: 1.75;
  letter-spacing: 0.13em;
  font-size: 1.25rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxIndex0103 .boxBaseCom {
    margin-bottom: 6.4vw;
    padding-left: 0;
    line-height: 1.55;
    letter-spacing: 0.1em;
    font-size: 0.95rem;
  }
}
.boxIndex0103 .boxLink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxIndex0103 .boxLink {
    display: block;
  }
}
.boxIndex0103 .boxLink a {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 340px;
  height: 65px;
  margin: 0 20px;
  border-radius: 65px;
  background-color: #aaa;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.55rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px) {
  .boxIndex0103 .boxLink a {
    width: 100%;
    height: 12vw;
    margin: 0;
    border-radius: 12vw;
    letter-spacing: 0.2em;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 750px) {
  .boxIndex0103 .boxLink a .small {
    font-size: 1.15rem;
  }
}
.boxIndex0103 .boxLink .linkAbout {
  background-color: #ef858c;
}
@media all and (max-width: 750px) {
  .boxIndex0103 .boxLink .linkAbout {
    margin-bottom: 5vw;
  }
}
.boxIndex0103 .boxLink .linkShop {
  background-color: #1eb9ee;
}
@media all and (max-width: 750px) {
  .boxIndex0103 .boxLink .linkShop {
    margin-bottom: 5vw;
  }
}
.boxIndex0103 .boxLink .linkRestStation {
  background-color: #f6ad54;
}
.boxIndexMovieWrap {
  margin-bottom: 60px;
  background-image: url('../../images/index/index-movie-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px) {
  .boxIndexMovieWrap {
    margin-bottom: 10vw;
    background-size: 105% auto;
  }
}
.boxIndexMovie {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 519px;
}
@media all and (max-width: 750px) {
  .boxIndexMovie {
    height: auto;
    padding-top: 44.5%;
  }
}
.boxIndexMovie .boxImg {
  position: relative;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxIndexMovie .boxImg {
    width: 70%;
    padding-top: 39.3%;
    margin-top: -44.5%;
  }
}
.boxIndexMovie .boxImg video {
  width: 740px;
}
@media all and (max-width: 750px) {
  .boxIndexMovie .boxImg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.boxIndexMovie .boxImg .cover01IndexMovie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media all and (max-width: 750px) {
  .boxIndexMovie .imgIndexMoviePoster {
    width: 70%;
  }
}
.boxIndexMovie .p01 {
  position: absolute;
  top: 423px;
  left: 0;
  right: 0;
  height: 77px;
  margin: auto;
  padding-top: 17px;
  background-image: url('../../images/index/index-movie-bg02.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  color: #111;
}
@media all and (max-width: 750px) {
  .boxIndexMovie .p01 {
    top: 83%;
    height: 8.5vw;
    padding-top: 1.5vw;
    background-size: auto 8.5vw;
    font-size: 1rem;
  }
}
.boxIndex02Wrap {
  padding: 50px 0 1px 0;
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .boxIndex02Wrap {
    padding: 8.5vw 0 7.5vw 0;
  }
}
.boxIndex02 .ttl {
  margin-bottom: 63px;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxIndex02 .ttl {
    margin-bottom: 10.5vw;
  }
}
@media all and (max-width: 750px) {
  .boxIndex02 .ttl img {
    width: 90%;
  }
}
.boxIndexCardWrap {
  position: relative;
  background-image: url('../../images/index/index-card-bg01.png');
  /*background-repeat: no-repeat;*/
  background-position: center top;
  background-size: auto auto;
  width: 50%;
  height: 340px;
}
@media all and (max-width: 750px) {
  .boxIndexCardWrap {
    background-repeat: repeat-y;
    background-size: 200% auto;
  }
}
.boxIndexCard {
  position: relative;
  padding: 30px 0 0 35px;
}
@media all and (max-width: 750px) {
  .boxIndexCard {
    height: auto;
    padding: 5vw 0;
  }
}
/*
.boxIndexCard .txt01IndexCard {
  position: absolute;
  left: 0;
  top: 44px;
}
@media all and (max-width: 750px){
  .boxIndexCard .txt01IndexCard {
    left: 0;
    right: 0;
    top: 7vw;
    margin: auto;
    width: 50%;
  }
}
*/
.boxIndexCard .txt01IndexCard {
  height: 66px;
  margin-bottom: 23px;
}
.boxIndexCard .boxLink {
  margin-top: 22px;
  margin-bottom: 12px;
}
@media all and (max-width: 750px) {
  .boxIndexCard .txt01IndexCard {
    height: 28px;
    margin-bottom: 10px;
  }
  .boxIndexCard .boxLink {
    margin-top: 10px;
  }
}
.boxIndexCard .boxLink a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 260px;
  height: 65px;
  border-radius: 65px;
  background-color: #ef858c;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px) {
  .boxIndexCard .boxLink a {
    height: 10vw;
    border-radius: 14vw;
    font-size: 1.15rem;
    width: 12em;
  }
}
.boxIndexCard .boxLink a .small {
  font-size: 1.3rem;
}
@media all and (max-width: 750px) {
  .boxIndexCard .boxLink a .small {
    font-size: 0.93rem;
  }
}
.boxIndexCard .p01 {
  margin-bottom: 10px;
  letter-spacing: 0.12em;
  font-size: 1.13rem;
  font-weight: 700;
  color: #922930;
}
@media all and (max-width: 750px) {
  .boxIndexCard .p01 {
    padding-left: 0;
    font-size: 0.85rem;
    margin-bottom: 5px;
  }
}
.boxIndexCard .boxBaseCom {
  letter-spacing: 0.12em;
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxIndexCard .boxBaseCom {
    padding-left: 0;
    font-size: 0.85rem;
  }
}
.boxIndexCard .img01IndexCard {
  position: absolute;
  left: 320px;
  top: 20px;
}
@media all and (max-width: 750px) {
  .boxIndexCard .img01IndexCard {
    left: 54vw;
    width: 53vw;
    max-width: none;
  }
}
.boxIndex03Wrap {
  position: relative;
  width: 50%;
  height: 340px;
  background-image: url('../../images/index/index03-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px) {
  .boxIndex03Wrap {
    width: 100%;
    height: auto;
    background-image: url('../../images/index/sp-index03-bg01.png');
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}
.boxIndex03 {
  position: absolute;
  top: -68px;
  right: 0;
  width: 540px;
}
@media all and (max-width: 750px) {
  .boxIndex03 {
    top: 0;
    /*-5vw;*/
    position: relative;
    width: 100%;
  }
}
.boxIndex04Wrap {
  height: 576px;
  background-image: url('../../images/index/index04-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px) {
  .boxIndex04Wrap {
    position: relative;
    height: auto;
    background-image: url('../../images/index/sp-index04-bg01.png');
    background-size: 100% auto;
  }
}
.boxIndex04 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 63px;
}
@media all and (max-width: 750px) {
  .boxIndex04 {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    display: block;
    padding-top: 13vw;
  }
}
.boxIndex04L {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 41.5%;
}
@media all and (max-width: 750px) {
  .boxIndex04L {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 13vw;
  }
}
.boxIndex04L a {
  width: 47.4%;
  margin-right: 5.2%;
  margin-bottom: 23px;
}
@media all and (max-width: 750px) {
  .boxIndex04L a {
    width: 47.7%;
    margin-right: 4.6%;
    margin-bottom: 4vw;
  }
}
.boxIndex04L a:nth-child(2n) {
  margin-right: 0;
}
.boxIndex04L a:nth-child(3),
.boxIndex04L a:nth-child(4) {
  margin-bottom: 0;
}
@media all and (max-width: 750px) {
  .boxIndex04L a img {
    width: 100%;
  }
}
.boxIndex04R {
  width: 56%;
  padding: 57px 0 35px 0;
  border-radius: 20px;
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .boxIndex04R {
    width: 100%;
    padding: 8vw 0 35px 0;
    border-radius: 4vw;
  }
}
.boxIndex04R .ttl03 {
  margin-bottom: 27px;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxIndex04R .ttl03 {
    margin-bottom: 3.6vw;
  }
}
@media all and (max-width: 750px) {
  .boxIndex04R .ttl03 img {
    width: 90%;
  }
}
.boxIndex04R .boxList {
  padding: 0 0 0 30px;
}
@media all and (max-width: 750px) {
  .boxIndex04R .boxList {
    padding: 0 2vw 0 3.5vw;
  }
}
.boxIndex04R .boxListOne {
  margin-bottom: 21px;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxIndex04R .boxListOne {
    margin-bottom: 3vw;
  }
}
.boxIndex04R .boxListOneIn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px) {
  .boxIndex04R .boxListOneIn {
    display: block;
  }
}
.boxIndex04R .boxListOneIn .boxListMeta {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px) {
  .boxIndex04R .boxListOneIn .boxListMeta {
    margin-bottom: 2.2vw;
  }
}
.boxIndex04R .boxListOneIn .txtPostType {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 95px;
  height: 30px;
  margin-right: 15px;
  padding-top: 1px;
  border-radius: 30px;
  background-color: #aaa;
  letter-spacing: 0.15em;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 750px) {
  .boxIndex04R .boxListOneIn .txtPostType {
    width: 23vw;
    height: 4.4vw;
    margin-right: 2.4vw;
    padding-top: 0;
    border-radius: 4.4vw;
    font-size: 0.56rem;
  }
}
.boxIndex04R .boxListOneIn .txtPostType.typeNews {
  background-color: #f7ad54;
}
.boxIndex04R .boxListOneIn .txtPostType.typeEvent {
  background-color: #8ec555;
}
.boxIndex04R .boxListOneIn .txtPostType.typeCampaign {
  background-color: #1eb9ee;
  letter-spacing: 0.03em;
}
@media all and (max-width: 750px) {
  .boxIndex04R .boxListOneIn .txtPostType.typeCampaign {
    letter-spacing: 0.1em;
  }
}
.boxIndex04R .boxListOneIn .txtPostType.typeInformation {
  background-color: #ef858c;
  letter-spacing: -0.07em;
}
@media all and (max-width: 750px) {
  .boxIndex04R .boxListOneIn .txtPostType.typeInformation {
    letter-spacing: 0.1em;
  }
}
.boxIndex04R .boxListOneIn .txtPostType.typeMedia {
  background-color: #ef858c;
}
.boxIndex04R .boxListOneIn .txtPostType.typeSystem-failure {
  background-color: #e55624;
  /*letter-spacing: -0.1em;*/
}
@media all and (max-width: 750px) {
  .boxIndex04R .boxListOneIn .txtPostType.typeSystem-failure {
    letter-spacing: 0.1em;
  }
}
.boxIndex04R .boxListOneIn .txtPostType.typeMaintenance {
  background-color: #ce9dc6;
  letter-spacing: normal;
}
.boxIndex04R .boxListOneIn .txtPostType.typeShop-topics {
  background-color: #54cca0;
  text-align: center;
  font-size: 0.9rem;
  padding: 1px 2px;
}
.boxIndex04R .boxListOneIn .ulListCat {
  width: 95px;
  margin-right: 15px;
}
@media all and (max-width: 750px) {
  .boxIndex04R .boxListOneIn .txtPostType.typeShop-topics {
    font-size: 0.56rem;
    height: 5.4vw;
    padding: 1px 8px;
  }
  .boxIndex04R .boxListOneIn .ulListCat {
    width: auto;
    margin-right: 2.4vw;
  }
}
.boxIndex04R .boxListOneIn .ulListCat > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-top: 1px;
  border-radius: 30px;
  letter-spacing: normal;
  font-size: 0.9rem;
}
@media all and (max-width: 750px) {
  .boxIndex04R .boxListOneIn .ulListCat > li {
    width: 15.5vw;
    height: 4.4vw;
    padding-top: 0;
    border-radius: 4.4vw;
    font-size: 0.56rem;
  }
}
.boxIndex04R .boxListOneIn .txtDate,
.boxIndex04R .boxListOneIn .ttlList {
  font-size: 1.13rem;
}
@media all and (max-width: 750px) {
  .boxIndex04R .boxListOneIn .txtDate,
  .boxIndex04R .boxListOneIn .ttlList {
    font-size: 0.8rem;
  }
}
.boxIndex04R .boxListOneIn .txtDate {
  margin-right: 15px;
}
@media all and (max-width: 750px) {
  .boxIndex04R .boxListOneIn .txtDate {
    margin-right: 0;
  }
}
@media all and (max-width: 750px) {
  .boxIndex04R .boxListOneIn .ttlList {
    display: block;
    letter-spacing: 0.1em;
  }
}
.boxIndex05Wrap {
  padding: 50px 0 62px 0;
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .boxIndex05Wrap {
    padding: 11vw 0 13.3vw 0;
  }
}
.boxIndex05 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px) {
  .boxIndex05 {
    display: block;
  }
}
.boxIndex05L {
  width: 36.2%;
}
@media all and (max-width: 750px) {
  .boxIndex05L {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.boxIndex05L .boxBaseCom {
  margin-bottom: 25px;
  line-height: 1.38;
  letter-spacing: 0.12em;
  font-size: 2.1rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxIndex05L .boxBaseCom {
    margin-bottom: 10.5vw;
    text-align: center;
    line-height: 1.55;
    font-size: 1.3rem;
  }
}
.boxIndex05L .boxBaseCom .small {
  font-size: 1.6rem;
}
@media all and (max-width: 750px) {
  .boxIndex05L .boxBaseCom .small {
    font-size: 1.1rem;
  }
}
.boxIndex05L .boxLink a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 320px;
  height: 65px;
  padding-right: 20px;
  border-radius: 65px;
  background-color: #ef858c;
  letter-spacing: 0.15em;
  font-size: 1.55rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px) {
  .boxIndex05L .boxLink a {
    width: 89%;
    height: 12vw;
    margin: 0 auto;
    padding-right: 3vw;
    border-radius: 12vw;
    letter-spacing: 0.17em;
    font-size: 1.18rem;
  }
}
.boxIndex05L .boxLink a .icnIndex05Deco01 {
  position: absolute;
  bottom: 0;
  right: 30px;
}
@media all and (max-width: 750px) {
  .boxIndex05L .boxLink a .icnIndex05Deco01 {
    bottom: 0;
    right: 7vw;
    width: 13vw;
  }
}
.boxIndex05R {
  width: 63.8%;
}
@media all and (max-width: 750px) {
  .boxIndex05R {
    width: 100%;
  }
}
.boxIndex05F {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.boxIndex05FOne {
  width: 31%;
}
@media all and (max-width: 750px) {
  .boxIndex05FOne {
    width: 30.4%;
  }
}
.boxIndex05FOne .boxImg {
  margin-bottom: 18px;
}
@media all and (max-width: 750px) {
  .boxIndex05FOne .boxImg {
    margin-bottom: 1vw;
  }
}
.boxIndex05FOne .boxLink a {
  display: inline-block;
  padding-left: 20px;
  background-image: url('../../images/index/index05-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxIndex05FOne .boxLink a {
    padding-left: 2vw;
    background-image: url('../../images/index/sp-index05-icn-arrow01.png');
    background-position: left center;
    background-size: 1vw auto;
    letter-spacing: normal;
    font-size: 0.65rem;
  }
}
.boxTmpCont05Wrap .img01TmpCont05 {
  position: absolute;
  top: -25px;
  left: 362px;
  height: 420px;
}
.boxIndex06Wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background-color: #fff;
}
.boxIndex06 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.boxIndex06 img {
  max-width: none;
}
@media all and (max-width: 750px) {
  .boxIndex06 img {
    max-width: 100%;
  }
}
/*##### Index Banner #####*/
.boxIndexBannerWrap {
  padding: 62px 0 30px 0;
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .boxIndexBannerWrap {
    padding: 10vw 0 10vw 0;
  }
}
.boxIndexBanner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 50px;
}
@media all and (max-width: 750px) {
  .boxIndexBanner {
    padding: 0;
  }
}
.boxIndexBanner a {
  margin: 0.4em;
}
@media all and (max-width: 750px) {
  .boxIndexBanner a {
    width: 49%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .boxIndexBanner a:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 750px) {
  .boxIndexBanner a img {
    width: 100%;
  }
}
.boxIndexAllMatsuyamaWrap {
  background-color: #fff;
}
.boxIndexAllMatsuyama {
  padding: 7.6em 0 8em 0;
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama {
    padding: 2.5em 0 2em 0;
  }
}
.boxIndexAllMatsuyama .boxCont01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2.8em;
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama .boxCont01LR {
    display: block;
    margin-bottom: 1.5em;
  }
}
.boxIndexAllMatsuyama .boxCont01L {
  margin-right: 3em;
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama .boxCont01L {
    margin-right: 0;
    margin-bottom: 1.5em;
    text-align: center;
  }
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama .boxCont01R {
    text-align: center;
  }
}
.boxIndexAllMatsuyama .boxCont01R .boxBaseCom.no01 {
  margin-bottom: 0.1em;
  line-height: 1.5;
  font-size: 1.75rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama .boxCont01R .boxBaseCom.no01 {
    font-size: 1.2rem;
  }
}
.boxIndexAllMatsuyama .boxCont01R .boxBaseCom.no01 .cRed {
  color: #e60012;
}
.boxIndexAllMatsuyama .boxCont01R .boxBaseCom.no01 .txt01 {
  font-size: 2.15rem;
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama .boxCont01R .boxBaseCom.no01 .txt01 {
    font-size: 1.6rem;
  }
}
.boxIndexAllMatsuyama .boxCont01R .boxBaseCom.no01 .txt01.cGreen {
  color: #008442;
}
.boxIndexAllMatsuyama .boxCont01R .boxBaseCom.no01 .txt01.cOrange {
  color: #fa6e19;
}
.boxIndexAllMatsuyama .boxCont01R .boxBaseCom.no01 .txt01.cGreen02 {
  color: #389c38;
}
.boxIndexAllMatsuyama .boxCont01R .boxBaseCom.no02 {
  letter-spacing: 0.08em;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama .boxCont01R .boxBaseCom.no02 {
    font-size: 1rem;
  }
}
.boxIndexAllMatsuyama .boxCont02LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama .boxCont02LR {
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama .boxCont02L {
    margin-bottom: 1.5em;
  }
}
.boxIndexAllMatsuyama .boxCont03LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2.8em;
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama .boxCont03LR {
    display: block;
    margin-bottom: 1.5em;
  }
}
.boxIndexAllMatsuyama .boxCont03L {
  margin-right: 3em;
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama .boxCont03L {
    margin-right: 0;
    margin-bottom: 1.5em;
    text-align: center;
  }
}
.boxIndexAllMatsuyama .boxCont03L .ttl01 {
  text-align: center;
  margin-bottom: 1em;
}
.boxIndexAllMatsuyama .boxCont03L .boxBaseCom.no01 {
  margin-bottom: 0.1em;
  line-height: 1.5;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama .boxCont03L .boxBaseCom.no01 {
    font-size: 1.2rem;
  }
}
.boxIndexAllMatsuyama .boxCont03L .boxBaseCom.no01 .cRed {
  color: #e60012;
}
.boxIndexAllMatsuyama .boxCont03L .boxBaseCom.no01 .txt01 {
  font-size: 2.15rem;
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama .boxCont03L .boxBaseCom.no01 .txt01 {
    font-size: 1.6rem;
  }
}
.boxIndexAllMatsuyama .boxCont03L .boxBaseCom.no01 .txt01.cGreen {
  color: #008442;
}
.boxIndexAllMatsuyama .boxCont03L .boxBaseCom.no01 .txt01.cOrange {
  color: #fa6e19;
}
.boxIndexAllMatsuyama .boxCont03L .boxBaseCom.no01 .txt01.cGreen02 {
  color: #389c38;
}
.boxIndexAllMatsuyama .boxCont03L .boxBaseCom.no02 {
  letter-spacing: 0.08em;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxIndexAllMatsuyama .boxCont03L .boxBaseCom.no02 {
    font-size: 1rem;
  }
}
/*##### Machio Machiko */
.boxMachioko01Wrap {
  margin-top: -60px;
  padding-bottom: 185px;
  background-image: url('../../images/common/common-bg-bottom01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
}
@media all and (max-width: 750px) {
  .boxMachioko01Wrap {
    margin-top: 0;
    padding-bottom: 20vw;
    background-size: 200% auto;
  }
}
.boxMachioko0101 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 126px;
}
@media all and (max-width: 750px) {
  .boxMachioko0101 {
    display: block;
    margin-bottom: 15vw;
  }
}
.boxMachioko0101L {
  width: 37.5%;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxMachioko0101L {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.boxMachioko0101L img {
  margin-top: -20px;
  /*-117px;*/
}
@media all and (max-width: 750px) {
  .boxMachioko0101L img {
    width: 50%;
    margin-top: 0;
  }
}
.boxMachioko0101R {
  width: 58.5%;
}
@media all and (max-width: 750px) {
  .boxMachioko0101R {
    width: 100%;
  }
}
.boxMachioko0101R .boxCont01 {
  position: relative;
  padding: 20px 27px 17px 27px;
  border-radius: 20px;
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .boxMachioko0101R .boxCont01 {
    padding: 10vw 5vw 5vw 5vw;
    border-radius: 5vw;
  }
}
.boxMachioko0101R .boxCont01 .ttl01 {
  margin-bottom: 22px;
  padding-left: 79px;
}
@media all and (max-width: 750px) {
  .boxMachioko0101R .boxCont01 .ttl01 {
    margin-bottom: 4vw;
    padding-left: 0;
    text-align: center;
  }
}
@media all and (max-width: 750px) {
  .boxMachioko0101R .boxCont01 .ttl01 img {
    width: 96%;
  }
}
.boxMachioko0101R .boxCont01 .boxBaseCom {
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxMachioko0101R .boxCont01 .boxBaseCom {
    font-size: 1.1rem;
  }
}
.boxMachioko0101R .boxCont01 .txt01MachiOko01 {
  display: none;
  position: absolute;
  z-index: 2;
  top: -5px;
  left: -5px;
}
@media all and (max-width: 750px) {
  .boxMachioko0101R .boxCont01 .txt01MachiOko01 {
    top: -6vw;
    left: -4vw;
    width: 25%;
  }
}
.boxMachioko0101R .boxCont01 .icnMachiOko01Deco01 {
  position: absolute;
  top: 50%;
  left: -30px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 750px) {
  .boxMachioko0101R .boxCont01 .icnMachiOko01Deco01 {
    position: absolute;
    top: -4.3vw;
    left: 40%;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 10vw;
  }
}
/* 3つのmachipayでできること */
.boxAbout0402 .boxCont01F {
  margin-bottom: 0;
}
/* NEWS TOPICS */
.boxIndex04Wrap {
  height: auto;
  background-image: url(../../images/index/index04-bg01.png);
  background-position: center bottom;
  background-color: #c5e3f3;
}
.boxIndex04 {
  display: block;
  padding: 60px 0 130px;
}
.boxIndex04R {
  width: 100%;
}
.boxIndex04R .boxCommonNavi0101 {
  margin: 0 60px 50px;
}
.boxIndex04R .boxCommonNavi0101 a {
  width: 100px;
  margin: 0 5px;
}
.boxIndex04R .boxList {
  padding: 0 190px 0;
}
.boxIndex04R .boxListOneIn .txtPostType {
  margin-right: 35px;
}
.boxMachioko01Wrap {
  margin-top: 50px;
  padding-bottom: 40px;
}
.boxMachioko01Wrap {
  background-position: center bottom -1px;
}
.boxMachioko0101R .boxBaseCom p {
  margin-bottom: 0;
}
.boxAbout0401 {
  display: inline-block;
}
.boxIndexCardbox {
  display: -webkit-flex;
  display: flex;
  padding-top: 100px;
  background: #fff;
}
.boxTmpCont05 {
  display: inline-block;
  margin-left: 240px;
}
.boxTmpCont05L {
  width: auto;
  margin-right: 0;
  padding-top: 100px;
}
.boxTmpCont05L .boxCont01 {
  display: block;
}
.boxTmpCont05Wrap .txt01TmpCont05 {
  position: static;
  -ms-transform: translateX(-124%);
  transform: translateX(0);
}
.boxTmpCont05L .boxCont01L,
.boxTmpCont05L .boxCont01R {
  width: 100%;
}
.boxTmpCont05L .boxCont01L img {
  height: 66px;
}
.boxTmpCont05L .boxCont01R .ttl {
  margin-top: 15px;
  margin-bottom: 5px;
}
.boxTmpCont05L .boxCont01R .ttl span {
  display: inline-block;
}
.boxTmpCont05L .boxCont01R .ttl .ttlMain {
  display: block;
  margin-top: 5px;
}
.boxTmpCont05L .boxCont01R .ttl .ttlMain span {
  display: inline-block !important;
  margin-right: 10px;
}
.boxTmpCont05L .boxCont01R .ttl .ttlSub {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0;
}
.boxTmpCont05L .boxCont01R .ttl .muryo {
  border-radius: 36px;
  background-color: #e55624;
  font-weight: 700;
  color: #fff;
  padding: 3px 0.8em;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.boxTmpCont05L .boxCont01R .boxCont01 .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.boxTmpCont05L .boxCont01R .boxCont01 .ttl02 > span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 34px;
  padding-left: 51px;
  background-image: url('../../images/common/tmp-cont05-icn-deco02.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
  font-weight: 700;
  color: #d47604;
}
.boxTmpCont05L .boxCont01R .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.boxTmpCont05L .boxCont01R .ttl02 > span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 34px;
  padding-left: 51px;
  background-image: url('../../images/common/tmp-cont05-icn-deco02.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
  font-weight: 700;
  color: #d47604;
}
.boxTmpCont05L .boxCont01R .boxLink01 {
  margin-bottom: 10px;
}
.boxTmpCont05L .boxCont01R .boxLink01 .link01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 65px;
  margin: 0 auto;
  border-radius: 65px;
  text-align: center;
  background-color: #f7ad54;
  letter-spacing: 0.14em;
  font-size: 1.55rem;
  font-weight: 700;
  color: #fff;
}
.boxTmpCont05L .boxCont01R .link01 .small {
  font-size: 1.3rem;
}
.boxTmpCont05L .boxCont01R .boxLink02 {
  text-align: center;
}
.boxTmpCont05L .boxCont01R .boxLink02 .link02 {
  display: inline-block;
  padding: 5px 0 5px 27px;
  background-image: url('../../images/common/tmp-cont05-icn-caution01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  letter-spacing: 0.13em;
  font-size: 1.23rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxIndex04 {
    padding: 30px 0;
    position: static;
  }
  .boxIndex04R .boxCommonNavi0101 {
    margin: 0 0 20px;
  }
  .boxIndex04R .boxCommonNavi0101 a {
    margin: 3px;
  }
  .boxIndex01A .boxLink01R {
    display: -webkit-flex;
    display: flex;
    width: 104%;
    margin-left: -2%;
  }
  .boxIndex01A .boxLink01R a {
    margin: 0 2%;
  }
  .boxIndex01A .boxLink01L {
    margin-bottom: 1em;
  }
  /*
  .boxChargeCard {
    position:relative;
    padding: 15px 5px 60px;
    background-position:center bottom;
  }
  .boxChargeCard h3,.boxChargeCard h3 .txt02 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
  .boxChargeCard h3 img {
    position:absolute;
    right:10px;
    top: -20px;
  }
  .boxChargeCard .boxBaseCom {
    display: block;
    font-size:1rem;
  }
  .boxAbout0401 {
    display: block;
  }
  .boxChargeCard h3 br,.boxChargeCard .boxBaseCom br {
    display: block;
  }
  .boxChargeCard .boxCont02 {
    padding: 10px;
  }
  .boxChargeCard .link01 {
    width: 100%;
  }
  */
  .boxIndex04R .boxList {
    padding: 0 2vw 0 3.5vw;
  }
  .boxIndex04R .boxListOneIn .txtPostType {
    margin-right: 2.4vw;
  }
  .boxIndexCardbox {
    display: block;
    padding-top: 30px;
  }
  .boxTmpCont05 {
    display: block;
    margin: 0;
  }
  .boxIndexCardWrap {
    width: 100%;
    height: auto;
  }
  .boxTmpCont05L {
    padding: 0;
  }
  .boxTmpCont05Wrap .img01TmpCont05 {
    position: absolute;
    top: -5vw;
    left: 0;
    width: 41.3vw;
    height: auto;
  }
  .boxTmpCont05L .boxCont01L .txt01TmpCont05 {
    width: auto;
    height: 28px;
    margin-left: 5px;
  }
  .boxTmpCont05L .boxCont01 {
    position: relative;
    display: inline-block;
    margin-left: 38vw;
    width: calc(100% - 42vw);
    padding: 20px 0;
    margin-bottom: 0;
  }
  .boxTmpCont05L .boxCont01L {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .boxTmpCont05L .boxCont01R {
    position: relative;
  }
  .boxTmpCont05L .boxCont01R .ttl {
    position: absolute;
    top: -48px;
    left: 70px;
  }
  .boxTmpCont05L .boxCont01R .ttl .muryo {
    position: absolute;
    top: -26px;
    left: 90px;
    font-size: 0.8rem;
  }
  .boxTmpCont05L .boxCont01R .ttl .ttlSub {
    font-size: 0.8rem;
  }
  .boxTmpCont05L .boxCont01R .ttl .ttlMain {
    margin: 0;
  }
  .boxTmpCont05L .boxCont01R .ttl02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .boxTmpCont05L .boxCont01R .ttl02 > span {
    height: 7vw;
    padding-left: 10.7vw;
    background-image: url(../../images/common/sp-tmp-cont05-icn-deco02.png);
    background-repeat: no-repeat;
    background-size: 8.5vw auto;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    margin-top: 10px;
  }
  .boxTmpCont05L .boxCont01R .boxLink01 {
    margin-bottom: 5px;
  }
  .boxTmpCont05L .boxCont01R .boxLink01 .link01 {
    width: 100%;
    height: 10vw;
    border-radius: 14vw;
    font-size: 1.15rem;
  }
  .boxTmpCont05L .boxCont01R .boxLink01 .link01 .small {
    font-size: 0.93rem;
  }
  .boxTmpCont05L .boxCont01R .boxLink02 .link02 {
    padding: 1vw 0 1vw 5.5vw;
    background-image: url(../../images/common/sp-tmp-cont05-icn-caution01.png);
    background-size: 4vw auto;
    font-size: 0.93rem;
  }
}
/** バナー **/
.box_topbnr {
  padding: 40px 0 50px;
  background: #fff;
  /* text-align: center; */
}
.box_topbnr a img {
  width: 100%;
}
.box_topbnr .baseSpW {
  max-width: 1080px;
  margin: 0 auto;
}
/*
.baseSpW.bnr02 {
  margin-top: 20px;
}
.baseSpW.bnr03 {
  margin-top: 10px;
}
.baseSpW.bnr04 {
  margin-bottom: 20px;
}
.baseSpW.bnr05 {
  margin-bottom: 20px;
}
.baseSpW.bnr05 a {
  display: table;
  margin: 0 auto;
  max-width: 1079px;
  border-radius: 30px;
  overflow: hidden;
}
*/
.baseSpW.mb20 {
  margin-bottom: 20px;
}
.baseSpW.bnr-bank {
  margin-bottom: 20px;
}
.topBannerNotice {
  display: table;
  max-width: 1079px;
  margin: 0 auto 20px;
}
.topBannerNotice p {
  padding: 0 1em;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
}
.topBannerNotice a {
  color: #1fa5d3;
  text-decoration: underline;
}
@media all and (max-width: 750px) {
  .box_topbnr {
    padding: 20px 0;
  }
  .baseSpW.bnr05 {
    margin-bottom: 5px;
  }
  .baseSpW.bnr05 a {
    display: block;
    max-width: none;
    border-radius: 5px;
  }
  .topBannerNotice {
    display: block;
    max-width: none;
  }
  .topBannerNotice p {
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
  }
}
