@charset "utf-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}
.headTitleBox {
  margin-bottom: 0;
}
.contentsWrap {
  width: 100%;
}
.oneContents .contentsWrap #main {
  width: 100%;
}
#main {
  padding: 0;
}
/*==========*/
#footerLink {
  margin-top: 0;
}
/*=====main=====*/
.pcOnly {
  display: none;
}
.main-inner {
  background: #f4b4d0;
  color: #ffffff;
}
.contents01 {
  text-align: center;
}
.contents01 h2 {
	padding: 5% 17%;
}

/*---tab---*/
.contents01 .tabWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contents01 .tabWrap .tab {
  width: 50%;
  display: block;
  border-radius: 10px 10px 0 0;
  font-size: 1.8rem;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.contents01 .tabWrap li {
  padding: 3%;
}
.contents01 .tabWrap .blue{
  background-color: #58bdec;
}
.contents01 .tabWrap .blue.active{
  border-bottom: 3px solid #58bdec;
  border-top: 3px solid #58bdec;
}
.contents01 .tabWrap .orange{
  background-color: #fdd118;
}
.contents01 .tabWrap .orange.active{
  border-bottom: 3px solid #fdd118;
  border-top: 3px solid #fdd118;
}
.contents01 [class*="inner"] {
  display: none;
}
.contents01 [class*="inner"].active {
  display: block;
}

/*inner*/
.contents01 .inner01 {
  background-color: #58bdec;
  padding: 6% 6% 20%;
}
.contents01 .inner02 {
  background-color: #fdd118;
  padding: 6% 6% 20%;
}
.contents01 h3 {
  margin: 0 auto 8%;
}
.contents01 .inner01 h3 img, .contents01 .inner02 h3 img{
  width: 65%;
}
.contents01 .syohinBox li {
  padding-bottom: 13%;
}
.contents01 .syohinBox li:last-of-type {
  padding-bottom: 0;
}
.detail {
  padding: 10% 5%;
}
.attention {
	margin-top: 10%;
}
/*=====cpArea=====*/
#campaignArea {
  margin: 2% 0;
  padding: 0 3%;
}
#campaignArea .title02 {
  margin-top: 0;
  padding-top: 3%;
}

/*=====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 {
    text-align: center;
  }
  #main h1 img {
    max-width: none;
  }
  .main-inner {
    width: 1000px;
    margin: 0 auto;
  }
  .contents01 h2 {
    width: 345px;
    padding: 35px 0;
    margin: 0 auto;
  }
  .contents01 .tabWrap li {
    padding: 15px;
  }
  .contents01 .tabWrap .tab img {
    width: 300px;
  }
  .contents01 .tabWrap .blue.active {
    border-bottom: 5px solid #58bdec;
    border-top: 5px solid #58bdec;
  }
  .contents01 .tabWrap .orange.active {
    border-bottom: 5px solid #fdd118;
    border-top: 5px solid #fdd118;
  }
  
  /*inner*/
  .contents01 h3{
    margin: 0 auto 25px;
  }
  .contents01 .inner01, .contents01 .inner02 {
    padding: 30px 30px 65px;
  }
  .contents01 .inner01 h3 img, .contents01 .inner02 h3 img{
    width: 400px;
  }
  .contents01 .syohinBox ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .contents01 .syohinBox li{
    width: 440px;
    font-size: 2.4rem;
    padding-bottom: 35px;
  }
  .contents01 .syohinBox li:last-of-type {
    padding-bottom: 35px;
  }
  .contents01 .inner02 li:last-of-type{
    margin: 0 auto;
  }
  .contents01 li:nth-of-type(n+2){
    margin-top: 0;
  }
  .contents01 li:nth-of-type(n+3){
    margin-top: 30px;
  }
  .detail {
    padding: 50px;
  }
  .btn {
    width: 475px;
    margin: 0 auto;
  }
  .attention {
    margin-top: 45px;
  }
  .cam-wrap {
    background: #fff;
  }
  /*=====cpArea=====*/
  #campaignArea {
    width: 1000px;
    margin: 0px auto;
    padding: 25px 0 0;
  }
  #campaignArea h2 {
    text-align: left;
  }



}