@charset "utf-8";
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
}
.pc{ display: block; }
.sp{ display: none; }
.caption{ font-size:16px; }
main {
  width: 100%;
  text-align: center;
  margin: 0;
}
main img { width: 100%; }

/* KeyVisual */
#kv {
  width: 100%;
  text-align: center;
}
  #kv .kv-inner {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
  }
  #kv .kv-inner p {
    margin: 60px auto;
    max-width: 1100px;
    position: absolute;
    z-index: 1;
  }
  #kv .kv-inner p img {
    width: 40vw;
  }
  #kv .kv-inner picture {
    width: 100%;
    position: relative;
  }
  #kv .kv-inner img {
    width: 100%;
    height: auto;
  }

/* Period */
#period-section {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #FCC800;
}
  #period-section .period-inner {
    text-align: center;
  }
  #period-section .period-inner h3 {
    font-size: 17px;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
    background:#fff;
    width: fit-content;
    margin: 0 auto 5px;
    padding: 10px 40px;
    border-radius: 30px;
  }
  #period-section .period-inner .period-text {
    font-size: 38px;
    margin-top: 5px;
    color: #000;
    display: inline-block;
    font-weight: bold;
    font-feature-settings: "palt";
  }

.kv, .content01 {
  max-width: 900px;
  margin: 0 auto;
}
  .kv-text{
    background-color:#fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 50px;
    font-feature-settings: "palt";
  }
  .kv-lead {
    color: #000;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .kv-lead .kv-lead-decoration{
    color: #E60012;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 12px;
    background: linear-gradient(transparent 0%, transparent 85%, #fcc802 85%, #fcc802 100%);
	position: relative;
    bottom: -3px;
  }
  .kv-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.13;
    margin-bottom: 22px;
    color: #1e3932;
    letter-spacing: 0.03em;
  }
  .kv-catch {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.6;
    font-weight: 400;
  }
  .kv-catch sup {
    font-size: 14px;
  }
  .kv-catch-decoration{
    font-size: 30px;
    font-weight: bold;
    background: #fcc802;
    padding: 2px 5px;
    margin: 0 5px;
  }

.kv-image {
  width: 340px;
  height: 232px;
  margin-left: 52px;
  border-radius: 24px;
  background: #ececec url('https://via.placeholder.com/340x232?text=イメージ') no-repeat center/cover;
  box-shadow: 0 6px 36px rgba(0,111,70,0.13);
  flex-shrink: 0;
}
.campaign-container01 {
  background-color: #fcc802;
}
.campaign-container02 {
  background-color: #fff;
}
.campaign-container03 {
  background-color: #54C3F1;
}
.campaign-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.campaign-con02-box:first-child{
  margin-top: 60px;
}
.campaign-con02-box{
  border:solid 5px #54C3F1;
  border-radius: 20px;
  margin-bottom: 60px;
  background: #fff;
}
  .campaign-con02-box .title{
    color:#fff;
    background-color: #54C3F1;
    font-size: 34px;
    /* line-height: 34px; */
    height:100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    position: relative;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
  }
  .campaign-con02-box .title::after{
    width: 148px;
    height: 93px;
    position: absolute;
    content:"";
    background-image: url(../_images/icon-ttl.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left:50px;
    bottom:0;
  }

.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #54C3F1;
  margin-bottom: 28px;
  letter-spacing: 0.04em;
}
.category {
  background: #fff;
  padding: 20px 0 0 0;
}
  .category-inner{
    background-image: url(../_images/category_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 50px;
    padding: 70px 0 40px 0;
    margin: 0 50px;
  }
  .category-inner:first-child{
    margin-bottom: 80px;
  }
  .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 40px;
    margin: 20px auto;
    justify-content: center;
    list-style: none;
  }
  .category-list li {
    background: #fff;
    border: 2px solid #54C3F1;
    position: relative;
    max-width: 30%;
    font-size: 22px;
    font-weight: 500;
    color: #1e3932;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    margin-bottom:20px;
	  
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s ease;
  }
	.category-list li.is-show {
		opacity: 1;
		transform: translateY(0);
	}
  .category-list li img {
    width: 100%;
    height: 110%;
    object-fit: contain;
  }
  .category-title {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #54C3F1;
    color: #fff;
    padding: 8px 13px;
    font-size: 16px;
    font-weight: 500;
  }
  .category-note {
    font-size: 24px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.5;
    max-width: 1280px;
    margin: 0 auto 80px;
    font-weight: bold;
  }
  .category-note .deco{
    font-size: 40px;
    color:#E60012;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
    font-feature-settings: "palt";
  }
  .category-note .price{
    text-align: center;
    font-weight: bold;
    font-size: 60px;
  }
  .category-note .price2{
    text-align: center;
    font-weight: bold;
    font-size: 50px;
  }
  .category-note .deco:before,
  .category-note .deco:after {
    position: relative;
    display: inline-block;
    content: "";
    background:#E60012;
    width: 3px;
    height: 1.4em;
    margin: 0 0.7em;
    margin-top: -.3em;
    vertical-align: middle;
  }
  .category-note .deco:before {
    transform: rotate(-35deg);
  }
  .category-note .deco:after {
    transform: rotate(35deg);
  }

.info {
  background: #f8f9fa;
  border-radius: 0 0 32px 32px;
  padding: 38px 80px 24px 80px;
  font-size: 18px;
  color: #333;
}
  .info dl { margin: 0; }
  .info dt {
    font-weight: bold;
    color: #54C3F1;
    margin-top: 22px;
    font-size: 20px;
    letter-spacing: 0.02em;
  }
  .info dd {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #222;
  }

.section-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -48%);
  font-size: 20px;
  background-color: #fcc802;
  color: #353535;
  font-weight: bold;
  text-align: center;
  padding: 0 5rem;
  line-height: 56px;
  z-index: 2;
  display: inline-block;
}
  .section-title::before,
  .section-title::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #fcc802 transparent;
    border-style: solid;
    content: '';
  }
  .section-title::before {
    left: -15px;
    border-width: 28px 0px 28px 15px;
  }
  .section-title::after {
    right: -15px;
    border-width: 28px 15px 28px 0px;
  }
  
.store-search-banner {
    text-align: center;
    margin-top: 40px;
}
.btn-store-search {
    display: block;
    max-width: 580px;
    margin: 0 auto;
}
	.btn-store-search img {
		width: 100%;
	}


.subject-item{
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 0px 0px 20px 20px;
  background: #FFF;
  padding: 40px 0;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  -ms-border-radius: 0px 0px 20px 20px;
  -o-border-radius: 0px 0px 20px 20px;
}
.category-inner .red-btn {
  max-width: 600px;
  margin: 35px auto 20px auto;
  background-color: #E60012;
  border-radius: 50px;
  position: relative;
}
.category-inner .red-btn a {
  display: block;
  padding: 25px 0 25px 0;
  color:#fff;
  font-weight: bold;
  font-size: 22px;
}
.category-inner .red-btn a:hover {
  text-decoration: none;
}
.category-inner .red-btn::after {
  position: absolute;
  width:15px;
  height:15px;
  content:"";
  background-image: url(../_images/icon-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top:50%;
  right: 5%;
  transform: translate(0%, -50%);
}
.campaign-container03 .campaign-inner {
  padding: 60px 0;
}
.attention {
  padding: 30px 35px;
  background: #54C3F1;
  max-width: 1090px;
  margin: 0 auto;
  background-color:#fff;
  border-radius: 14px;
}
.attention-title {
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.attention ul {
  margin: 0;
  padding: 0;
  color: #222;
  font-feature-settings: "palt";
}
  .attention li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 2px;
    position: relative;
  }

@media only screen and (max-width: 1160px) {
  .campaign-inner{
    width: 94%;
  }
}

/* ----- SP ----- */
@media only screen and (max-width: 767px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .caption{
    font-size: 3.6vw;
    line-height: 5.6vw;
  }
  main {
    margin: 0;
  }
	
  /* key visual */
  #kv {
    padding:0;
  }
    #kv .kv-inner {
      margin: 0 auto;
    }
    #kv .kv-inner p img{
      width: 80vw;
    }
    #kv .kv-inner img {
      width: 100%;
    }
    #kv .kv-inner p{
      margin: 0vw auto 40vw;
    }

  /* period */
  #period-section {
    padding: 4.5vw 0 0;
    margin-top: 0;
  }
    #period-section .period-inner h3 {
      font-size: 4vw;
      margin-bottom: 0;
    }
    #period-section .period-inner .period-text {
      font-size: 7vw;
      margin: 2vw auto 4vw auto;
      font-weight: bold;
	  text-align: left;
    }

  .campaign-inner{
    width: 92%;
  }
  .campaign-container {
    max-width: 100vw;
    border-radius: 6vw;
    margin: 0;
    box-shadow: none;
    border: none;
  }

  .kv {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
    .kv-text{
      padding: 5vw 2vw;
      margin-bottom: 4vw;
    }
    .kv-main { width: 100%; }

    .kv-lead {
      font-size: 5.2vw;
      line-height: 8.6vw;
      margin-bottom: 3vw;
    }
    .kv-lead .kv-lead-decoration {
      font-size: 8.8vw;
    }
    .kv-title {
      font-size: 7vw;
      margin-bottom: 2vw;
      font-weight: 900;
      line-height: 1.13;
    }
    .kv-catch {
      font-size: 4.4vw;
      margin-bottom: 2vw;
      line-height: 1.62;
    }
		.kv-catch sup {
		  font-size: 2.6vw;
		}
    .kv-catch-decoration{
      font-size: 4.8vw;
    }

  .kv-image {
    width: 84vw;
    height: 24vw;
    margin: 5vw 0 0 0;
    border-radius: 3vw;
    background-size: cover;
  }

  .campaign-inner{
    padding: 0 3% 2% 3%;
  }
    .campaign-con02-box {
      border: solid 5px #54C3F1;
      border-radius: 2.6vw;
      margin-bottom: 5vw;
      background: #fff;
    }
	.campaign-con02-box:first-child {
		margin-top: 2rem;
	}
    .campaign-con02-box .title{
      font-size: 5vw;
      height: 13vw;
      border-radius: 1.0vw 1.0vw 0 0;
      font-weight: bold;
    }
    .campaign-con02-box .title::after{
      width: 15vw;
      height: 9vw;
      left: 2vw;
    }

  .category {
    background: #fff;
    padding: 0;
  }
    .category-title {
      top: -2vw;
      left: -2vw;
      padding: 1.5vw 2vw;
      font-size: 3.5vw;
      line-height: 3.5vw;
    }
    .subject-item{
      padding:7vw 4vw 4vw 4vw;
    }
    .category-title {
      position: absolute;
      top: -2vw;
      left: -2vw;
      background-color: #54C3F1;
      color: #fff;
      padding: 1.5vw 2vw;
      font-weight: 500;
      font-size: 3.5vw;
      line-height: 3.5vw;
      letter-spacing: 0;
    }
    .category-note {
      font-size: 4.2vw;
      margin: 0 auto 13vw;
      max-width: initial;
    }
    .category-note .deco{
      font-size: 4.5vw;
      text-align: center;
      margin: 2vw auto 3vw auto;
    }
    .category-note .price{
      font-size: 8vw;
      text-align: center;
      font-weight: bold;
    }
    .category-note .price2{
      font-size: 6vw;
      text-align: center;
      font-weight: bold;
    }
    .category-note .deco:before{
      position: absolute;
      display: inline-block;
      content: "";
      background: #E60012;
      width: 3px;
      height: 14vw;
      margin: 0 1.5em;
      vertical-align: middle;
      transform: rotate(-35deg);
      bottom: 0;
      left: 0;
    }
    .category-note .deco:after{
      position: absolute;
      display: inline-block;
      content: "";
      background: #E60012;
      width: 3px;
      height: 14vw;
      margin: 0 1.5em;
      vertical-align: middle;
      transform: rotate(35deg);
      bottom: 0;
      right: 0;
    }
    .category-list {
      gap: 3vw;
      margin: 2vw auto 0 auto;
      padding: 0;
      gap: 4vw;
    }
    .category-list li {
      font-size: 4vw;
      width: 35vw;
      height: 33vw;
      max-width: inherit;
      border: .5vw solid #54C3F1;
      margin-bottom: 2vw;
    }
    .category-btn{
      max-width: inherit;
      height: 13vw;
      margin: 4vw 0 0 0;
    }
    .category-btn img {
      max-width: 76%;
    }
    
  .section-title {
    font-size: 3.8vw;
    width: 50%;
    line-height: 12vw;
    padding: 0 5vw;
    font-weight: bold;
  }
    .section-title::before{
      left: -5.8vw;
      border-width: 6vw 0 6vw 6vw;
    }
    .section-title::after {
      right: -5.8vw;
      border-width: 6vw 6vw 6vw 0px;
    }
    
  .category-inner{
    padding: 10vw 0 5vw 0;
    margin: 5vw 0 0 0;
  }
  .category-inner .red-btn {
    width: 92%;
    max-width: initial;
    margin: 4vw auto 2vw auto;
    border-radius: 10vw;
    font-weight: bold;
  }
  .category-inner .red-btn a {
    font-size: 4vw;
    padding: 4vw 0;
  }
  .category-inner:first-child {
    margin-bottom: 12vw;
  }
  .campaign-container03 .campaign-inner{
    padding: 6vw 0 6vw 0;
  }
  .info {
    padding: 7vw 4vw 2vw 4vw;
    border-radius: 0 0 6vw 6vw;
    font-size: 3vw;
  }
  .info dt {
    margin-top: 3vw;
    font-size: 3.5vw;
  }
  .info dd {
    font-size: 3vw;
  }
  .attention {
    padding: 4vw 5vw 4vw 5vw;
  }
  .attention .section-title {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .attention-title {
    margin: 0 0 3vw 0;
    font-size: 5vw;
  }
  .attention ul {
    margin-left: 0;
  }
  .attention li {
    font-size: 3.5vw;
  }

	.store-search-banner {
		margin-top: 1.2rem;
	}
    .btn-store-search {
        width: 100%;
        padding: 0;
    }
}