@charset "utf-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}
.headTitleBox {
  margin-bottom: 0;
}
.contentsWrap {
  width: 100%;
}
.oneContents .contentsWrap #main {
  width: 100%;
}
#main {
  padding: 0;
}
/*==========*/
#footerLink {
  margin-top: 0;
}
/*=====main=====*/
.pcOnly {
  display: none;
}
main .date {
  padding: 3vw 4vw 3vw;
  background-color: #b60005;
}
.main-inner {
  padding: 15vw 0 10vw;
  background: url("../images/idx_bg01.webp") center top no-repeat, url("../images/idx_bg03.webp") center bottom no-repeat, linear-gradient(90deg,rgba(251, 236, 131, 1) 0%, rgba(252, 241, 161, 1) 50%, rgba(251, 236, 131, 1) 100%);
  background-size: 100%;
}
.decoration{
  position: absolute;
}
.mainCopy{
  position: relative;
  padding: 0 5vw 45vw;
}
.mainCopy span{
  display: block;
}
.mainCopy span + span{
  margin-top: 2%;
}
.contents01{
  position: relative;
}
.contents01 h2{
  margin: 0 25vw 1vw -3vw;
}
.contents01 figure{
  position: relative;
  z-index: 10;
}
.contents01 .Point01{
  margin: 0 0 -35vw 32vw;
}
.contents01 .Point02{
  margin: -15vw 32vw 0 0;
  position: relative;
  z-index: 10;
}

.contents02 {
  position: relative;
  padding-top: 45%;
}
.contents02 .tx{
  margin: 0 5% 5%;
}

/*装飾*/
.splash{
  position: absolute;
  width: 100vw;
  top: 105vw;
  z-index: 1;
}
.deco01{
  width: 100vw;
  top: -12vw;
  left: 0;
  z-index: 10;
}
.deco02{
  width: 22vw;
  top: 88vw;
  left: 5vw;
}
.deco03{
  width: 22vw;
  bottom: 50vw;
  right: 5vw;
}
.deco04{
  width: 100vw;
  top: 17vw;
}

/*アニメーション*/
.slide-skew {
  animation: slide-skew 0.1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slide-skew {
  0% {
    transform: translate(-180px,30px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  20%,100% {
    opacity: 1;
  }
}

.btnArea {
  margin: -58vw 5vw 5vw;
}
.btnArea p:nth-of-type(n+2) {
  margin: 3vw 5vw 0;
}
.attention {
  color: #380508;
  font-size: 1.2rem;
  margin: 0 5vw;
}
.recomend h2 {
  padding: 3vw 13vw;
  background-color: #febf00;
}
.recomend ul li {
  width: 100vw;
}
/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
  .pcOnly {
    display: inline-block;
  }
  .spOnly {
    display: none;
  }
  #main {
    background-image: linear-gradient(-45deg, #f0f0f0 25%, #f6f6f6 25%, #f6f6f6 50%, #f0f0f0 50%, #f0f0f0 75%, #f6f6f6 75%, #f6f6f6);
    background-size: 15px 15px;
  }
  #main h1 , #main .date{
    text-align: center;
  }
  main .date {
    width: 1000px;
    margin: 0 auto;
    padding: 13px 0;
  }
  .date img {
    width: 500px;
  }
  .main-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    background: url("../images/idx_bg01pc.webp") center top no-repeat, url("../images/idx_bg03pc.webp") center bottom no-repeat, linear-gradient(90deg,rgba(251, 236, 131, 1) 0%, rgba(252, 241, 161, 1) 50%, rgba(251, 236, 131, 1) 100%);
    background-size: auto;
  }
  .mainCopy{
    padding: 0 0 240px;
  }
  .mainCopy span{
    margin: 0 auto;
  }
  .mainCopy span:nth-of-type(1){
    width: 510px;
  }
  .mainCopy span:nth-of-type(2){
    width: 520px;
  }
  .mainCopy span + span{
    margin-top: 5px;
  }
  .contents01{
    padding-left: 15px;
  }
  .contents01 h2{
    width: 435px;
    margin: 0 0 60px 0;
  }
  .contents01 figure{
    position: absolute;
    top: 70px;
    right: 25px;
  }
  .contents01 .flexBox{
    display: flex;
    justify-content: space-between;
    width: 635px;
  }
  .contents01 .Point01{
    margin: 0;
    position: relative;
    z-index: 100;
  }
  .contents01 .Point02{
    margin: 0 0 0 -20px;
    z-index: 5;
  }

  .contents02 {
    position: relative;
    padding: 320px 40px 0 0;
  }
  .contents02 .tx{
    width: 550px;
    text-align: right;
    margin: 0 0 -320px auto;
  }

  /*装飾*/
  .splash{
    position: absolute;
    width: auto;
    top: 50px;
    right: 0;
    z-index: 1;
  }
  .deco01{
    width: auto;
    top: -15px;
    left: 8px;
  }
  .deco02{
    width: auto;
    top: 35px;
    left: 510px;
  }
  .deco03{
    width: auto;
    bottom: -10px;
    right: 30px;
  }
  .deco04{
    width: auto;
    top: 190px;
    right: 0;
  }
  
  .btnArea {
    width: 465px;
    margin: -270px auto 30px;
  }
  .btnArea p:nth-of-type(n+2) {
    margin: 20px 20px 0;
  }
  .attention {
    margin: 0 50px 0;
    font-size: 1.5rem;
    text-align: left;
  }
  .recomend {
    width: 1000px;
    margin: 0 auto;
  }
  .recomend h2 {
    text-align: center;
    padding: 11px 0;
  }
  .recomend h2 img {
    width: 325px;
  }
  .recomend ul {
    display: -webkit-flex;
    display: flex;
  }
  .recomend ul li {
    width: 100%;
  }
}