@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/* ----------------------
- base 
- color
- MV ~ lead_sec
- kamru_area
- store_check_sec
- rule_sec
- campaign_sec
---------------------- */
/*=======================================
　base
=======================================*/
body {
  text-align: left;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 65px;
  }
}

main {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
main.loaded {
  opacity: 1;
}

.inner, .campaign_sec .cp_apply, .campaign_sec .cp_intro, .campaign_sec .section_top hgroup, .campaign_sec .section_top, .kamru_area .coord, .kamru_area .feature, .kamru_area .intro .helmet, .kamru_area .intro h2, .lead_sec .amazon_present_box {
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner, .campaign_sec .cp_apply, .campaign_sec .cp_intro, .campaign_sec .section_top hgroup, .campaign_sec .section_top, .kamru_area .coord, .kamru_area .feature, .kamru_area .intro .helmet, .kamru_area .intro h2, .lead_sec .amazon_present_box {
    width: 92%;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

main a {
  will-change: transform, translate;
  transform: translateZ(0);
}
main a:hover {
  opacity: 1;
}

main img,
main picture {
  width: 100%;
}

main sup {
  font-size: 60%;
}

.font_base, .kamru_area .intro .text {
  color: #ccc;
  font-size: 20px;
  line-height: 1.9;
}

.font12, .kamru_area .spec .size_info .text .price span {
  font-size: 12px;
}

.noto_jp, .campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_attention, .campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_txt, .campaign_sec .cp_apply .cp_box hgroup p, .rule_sec .btn_area .btn_check, .store_check_sec .btn_store a {
  font-family: "Noto Sans JP", sans-serif;
}

.oswald, .kamru_area .spec h3, .kamru_area .feature .point .box .num, .kamru_area .feature h3 {
  font-family: "Oswald", sans-serif;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.gift_banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  animation: inc 6s infinite ease-in-out alternate;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1225px) {
  .gift_banner {
    left: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .gift_banner {
    left: 4vw;
  }
}
.gift_banner.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
@keyframes inc {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    transform: translate(0, 0) rotate(0deg);
  }
  22% {
    transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    transform: translate(0, 0) rotate(3deg);
  }
  28% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.gift_banner.hide {
  opacity: 0;
  visibility: hidden;
}
.gift_banner a {
  display: block;
  width: 23.5vw;
  max-width: 321px;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .gift_banner a:hover {
    opacity: 0.9;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .gift_banner a:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 768px) {
  .gift_banner a {
    width: 208.65px;
  }
}

.floating_banner {
  position: fixed;
  width: 80px;
  right: 0;
  top: 50%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 768px) {
  .floating_banner {
    width: 64.82px;
  }
}
.floating_banner.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .floating_banner a:hover {
    opacity: 0.9;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .floating_banner a:hover {
    opacity: 0.9;
  }
}

.btn_arrow_down, .lead_sec .amazon_present_box .btn_cp a .arrow {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: url(../images/arrow-down.svg) center 12px/16px 9.6px no-repeat;
}

.btn_arrow_right, .store_check_sec .btn_store a .arrow {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: url(../images/arrow-right.svg) center 10px/13px 13px no-repeat;
}

.btn_arrow_right2, .campaign_sec .cp_apply .cp_box .apply_list .apply_item .apply_btn a .arrow {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: url(../images/arrow-right3.svg) center 10px/13px 13px no-repeat;
}

.txt_link {
  display: inline;
  width: fit-content;
  letter-spacing: 0.02em;
  line-height: 1.75;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease-in-out;
}
.txt_link:first-of-type {
  margin-bottom: 4px;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .txt_link:hover {
    color: var(--red);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .txt_link:hover {
    color: var(--red);
  }
}
.txt_link span {
  display: inline-flex;
  align-items: baseline;
  margin-left: 8px;
  translate: 0 2px;
}
.txt_link.link_first {
  margin-bottom: 4px;
}
.txt_link:not(.link_first) {
  display: block;
}

.br1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .br1200 {
    display: block;
  }
}

.br990 {
  display: none;
}
@media screen and (max-width: 990px) {
  .br990 {
    display: block;
  }
}

.js-fade-left,
.js-fade-right,
.js-fade-up,
.js-fade-down {
  will-change: transform, opacity;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

/*=======================================
　color
=======================================*/
:root {
  --main: #333;
  --white: #fff;
  --green: #35B26B;
  --light_green: #7BB924;
  --blue: #177FAF;
  --yellow: #FFF033;
  --gray: #cccccc;
  --gray2: #A6A6A6;
  --black: #000;
  --red: #FF0000;
}

/*=======================================
　MV ~ lead_sec
=======================================*/
.bg_area {
  background-image: repeating-linear-gradient(-45deg, rgba(255, 227, 179, 0.6), rgba(255, 227, 179, 0.6) 8px, #fff5e4 8px, #fff5e4 16px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .bg_area {
    background-image: repeating-linear-gradient(-45deg, rgba(255, 227, 179, 0.6), rgba(255, 227, 179, 0.6) 4px, #fff5e4 4px, #fff5e4 8px);
  }
}
.bg_area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 155px solid transparent;
  border-left: 100vw solid var(--black);
}
@media screen and (max-width: 768px) {
  .bg_area::before {
    border-top: 42px solid transparent;
  }
}

.mv {
  width: 100vw;
  position: relative;
}
.mv .text {
  width: 16.3250366032%;
  position: absolute;
  top: 13.164556962%;
  right: 17.4231332357%;
}
@media screen and (max-width: 768px) {
  .mv .text {
    width: 28.5333333333%;
    top: 4.3396226415%;
    right: 5.8666666667%;
  }
}
.mv .helmet {
  width: 18.0087847731%;
  position: absolute;
  bottom: 18.6075949367%;
  right: 14.2752562225%;
}
@media screen and (max-width: 768px) {
  .mv .helmet {
    width: 28.8%;
    bottom: 3.5142857143%;
    right: 3.4666666667%;
  }
}
.mv .title {
  width: 70.8711566618%;
  position: absolute;
  bottom: 2.1518987342%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv .title {
    width: 77.6106666667%;
    bottom: 3.2830188679%;
  }
}

.lead_sec {
  padding: 0 0 216px;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    padding: 38px 0 145px;
  }
}
.lead_sec .inner, .lead_sec .campaign_sec .cp_apply, .campaign_sec .lead_sec .cp_apply, .lead_sec .campaign_sec .cp_intro, .campaign_sec .lead_sec .cp_intro, .lead_sec .campaign_sec .section_top hgroup, .campaign_sec .section_top .lead_sec hgroup, .lead_sec .campaign_sec .section_top, .campaign_sec .lead_sec .section_top, .lead_sec .kamru_area .coord, .kamru_area .lead_sec .coord, .lead_sec .kamru_area .feature, .kamru_area .lead_sec .feature, .lead_sec .kamru_area .intro .helmet, .kamru_area .intro .lead_sec .helmet, .lead_sec .kamru_area .intro h2, .kamru_area .intro .lead_sec h2, .lead_sec .amazon_present_box {
  max-width: 859px;
}
.lead_sec .intro {
  margin-bottom: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .lead_sec .intro {
    margin-bottom: 30px;
    gap: 25px;
  }
}
.lead_sec .intro h2 {
  font-size: 38px;
  line-height: 1.1052631579;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lead_sec .intro h2 {
    font-size: 22px;
  }
}
.lead_sec .intro p {
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead_sec .intro p {
    font-size: 18px;
    line-height: 2.2222222222;
  }
}
.lead_sec .intro .com_family {
  max-width: 537.28px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.lead_sec .intro .com_family .com_mother {
  width: 29.5693120905%;
}
.lead_sec .intro .com_family .com_boy {
  width: 29.1207564026%;
}
.lead_sec .intro .com_family .com_farther {
  width: 32.1210541989%;
}
@media screen and (max-width: 768px) {
  .lead_sec .intro .com_family {
    width: 103%;
  }
}
.lead_sec .amazon_present_box {
  background-color: #fff;
  border-radius: 61px;
  border: solid 2px #F0C56A;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lead_sec .amazon_present_box {
    border-radius: 30px;
  }
}
.lead_sec .amazon_present_box ._inner {
  max-width: 688.82px;
  margin: 0 auto;
  padding: 42px 0 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12.86px;
}
@media screen and (max-width: 768px) {
  .lead_sec .amazon_present_box ._inner {
    width: 90.7130434783%;
    gap: 11px;
    padding: 30px 0 65px;
  }
}
.lead_sec .amazon_present_box .ttl {
  max-width: 688.82px;
}
.lead_sec .amazon_present_box .day {
  max-width: 620.5px;
}
.lead_sec .amazon_present_box .btn_posi {
  position: absolute;
  bottom: -29px;
  max-width: 400px;
  margin: 0 auto;
}
.lead_sec .amazon_present_box .btn_cp {
  width: fit-content;
  display: block grid;
  place-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .lead_sec .amazon_present_box .btn_cp {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.lead_sec .amazon_present_box .btn_cp a {
  color: var(--white);
  display: block flex;
  align-items: center;
  width: fit-content;
  padding: 13px 43px 12.14px;
  border-radius: 16px;
  border: 2px solid var(--black);
  background: var(--light_green);
}
@media screen and (max-width: 768px) {
  .lead_sec .amazon_present_box .btn_cp a {
    width: 300px;
    justify-content: center;
    padding: 13px 19px 12.14px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .lead_sec .amazon_present_box .btn_cp a:hover {
    translate: 0 4px;
    transition: 0.3s;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .lead_sec .amazon_present_box .btn_cp a:hover {
    translate: 0 4px;
    transition: 0.3s;
  }
}
.lead_sec .amazon_present_box .btn_cp a .arrow {
  background-color: var(--white);
  margin-left: 35px;
  width: 30.86px;
  height: 30.86px;
}
@media screen and (max-width: 768px) {
  .lead_sec .amazon_present_box .btn_cp a .arrow {
    margin-left: 10px;
  }
}
.lead_sec .amazon_present_box .btn_cp::before {
  content: "";
  width: 100%;
  height: calc(100% - 16px);
  background: var(--green);
  border-radius: 16px;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}

/*=======================================
	kamru_area
=======================================*/
.kamru_area {
  position: relative;
  overflow: hidden;
  background-color: var(--black);
}
.kamru_area::before {
  content: "";
  display: block;
  position: absolute;
  top: 23.8%;
  left: 0;
  width: 37.9209370425%;
  height: 576px;
  background: url(../images/kamru_bg01.png) left/contain no-repeat;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .kamru_area::before {
    display: none;
  }
}
.kamru_area::after {
  content: "";
  display: block;
  position: absolute;
  top: 54.7%;
  right: 0;
  width: 30.2108345534%;
  height: 561px;
  background: url(../images/kamru_bg02.png) right/contain no-repeat;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .kamru_area::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .kamru_area .inner, .kamru_area .campaign_sec .cp_apply, .campaign_sec .kamru_area .cp_apply, .kamru_area .campaign_sec .cp_intro, .campaign_sec .kamru_area .cp_intro, .kamru_area .campaign_sec .section_top hgroup, .campaign_sec .section_top .kamru_area hgroup, .kamru_area .campaign_sec .section_top, .campaign_sec .kamru_area .section_top, .kamru_area .coord, .kamru_area .feature, .kamru_area .intro .helmet, .kamru_area .intro h2, .kamru_area .lead_sec .amazon_present_box, .lead_sec .kamru_area .amazon_present_box {
    width: 100%;
  }
}
.kamru_area .intro {
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kamru_area .intro {
    margin-bottom: 0;
  }
}
.kamru_area .intro h2 {
  max-width: 575px;
  margin-top: 20px;
  margin-bottom: 59px;
}
@media screen and (max-width: 768px) {
  .kamru_area .intro h2 {
    max-width: 250.64px;
    margin-top: 63px;
    margin-bottom: 30px;
  }
}
.kamru_area .intro .helmet {
  position: relative;
  max-width: 482.35px;
  margin-bottom: 57.3px;
}
@media screen and (max-width: 768px) {
  .kamru_area .intro .helmet {
    max-width: 225px;
    margin-bottom: 30px;
  }
}
.kamru_area .intro .helmet .sgmark {
  width: 138.5px;
  position: absolute;
  bottom: 17px;
  right: -102px;
}
@media screen and (max-width: 768px) {
  .kamru_area .intro .helmet .sgmark {
    display: none;
  }
}
.kamru_area .intro .text {
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .kamru_area .intro .text {
    font-size: 18px;
    line-height: 2.2222222222;
    margin-bottom: 30px;
  }
}
.kamru_area .intro .img {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .kamru_area .intro .img {
    flex-direction: column;
    gap: 15px;
  }
}
.kamru_area .intro .sgmark_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .kamru_area .intro .sgmark_sp {
    display: block;
    max-width: 310px;
    margin: 0 auto 50px;
  }
}
.kamru_area .feature {
  margin-bottom: 152px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kamru_area .feature {
    padding-top: 233px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .kamru_area .feature::before {
    content: "";
    display: block;
    position: absolute;
    top: -75px;
    left: 0;
    width: 301px;
    height: 348px;
    background: url(../images/kamru_bg01_sp.png) center bottom/cover no-repeat;
    z-index: 0;
  }
}
.kamru_area .feature h3 {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: var(--white);
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kamru_area .feature h3 {
    font-size: 50px;
    line-height: 0.8;
    position: relative;
    z-index: 1;
    margin-bottom: 65px;
  }
}
.kamru_area .feature .point {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 54px 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kamru_area .feature .point {
    width: 82.9333333333%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.kamru_area .feature .point .box .num {
  color: #828282;
  font-size: 65px;
  line-height: 1;
  font-weight: 200;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .kamru_area .feature .point .box .num {
    margin-bottom: 10px;
  }
}
.kamru_area .feature .point .box .img {
  margin-bottom: 26px;
}
.kamru_area .feature .point .box p {
  color: var(--gray);
  font-size: 14px;
  line-height: 1.857;
}
@media screen and (max-width: 768px) {
  .kamru_area .feature .point .box p {
    text-align: center;
  }
}
.kamru_area .feature .point .box h4 {
  color: var(--gray);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .kamru_area .feature .point .box h4 {
    text-align: center;
  }
}
.kamru_area .coord {
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kamru_area .coord {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .kamru_area .coord::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 295px;
    height: 439px;
    background: url(../images/kamru_bg02_sp.png) left top/cover no-repeat;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .kamru_area .coord {
    padding-top: 198px;
  }
}
.kamru_area .coord .catch {
  color: var(--white);
  font-size: 26px;
  line-height: 1.538;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kamru_area .coord .catch {
    width: 91.7333333333%;
    margin: 0 auto 30px;
  }
}
.kamru_area .coord .img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kamru_area .coord .img {
    width: 91.7333333333%;
    margin: 0 auto;
  }
}
.kamru_area .image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kamru_area .image {
    grid-template-columns: 1fr;
  }
}
.kamru_area .spec {
  background-color: var(--gray2);
}
.kamru_area .spec .inner, .kamru_area .spec .campaign_sec .cp_apply, .campaign_sec .kamru_area .spec .cp_apply, .kamru_area .spec .campaign_sec .cp_intro, .campaign_sec .kamru_area .spec .cp_intro, .kamru_area .spec .campaign_sec .section_top hgroup, .campaign_sec .section_top .kamru_area .spec hgroup, .kamru_area .spec .campaign_sec .section_top, .campaign_sec .kamru_area .spec .section_top, .kamru_area .spec .lead_sec .amazon_present_box, .lead_sec .kamru_area .spec .amazon_present_box, .kamru_area .spec .intro h2, .kamru_area .intro .spec h2, .kamru_area .spec .intro .helmet, .kamru_area .intro .spec .helmet, .kamru_area .spec .feature, .kamru_area .spec .coord {
  max-width: 954px;
  padding: 90px 0 120px;
}
@media screen and (max-width: 768px) {
  .kamru_area .spec .inner, .kamru_area .spec .campaign_sec .cp_apply, .campaign_sec .kamru_area .spec .cp_apply, .kamru_area .spec .campaign_sec .cp_intro, .campaign_sec .kamru_area .spec .cp_intro, .kamru_area .spec .campaign_sec .section_top hgroup, .campaign_sec .section_top .kamru_area .spec hgroup, .kamru_area .spec .campaign_sec .section_top, .campaign_sec .kamru_area .spec .section_top, .kamru_area .spec .lead_sec .amazon_present_box, .lead_sec .kamru_area .spec .amazon_present_box, .kamru_area .spec .intro h2, .kamru_area .intro .spec h2, .kamru_area .spec .intro .helmet, .kamru_area .intro .spec .helmet, .kamru_area .spec .feature, .kamru_area .spec .coord {
    padding: 90px 0 80px;
  }
}
.kamru_area .spec h3 {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: var(--white);
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kamru_area .spec h3 {
    font-size: 50px;
    line-height: 0.8;
    margin-bottom: 65px;
  }
}
.kamru_area .spec .lineup {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .kamru_area .spec .lineup {
    max-width: 248px;
    margin: 0 auto 29px;
  }
}
.kamru_area .spec .lineup .catch {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .kamru_area .spec .lineup .catch {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
}
.kamru_area .spec .size_info {
  max-width: 808.09px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 81px;
}
@media screen and (max-width: 768px) {
  .kamru_area .spec .size_info {
    width: 86.7333333333%;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.kamru_area .spec .size_info .text {
  color: var(--white);
  display: block flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kamru_area .spec .size_info .text {
    max-width: 245px;
    margin: 0 auto;
    gap: 20px;
  }
}
.kamru_area .spec .size_info .text .price {
  font-size: 16px;
}
.kamru_area .spec .size_info .text .cont {
  font-size: 16px;
  line-height: 1.75;
}
.kamru_area .kamru_bg01 {
  position: absolute;
  top: 15.6675167357%;
  left: 0;
  max-width: 518px;
  width: 37.9209370425%;
}
@media screen and (max-width: 768px) {
  .kamru_area .kamru_bg01 {
    display: none;
  }
}
.kamru_area .kamru_bg02 {
  position: absolute;
  bottom: 15.6675167357%;
  right: 0;
  max-width: 440px;
  width: 32.2108345534%;
}
@media screen and (max-width: 768px) {
  .kamru_area .kamru_bg02 {
    display: none;
  }
}

/*=======================================
	store_check_sec
=======================================*/
.store_check_sec {
  background-color: #3C3C3C;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .store_check_sec {
    padding: 50px 0;
  }
}
.store_check_sec .catch {
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 34px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .store_check_sec .catch {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.store_check_sec .btn_store {
  width: 100%;
  place-content: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3333333333;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .store_check_sec .btn_store {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
  }
}
.store_check_sec .btn_store a {
  font-weight: 500;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 39px 22.4489795918% 48.48px;
  border-radius: 16px;
  background: #E95504;
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .store_check_sec .btn_store a {
    justify-content: center;
    padding: 47px 16px 47.52px;
    box-shadow: -3px -3px 5px 0px rgba(255, 255, 255, 0.5), 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .store_check_sec .btn_store a:hover {
    opacity: 0.7;
  }
  .store_check_sec .btn_store a:hover .arrow {
    transform: translateX(8px);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .store_check_sec .btn_store a:hover {
    opacity: 0.7;
  }
  .store_check_sec .btn_store a:hover .arrow {
    transform: translateX(8px);
  }
}
.store_check_sec .btn_store a .store {
  width: 116px;
  margin-right: 9.87px;
}
@media screen and (max-width: 768px) {
  .store_check_sec .btn_store a .store {
    width: 96px;
    margin-right: 10px;
  }
}
.store_check_sec .btn_store a .text {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .store_check_sec .btn_store a .text {
    margin-top: 0;
  }
}
.store_check_sec .btn_store a .arrow {
  background-color: var(--white);
  position: absolute;
  top: 59px;
  right: 22.4489795918%;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .store_check_sec .btn_store a .arrow {
    position: static;
    margin-left: 11px;
  }
}

/*=======================================
	rule_sec
=======================================*/
.rule_sec {
  background-image: repeating-linear-gradient(-45deg, #8BC9E7, #8BC9E7 8px, #94CFEA 8px, #94CFEA 16px);
  margin-bottom: 50px;
  padding: 123px 0 120px;
}
@media screen and (max-width: 768px) {
  .rule_sec {
    background-image: repeating-linear-gradient(-45deg, #8BC9E7, #8BC9E7 4px, #94CFEA 4px, #94CFEA 8px);
    padding: 80px 0;
  }
}
.rule_sec .catch {
  color: var(--black);
  font-size: 22px;
  line-height: 1.8181818182;
  font-weight: 500;
  margin-bottom: 85px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rule_sec .catch {
    font-size: 16px;
    line-height: 2;
    width: 100%;
    margin-bottom: 90px;
  }
}
.rule_sec .catch span {
  display: inline;
  background: linear-gradient(-55deg, transparent 8px, rgba(255, 255, 255, 0.5) 8px, rgba(255, 255, 255, 0.5) calc(100% - 8px), transparent calc(100% - 8px));
  background-repeat: no-repeat;
  background-size: 100% 45%;
  background-position: 0 85%;
  padding: 0 10px 2px;
}
.rule_sec .safety_rule {
  border: solid 3px var(--white);
  background-color: #94CFEA;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .rule_sec .safety_rule {
    border: solid 2px var(--white);
    padding-top: 86px;
  }
}
.rule_sec .safety_rule .ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  max-width: 342px;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  background-color: var(--white);
  border-radius: 45px;
  padding: 6px 0 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rule_sec .safety_rule .ttl {
    width: 88.9855072464%;
  }
}
.rule_sec .safety_rule .ttl span {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}
.rule_sec .safety_rule .rule_list {
  max-width: 910px;
  width: 92.8571428571%;
  margin: 0 auto 25.13px;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .rule_sec .safety_rule .rule_list {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    width: 100%;
    gap: 49.98px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .rule_sec .safety_rule .rule_list li {
    padding-right: 11.78px;
  }
}
.rule_sec .safety_rule .rule_list li:nth-child(-n+4) {
  padding-bottom: 3.83%;
}
@media screen and (max-width: 768px) {
  .rule_sec .safety_rule .rule_list li:nth-child(-n+4) {
    padding-bottom: 0;
  }
}
.rule_sec .safety_rule .rule_list li:nth-child(1) {
  width: 113px;
  margin: 0 50px 0 25px;
}
@media screen and (max-width: 768px) {
  .rule_sec .safety_rule .rule_list li:nth-child(1) {
    width: 100%;
    margin: 0;
  }
}
.rule_sec .safety_rule .rule_list li:nth-child(2) {
  width: 167.5px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .rule_sec .safety_rule .rule_list li:nth-child(2) {
    width: 100%;
    margin: 0;
  }
}
.rule_sec .safety_rule .rule_list li:nth-child(3) {
  width: 123.5px;
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .rule_sec .safety_rule .rule_list li:nth-child(3) {
    width: 100%;
    margin: 0;
  }
}
.rule_sec .safety_rule .rule_list li:nth-child(4) {
  width: 123px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .rule_sec .safety_rule .rule_list li:nth-child(4) {
    width: 100%;
    margin: 0;
  }
}
.rule_sec .safety_rule .rule_list li:nth-child(5) {
  width: 171px;
}
@media screen and (max-width: 768px) {
  .rule_sec .safety_rule .rule_list li:nth-child(5) {
    width: 100%;
  }
}
.rule_sec .btn_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 910px;
  width: 95%;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .rule_sec .btn_area {
    width: 91.3043478261%;
    grid-template-columns: 1fr;
  }
}
.rule_sec .btn_area .btn_check {
  width: 100%;
  place-content: center;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 500;
  line-height: 1.3;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .rule_sec .btn_area .btn_check {
    font-size: 20px;
  }
}
.rule_sec .btn_area .btn_check a {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 14.93px 32px 13.07px 0;
  border-radius: 16px;
  background: var(--blue);
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
@media screen and (max-width: 768px) {
  .rule_sec .btn_area .btn_check a {
    padding-right: 22.26px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .rule_sec .btn_area .btn_check a:hover {
    opacity: 0.7;
  }
  .rule_sec .btn_area .btn_check a:hover .arrow {
    transform: translateY(-50%) translateX(8px);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .rule_sec .btn_area .btn_check a:hover {
    opacity: 0.7;
  }
  .rule_sec .btn_area .btn_check a:hover .arrow {
    transform: translateY(-50%) translateX(8px);
  }
}
.rule_sec .btn_area .btn_check a .arrow {
  display: block;
  background: url(../images/arrow-right2.svg) center 0/16px 16px no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .rule_sec .btn_area .btn_check a .arrow {
    background: url(../images/arrow-right2.svg) center right/13.54px 13.54px no-repeat;
    width: 13.54px;
    height: 13.54px;
    right: 22.26px;
  }
}

/*=======================================
	campaign_sec
=======================================*/
.campaign_sec {
  background: #FFF5E4;
  margin-bottom: 100px;
  padding-top: 75px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .campaign_sec {
    margin-bottom: 45px;
    padding-top: 77px;
  }
}
.campaign_sec .ride_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .campaign_sec .ride_sp {
    display: block;
    width: 94.1333333333%;
    margin: 0 auto 17px;
  }
}
.campaign_sec .section_top {
  position: relative;
  max-width: 1143px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .campaign_sec .section_top {
    margin-bottom: 30px;
    width: auto;
  }
}
.campaign_sec .section_top hgroup {
  max-width: 709.29px;
  width: 62.0551181102%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign_sec .section_top hgroup {
    width: 94.1333333333%;
  }
}
.campaign_sec .section_top hgroup h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .campaign_sec .section_top hgroup h2 {
    margin-bottom: 25px;
  }
}
.campaign_sec .section_top hgroup .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .campaign_sec .section_top .rige_img {
    width: 94.1333333333%;
    margin: 0 auto 17px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
.campaign_sec .section_top .ride_pnada {
  position: absolute;
  top: 4.4619422572%;
  right: -10px;
  width: 15.2230971129%;
}
@media screen and (max-width: 1024px) {
  .campaign_sec .section_top .ride_pnada {
    position: static;
    width: 23.5127478754%;
    order: 1;
  }
}
.campaign_sec .section_top .ride_mother {
  position: absolute;
  bottom: 12.5538057743%;
  right: 9.498687664%;
  width: 14.9982502187%;
}
@media screen and (max-width: 1024px) {
  .campaign_sec .section_top .ride_mother {
    position: static;
    width: 22.3796033994%;
    order: 2;
  }
}
.campaign_sec .section_top .ride_farther {
  position: absolute;
  top: 0;
  left: 0;
  width: 15.1102362205%;
}
@media screen and (max-width: 1024px) {
  .campaign_sec .section_top .ride_farther {
    position: static;
    width: 23.2294617564%;
    order: 4;
  }
}
.campaign_sec .section_top .ride_boy {
  position: absolute;
  bottom: 12.5538057743%;
  left: 9.0988626422%;
  width: 13.6999125109%;
}
@media screen and (max-width: 1024px) {
  .campaign_sec .section_top .ride_boy {
    position: static;
    width: 20.9631728045%;
    order: 3;
  }
}
.campaign_sec .cp_intro {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_intro {
    margin-bottom: 50px;
  }
}
.campaign_sec .cp_intro .present {
  margin-bottom: 30px;
}
.campaign_sec .cp_intro .product {
  margin-bottom: 50px;
}
.campaign_sec .cp_apply .cp_box {
  border: solid 1px var(--black);
  border-radius: 16px;
  margin-bottom: 30px;
}
.campaign_sec .cp_apply .cp_box hgroup {
  color: var(--white);
  background: var(--main);
  border-radius: 16px 16px 0 0;
  padding-block: 20px;
  text-align: center;
}
.campaign_sec .cp_apply .cp_box hgroup h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box hgroup h3 {
    font-size: 22px;
    line-height: 1.7272727273;
  }
}
.campaign_sec .cp_apply .cp_box hgroup p {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box hgroup p {
    font-size: 16px;
    line-height: 1.75;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list {
  border-radius: 0 0 16px 16px;
  background: var(--white);
  padding: 50px 4.8979591837%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box .apply_list {
    grid-template-columns: 1fr;
    padding: 50px 4.347826087%;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list ul:first-child {
  border-right: solid 1px var(--black);
  padding-right: 9.5022624434%;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box .apply_list ul:first-child {
    border-right: none;
    border-bottom: solid 1px var(--black);
    padding-right: 0;
    padding-bottom: 50px;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list ul:nth-child(2) {
  padding-left: 9.5022624434%;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box .apply_list ul:nth-child(2) {
    padding-left: 0;
    padding-top: 50px;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_sttl {
  max-width: 120px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box .apply_list .apply_sttl {
    max-width: 142px;
    margin-bottom: 40px;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item:not(:first-of-type) {
  padding-bottom: 30px;
  min-height: 155px;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box .apply_list .apply_item:not(:first-of-type) {
    padding-bottom: 8px;
    min-height: auto;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item:not(:last-of-type) {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 43px;
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #333 0 2px, transparent 2px 6px);
  position: absolute;
  left: 0;
  bottom: 0;
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item:last-of-type {
  padding-bottom: 0;
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item .mab36 {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box .apply_list .apply_item .mab36 {
    margin-bottom: 26.25px;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_number {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_number {
    font-size: 28px;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_number span {
  font-size: 30px;
  line-height: 0.8666666667;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_number span {
    font-size: 42px;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_txt {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_txt {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_txt span {
  position: relative;
  z-index: 1;
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_txt span.acourse {
  display: inline;
  background: linear-gradient(-65deg, transparent 8px, #F8BC3A 8px, #F8BC3A calc(100% - 8px), transparent calc(100% - 8px));
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: 0 85%;
  padding: 0 5px 1px;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_txt span.acourse {
    background-size: 100% 35%;
    background-position: 0 90%;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_txt span.bcourse {
  display: inline;
  background: linear-gradient(-65deg, transparent 8px, #F2984D 8px, #F2984D calc(100% - 8px), transparent calc(100% - 8px));
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: 0 85%;
  padding: 0 5px 1px;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_txt span.bcourse {
    background-size: 100% 35%;
    background-position: 0 90%;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_attention {
  color: var(--red);
  font-size: 16px;
  font-weight: 500;
  border: solid 2px var(--red);
  text-align: center;
  margin: 10px 0 20px;
  padding: 2px 1% 3px;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box .apply_list .apply_item .item_attention {
    font-size: 13px;
    padding: 6.54px 1% 6.54px;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item .apply_btn {
  width: 100%;
  position: relative;
  z-index: 0;
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item .apply_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 4px);
  background: var(--green);
  border-radius: 16px;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: -1;
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item .apply_btn a {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  background: var(--light_green);
  border: 2px solid var(--black);
  display: block flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 16px;
  padding: 12px;
  position: relative;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .campaign_sec .cp_apply .cp_box .apply_list .apply_item .apply_btn a:hover {
    translate: 0 4px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .campaign_sec .cp_apply .cp_box .apply_list .apply_item .apply_btn a:hover {
    translate: 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .cp_box .apply_list .apply_item .apply_btn a {
    font-size: 16px;
    padding: 16.38px 22px 16.38px 0;
  }
}
.campaign_sec .cp_apply .cp_box .apply_list .apply_item .apply_btn a .arrow {
  background-color: var(--white);
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.campaign_sec .cp_apply .note {
  font-size: 14px;
  line-height: 1.5;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .campaign_sec .cp_apply .note {
    font-size: 10px;
    width: calc(100% - 30px);
  }
}/*# sourceMappingURL=style.css.map */