@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  vertical-align: text-bottom;
}

#peterrabbit {
  font-size: 18px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  line-height: 1.6;
  color: #171717;
}

 a {
  color: #171717;
  text-decoration: none;
}

#peterrabbit a:hover {
  text-decoration: none;
}

.sp_only {
  display: none;
}

#peterrabbit .inner {
  box-sizing: content-box;
  max-width: 1000px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}
#peterrabbit .thin {
  font-weight: 400; /* or 300 */
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #peterrabbit .inner {
    padding: 0 5%;
  }
}
/*----------------------------------------------------- */
/*  breadcrumb           */
/*----------------------------------------------------- */
#peterrabbit .breadcrumb {
  padding: 120px 0 20px;
}
#peterrabbit .breadcrumb_list {
  display: flex;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #6b6b6b;
}
#peterrabbit .breadcrumb_list li:not(:last-child)::after {
  content: ">";
  margin: 0 4px;
}

@media screen and (max-width: 834px) {
  #peterrabbit .breadcrumb {
    padding: 90px 0 20px;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv img {
  vertical-align: bottom;
}

/*----------------------------------------------------- */
/*  nav           */
/*----------------------------------------------------- */
.nav {
  background: #0477b5;
}

.nav_list {
  display: flex;
  justify-content: center;
  gap: 12%;
  margin: 0 auto;
}

.nav_list a {
  display: block;
  padding: 30px 0 60px;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  background: url(../images/ico_arrow.png) center bottom 15px no-repeat;
  background-size: 24px;
  transition: opacity 0.3s ease-in-out;
}

.nav_list a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1000px) {
  .nav_list a {
    padding: 3vw 0 6vw;
    font-size: 2.4vw;
    background: url(../images/ico_arrow.png) center bottom 1.5vw no-repeat;
    background-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .nav_list {
    gap: 11%;
  }
  .nav_list a {
    padding: 6.25vw 0 10.94vw;
    font-size: 3.75vw;
    background: url(../images/ico_arrow.png) center bottom 4.69vw no-repeat;
    background-size: 3.75vw;
  }
}
/*----------------------------------------------------- */
/*  outline           */
/*----------------------------------------------------- */
.outline {
  background: url(../images/bg_outline.png), url(../images/bg_contents.gif);
  background-position: center top 64px, center;
  background-size: 1243px, 195px;
  background-repeat: no-repeat, repeat;
  padding: 90px 0 50px;
  overflow: hidden;
}

#peterrabbit .outline .inner {
  max-width: 1100px;
}

.outline_ttl {
  max-width: 573px;
  width: 57.3vw;
  margin: 0 auto 30px;
}

.outline_txt {
  text-align: center;
  line-height: 2.3;
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .outline {
    background-position: center top 6.4vw, center;
    background-size: 124.3vw, 195px;
    padding: 9vw 0 5vw;
  }
  #peterrabbit .outline .inner {
    max-width: 110vw;
  }
  .outline_ttl {
    max-width: 57.3vw;
    margin: 0 auto 3vw;
  }
  .outline_txt {
    font-size: 1.8vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .outline {
    background: url(../images/bg_outline_sp.png), url(../images/bg_contents.gif);
    background-position: center top 35.25vw, center;
    background-size: 95%, 195px;
    background-repeat: no-repeat, repeat;
    padding: 9.38vw 0 12.5vw;
    overflow: hidden;
  }
  #peterrabbit .outline .inner {
    max-width: 343.75vw;
  }
  .outline_ttl {
    max-width: 68.44vw;
    width: 68.44vw;
    margin: 0 auto 42.19vw;
  }
  .outline_txt {
    font-size: 4.06vw;
    line-height: 2.3;
    margin-bottom: 22vw;
  }
}
/*----- cookie -----*/
.cookie_ttl {
  max-width: 480px;
  width: 48vw;
  margin: 0 auto 50px;
}

.cookie_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.cookie_list li {
  max-width: 316px;
  width: 30%;
  background: url(../images/bg_cookie.png) no-repeat;
  background-size: contain;
  aspect-ratio: 633/1240;
  padding-top: 20px;
  position: relative;
}

.cookie_list .cookie {
  max-width: 200px;
  width: 90%;
  margin: 0 auto 50px;
  position: relative;
}

.cookie_list .cookie p {
  position: absolute;
  bottom: -30px;
  right: -45px;
  font-size: 12px;
}

.cookie_list .txt {
  max-width: 82%;
  margin: 0 auto;
}

.cookie_list .txt p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
  letter-spacing: -0.08em;
}

.cookie_list .txt span {
  width: 90%;
  margin: 0 auto;
  display: block;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: -0.05em;
}

.cookie_list .pic01 {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 85px;
}

.cookie_list .pic02 {
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 74px;
}

.cookie_list .pic03 {
  position: absolute;
  bottom: -30px;
  right: -25px;
  width: 82px;
}

.cookie_note {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .cookie_ttl {
    max-width: 43.64vw;
    margin: 0 auto 4.55vw;
  }
  .cookie_list {
    margin-bottom: 5.45vw;
  }
  .cookie_list li {
    max-width: 28.73vw;
    padding-top: 1.82vw;
  }
  .cookie_list .cookie {
    max-width: 18.18vw;
    margin: 0 auto 4.55vw;
  }
  .cookie_list .cookie p {
    bottom: -2.73vw;
    right: -4.09vw;
    font-size: 1.09vw;
  }
  .cookie_list .txt {
    max-width: 85%;
    margin: 0 auto;
  }
  .cookie_list .txt p {
    font-size: 1.27vw;
    margin-bottom: 2.73vw;
  }
  .cookie_list .txt span {
    font-size: 1vw;
  }
  .cookie_list .pic01 {
    bottom: -2.73vw;
    right: -2.73vw;
    width: 7.73vw;
  }
  .cookie_list .pic02 {
    bottom: -2.73vw;
    right: -1.82vw;
    width: 6.73vw;
  }
  .cookie_list .pic03 {
    bottom: -2.73vw;
    right: -2.27vw;
    width: 7.45vw;
  }
  .cookie_note {
    font-size: 1.27vw;
    margin-bottom: 2.73vw;
  }
}
@media screen and (max-width: 767px) {
  .cookie_ttl {
    max-width: 64.06vw;
    width: 64.06vw;
    margin: 0 auto 18.75vw;
  }
  .cookie_list {
    display: block;
    width: 95%;
    margin: 0 auto 9.38vw;
  }
  .cookie_list li {
    max-width: 100%;
    width: 100%;
    background: url(../images/bg_cookie_sp.png) no-repeat;
    background-size: contain;
    aspect-ratio: 1114/1419;
    padding-top: 6vw;
  }
  .cookie_list li + li {
    margin-top: 20.31vw;
  }
  .cookie_list .cookie {
    max-width: 75vw;
    width: 75vw;
    margin: 0 auto 8vw;
  }
  .cookie_list .cookie p {
    bottom: -1.38vw;
    right: 0vw;
    font-size: 2.8vw;
  }
  .cookie_list .txt {
    max-width: 85%;
  }
  .cookie_list .txt p {
    line-height: 1.7;
    font-size: 3.44vw;
    margin-bottom: 5vw;
  }
  .cookie_list .txt span {
    width: 100%;
    font-size: 2.8vw;
  }
  .cookie_list .pic01 {
    bottom: -11.88vw;
    right: -5vw;
    width: 19.38vw;
  }
  .cookie_list .pic02 {
    bottom: -9.38vw;
    right: -5vw;
    width: 15.63vw;
  }
  .cookie_list .pic03 {
    bottom: -8.75vw;
    right: -4.69vw;
    width: 16.25vw;
  }
  .cookie_note {
    width: 88%;
    text-align: left;
    font-size: 2.8vw;
    margin: 0 auto 9.38vw;
  }
}
/*----- bag -----*/
.bag {
  background: url(../images/bg_bag.png) center top no-repeat;
  background-size: 1250px;
  padding: 90px 0 50px;
  margin-bottom: 40px;
}

#peterrabbit .bag .inner {
  max-width: 1100px;
  display: flex;
}

.bag .txt {
  width: 50%;
  padding-left: 3%;
}

.bag .txt p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}

.bag .pic {
  width: 50%;
}

.bag_ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .bag {
    background-size: 113.64vw;
    padding: 8.18vw 0 4.55vw;
    margin-bottom: 3.64vw;
  }
  #peterrabbit .bag .inner {
    max-width: 100vw;
  }
  .bag .txt p {
    font-size: 1.27vw;
  }
  .bag_ttl {
    margin-bottom: 2.73vw;
  }
}
@media screen and (max-width: 767px) {
  .bag {
    background: url(../images/bg_bag_sp.png) center top no-repeat;
    background-size: 90%;
    padding: 20.44vw 0 25vw;
    margin-bottom: 10vw;
  }
  #peterrabbit .bag .inner {
    display: block;
  }
  .bag .txt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 3vw;
  }
  .bag .txt p {
    font-size: 2.8vw;
  }
  .bag .pic {
    width: 85%;
    margin: 0 auto;
  }
  .bag_ttl {
    max-width: 70vw;
    margin: 0 auto 3.75vw;
  }
}
/*----------------------------------------------------- */
/*  present           */
/*----------------------------------------------------- */
.present {
  background: url(../images/bg_present.png) center top 30px no-repeat;
  background-size: 1221px;
  padding: 0;
  overflow: hidden;
}

#peterrabbit .present .inner {
  max-width: 1100px;
}

.present_ttl {
  max-width: 600px;
  margin: 0 auto 30px;
}

.present_txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}

.period {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  position: relative;
}

.period01 {
  margin-bottom: 60px;
}

.period01 .period_ttl {
  background: linear-gradient(90deg, rgb(99, 180, 223) 0%, rgb(40, 114, 219) 40%, rgb(40, 114, 219) 60%, rgb(99, 180, 223) 100%);
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 18px 0;
}

.period01 .period_ttl img {
  max-width: 684px;
  width: 100%;
}

.period01 .period_list {
  padding: 80px 5% 70px;
  display: flex;
  align-items: flex-end;
  gap: 3%;
}

.period01 .pic01 {
  position: absolute;
  top: -30px;
  left: 0;
  width: 163px;
}

.period01 .pic02 {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 203px;
}

.period01 .pic03 {
  position: absolute;
  bottom: -50px;
  right: -70px;
  width: 123px;
}

.period02 {
  margin-bottom: 30px;
}

.period02 .period_ttl {
  background: linear-gradient(90deg, rgb(253, 162, 159) 0%, rgb(253, 101, 122) 40%, rgb(253, 101, 122) 60%, rgb(253, 162, 159) 100%);
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 18px 0;
}

.period02 .period_ttl img {
  max-width: 696px;
  width: 100%;
}

.period02 .period_list {
  padding: 80px 5% 70px;
  display: flex;
  align-items: flex-end;
  gap: 3%;
}

.period02 .pic01 {
  position: absolute;
  top: -35px;
  left: -10px;
  width: 127px;
}

.period02 .pic02 {
  position: absolute;
  top: -25px;
  right: -70px;
  width: 279px;
}

.period02 .pic03 {
  position: absolute;
  bottom: -60px;
  right: -50px;
  width: 106px;
}

.present_note {
  max-width: 540px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 1100px) {
  .present {
    background: url(../images/bg_present.png) center top 2.73vw no-repeat;
    background-size: 111vw;
  }
  #peterrabbit .present .inner {
    max-width: 100vw;
  }
  .present_ttl {
    max-width: 54.55vw;
    margin: 0 auto 2.73vw;
  }
  .present_txt {
    font-size: 1.8vw;
    margin-bottom: 3.64vw;
  }
  .period {
    border-radius: 2.73vw;
  }
  .period01 {
    margin-bottom: 5.45vw;
  }
  .period01 .period_ttl {
    border-radius: 2.73vw 2.73vw 0 0;
    padding: 1.64vw 0;
  }
  .period01 .period_ttl img {
    max-width: 62.18vw;
  }
  .period01 .period_list {
    padding: 7.27vw 5% 6.36vw;
  }
  .period01 .pic01 {
    top: -2.73vw;
    width: 14.82vw;
  }
  .period01 .pic02 {
    top: -2.73vw;
    right: -2.73vw;
    width: 18.45vw;
  }
  .period01 .pic03 {
    bottom: -4.55vw;
    right: -6.36vw;
    width: 11.18vw;
  }
  .period02 {
    margin-bottom: 2.73vw;
  }
  .period02 .period_ttl {
    border-radius: 2.73vw 2.73vw 0 0;
    padding: 1.64vw 0;
  }
  .period02 .period_ttl img {
    max-width: 63.27vw;
  }
  .period02 .period_list {
    padding: 7.27vw 5% 6.36vw;
  }
  .period02 .pic01 {
    top: -3.18vw;
    left: -0.91vw;
    width: 11.55vw;
  }
  .period02 .pic02 {
    top: -2.27vw;
    right: -6.36vw;
    width: 25.36vw;
  }
  .period02 .pic03 {
    bottom: -5.45vw;
    right: -4.55vw;
    width: 9.64vw;
  }
  .present_note {
    max-width: 49.09vw;
    font-size: 1.27vw;
  }
}
@media screen and (max-width: 767px) {
  .present {
    background: url(../images/bg_present_sp.png) left 55% top 34.06vw no-repeat;
    background-size: 73vw;
  }
  .present_ttl {
    max-width: 76.88vw;
    margin: 0 auto 37.5vw;
  }
  .present_txt {
    font-size: 4.06vw;
    margin-bottom: 12.5vw;
  }
  .period {
    border-radius: 4.5vw;
  }
  .period01 {
    margin-bottom: 17.19vw;
  }
  .period01 .period_ttl {
    border-radius: 4.5vw 4.5vw 0 0;
    padding: 3.13vw 0;
  }
  .period01 .period_ttl img {
    width: 73.44vw;
  }
  .period01 .period_list {
    padding: 7.81vw 1% 25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15vw;
  }
  .period01 .period_list li:nth-child(1) {
    width: 100%;
    padding-left: 7%;
  }
  .period01 .period_list li:nth-child(2) {
    width: 60.94vw;
  }
  .period01 .pic01 {
    position: absolute;
    top: -6.25vw;
    left: 7.5vw;
    width: 20.31vw;
  }
  .period01 .pic02 {
    position: absolute;
    top: -9.38vw;
    right: 3.75vw;
    width: 25.31vw;
  }
  .period01 .pic03 {
    position: absolute;
    bottom: 5.31vw;
    right: 3.44vw;
    width: 19.38vw;
  }
  .period02 {
    margin-bottom: 7.19vw;
  }
  .period02 .period_ttl {
    border-radius: 4.5vw 4.5vw 0 0;
    padding: 3.13vw 0;
  }
  .period02 .period_ttl img {
    width: 74.38vw;
  }
  .period02 .period_list {
    padding: 7.81vw 1% 25vw;
    flex-direction: column;
    align-items: center;
    gap: 15vw;
  }
  .period02 .period_list li:nth-child(1) {
    width: 100%;
    padding-left: 7%;
  }
  .period02 .period_list li:nth-child(2) {
    width: 60.94vw;
  }
  .period02 .pic01 {
    position: absolute;
    top: -4.69vw;
    left: 10.94vw;
    width: 14vw;
  }
  .period02 .pic02 {
    position: absolute;
    top: -15.63vw;
    right: -1.56vw;
    width: 33vw;
  }
  .period02 .pic03 {
    position: absolute;
    bottom: 4.69vw;
    right: 0.63vw;
    width: 16vw;
  }
  .present_note {
    max-width: 90%;
    font-size: 2.8vw;
  }
  .present_note li {
    margin-left: 1em;
    text-indent: -1em;
  }
}
/*----------------------------------------------------- */
/*  campaign           */
/*----------------------------------------------------- */
.campaign {
  background: url(../images/bg_campaign_02.png), url(../images/bg_campaign.gif);
  background-position: center top 30px, center;
  background-repeat: no-repeat, repeat;
  background-size: 1150px, 195px;
  padding: 100px 0 70px;
  overflow: hidden;
}

.campaign_ttl {
  max-width: 550px;
  margin: 0 auto 30px;
}

.campaign_txt {
  text-align: center;
  line-height: 2.1;
  margin-bottom: 50px;
}

.campaign_list {
  display: flex;
  gap: 6%;
  justify-content: center;
  margin-bottom: 40px;
}

.campaign_list li {
  max-width: 440px;
  text-align: center;
}

.campaign_list h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
}

.campaign_list h3::before,
.campaign_list h3::after {
  content: "";
  height: 1px;
  width: 90px;
  background: #000;
  transform: translateY(5px);
}

.campaign_list h3::before {
  margin-right: 10px;
}

.campaign_list h3::after {
  margin-left: 10px;
}

.campaign_list h3 em {
  display: inline-block;
  font-size: 28px;
  letter-spacing: 0.1em;
}

.campaign_box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 30px 8% 60px;
}

.campaign_box .ttl_wrap01 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.campaign_box .ttl_wrap01 h3 {
  max-width: 396px;
}

.campaign_box .ttl_wrap01 p {
  line-height: 2.2;
  letter-spacing: 0em;
}

.campaign_box .ttl_wrap02 {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 8%;
}

.campaign_box .campaign_step {
  width: 46%;
}

.campaign_box .campaign_step li {
  border-bottom: 1px solid #a6a6a6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8%;
  padding-bottom: 30px;
}

.campaign_box .campaign_step li + li {
  margin-top: 30px;
}

.campaign_box .campaign_step .step_txt h4 {
  margin-bottom: 10px;
}

.campaign_box .campaign_step .step_txt p {
  font-size: 15px;
  line-height: 1.8;
}

.campaign_box .campaign_step .step_icon {
  padding-right: 15px;
  padding-top: 20px;
}

.campaign_box .campaign_step .step_icon img {
  max-width: 42px;
}

.campaign_box .campaign_kiyaku {
  position: relative;
  width: 46%;
  height: 260px;
}

.campaign_box .campaign_kiyaku .campaign_kiyaku_inner {
  height: 100%;
  overflow-y: scroll;
  padding-right: 10px;
  box-sizing: border-box;
}

.campaign_box .campaign_kiyaku .campaign_kiyaku_inner h4 {
  text-align: center;
  margin-bottom: 20px;
}

.campaign_box .campaign_kiyaku .campaign_kiyaku_inner p {
  font-size: 12px;
  line-height: 1.8;
}

.campaign_box .campaign_kiyaku .campaign_kiyaku_inner a {
  text-decoration: underline;
}

.campaign_box .campaign_kiyaku .fake_scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  pointer-events: none;
}

.campaign_box .campaign_kiyaku .fake_scrollbar_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 30px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.campaign_box .campaign_kiyaku.is-scrollable .fake_scrollbar_thumb {
  opacity: 1;
}

/* Chrome, Safari */
.campaign_kiyaku_inner::-webkit-scrollbar {
  display: none;
}

/* Firefox */
.campaign_kiyaku_inner {
  scrollbar-width: none;
}

/* IE, Edge（旧） */
.campaign_kiyaku_inner {
  -ms-overflow-style: none;
}

.campaign_x {
  margin-bottom: 30px;
}

.campaign_x .pic01 {
  position: absolute;
  width: 133px;
  right: -90px;
  top: 10px;
}

.campaign_x .pic02 {
  position: absolute;
  width: 88px;
  left: -50px;
  bottom: 20%;
}

.campaign_x .pic03 {
  position: absolute;
  width: 234px;
  right: 6%;
  bottom: 25px;
}

.campaign_insta .pic01 {
  position: absolute;
  width: 105px;
  right: -60px;
  top: 90px;
}

.campaign_insta .pic02 {
  position: absolute;
  width: 92px;
  left: -40px;
  bottom: 20px;
}

.campaign_insta .pic03 {
  position: absolute;
  width: 220px;
  right: 30px;
  bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .campaign {
    background-position: center top 3vw, center;
    background-size: 115vw, 195px;
    padding: 10vw 0 7vw;
  }
  .campaign_ttl {
    max-width: 55vw;
    margin: 0 auto 3vw;
  }
  .campaign_txt {
    font-size: 1.8vw;
    margin-bottom: 5vw;
  }
  .campaign_list {
    margin-bottom: 4vw;
  }
  .campaign_list li {
    max-width: 44vw;
  }
  .campaign_list h3 {
    margin-bottom: 1.5vw;
  }
  .campaign_list h3::before,
  .campaign_list h3::after {
    height: 0.1vw;
    width: 9vw;
    transform: translateY(0.5vw);
  }
  .campaign_list h3::before {
    margin-right: 1vw;
  }
  .campaign_list h3::after {
    margin-left: 1vw;
  }
  .campaign_list h3 em {
    font-size: 2.8vw;
  }
  .campaign_box {
    border-radius: 2vw;
    padding: 3vw 8% 6vw;
  }
  .campaign_box .ttl_wrap01 {
    gap: 3vw;
    margin-bottom: 4vw;
  }
  .campaign_box .ttl_wrap01 h3 {
    max-width: 39.6vw;
  }
  .campaign_box .ttl_wrap01 p {
    font-size: 1.8vw;
  }
  .campaign_box .campaign_step li {
    padding-bottom: 3vw;
  }
  .campaign_box .campaign_step li + li {
    margin-top: 3vw;
  }
  .campaign_box .campaign_step .step_txt h4 {
    font-size: 1.8vw;
    margin-bottom: 1vw;
  }
  .campaign_box .campaign_step .step_txt p {
    font-size: 1.5vw;
  }
  .campaign_box .campaign_step .step_icon {
    padding-right: 1.5vw;
    padding-top: 2vw;
  }
  .campaign_box .campaign_step .step_icon img {
    max-width: 4.2vw;
  }
  .campaign_box .campaign_kiyaku {
    height: 26vw;
  }
  .campaign_box .campaign_kiyaku .campaign_kiyaku_inner h4 {
    font-size: 1.8vw;
    margin-bottom: 2vw;
  }
  .campaign_box .campaign_kiyaku .campaign_kiyaku_inner p {
    font-size: 1.2vw;
  }
  .campaign_x {
    margin-bottom: 3vw;
  }
  .campaign_x .pic01 {
    width: 13.3vw;
    right: -9vw;
    top: 1vw;
  }
  .campaign_x .pic02 {
    width: 8.8vw;
    left: -5vw;
  }
  .campaign_x .pic03 {
    width: 23.4vw;
    bottom: 2.5vw;
  }
  .campaign_insta .pic01 {
    width: 10.5vw;
    right: -6vw;
    top: 9vw;
  }
  .campaign_insta .pic02 {
    width: 9.2vw;
    left: -4vw;
    bottom: 2vw;
  }
  .campaign_insta .pic03 {
    width: 22vw;
    right: 3vw;
    bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign {
    background: url(../images/bg_campaign_02_sp.png), url(../images/bg_campaign.gif);
    background-position: center top 36.38vw, center;
    background-repeat: no-repeat, repeat;
    background-size: 58vw, 195px;
    padding: 15.63vw 0 17.19vw;
  }
  .campaign_ttl {
    max-width: 69.06vw;
    margin: 0 auto 45.31vw;
  }
  .campaign_txt {
    font-size: 4.06vw;
    letter-spacing: -0.05em;
    line-height: 2.3;
    margin-bottom: 8.44vw;
  }
  .campaign_list {
    flex-direction: column;
    max-width: 68.75vw;
    gap: 10vw;
    margin: 0 auto 15.63vw;
  }
  .campaign_list li {
    max-width: 100%;
  }
  .campaign_list h3 {
    margin-bottom: 3.13vw;
    font-size: 3.13vw;
  }
  .campaign_list h3::before,
  .campaign_list h3::after {
    content: "";
    height: 0.31vw;
    width: 14.06vw;
    transform: translateY(1.56vw);
  }
  .campaign_list h3::before {
    margin-right: 1.56vw;
  }
  .campaign_list h3::after {
    margin-left: 1.56vw;
  }
  .campaign_list h3 em {
    font-size: 4.38vw;
  }
  .campaign_box {
    border-radius: 3.13vw;
    padding: 7.81vw 6% 38.81vw;
  }
  .campaign_box .ttl_wrap01 {
    flex-direction: column;
    gap: 4vw;
    margin-bottom: 9.38vw;
  }
  .campaign_box .ttl_wrap01 h3 {
    max-width: 70.06vw;
  }
  .campaign_box .ttl_wrap01 p {
    font-size: 3.75vw;
  }
  .campaign_box .ttl_wrap02 {
    max-width: 100%;
    flex-direction: column;
    gap: 7.19vw;
  }
  .campaign_box .campaign_step {
    width: 100%;
  }
  .campaign_box .campaign_step li {
    gap: 7.81vw;
    padding-bottom: 4.69vw;
  }
  .campaign_box .campaign_step li + li {
    margin-top: 4.69vw;
  }
  .campaign_box .campaign_step .step_txt h4 {
    font-size: 3.75vw;
    margin-bottom: 2vw;
  }
  .campaign_box .campaign_step .step_txt p {
    font-size: 3.44vw;
  }
  .campaign_box .campaign_step .step_icon {
    padding-right: 0;
    padding-top: 6.25vw;
  }
  .campaign_box .campaign_step .step_icon img {
    max-width: 9.38vw;
  }
  .campaign_box .campaign_kiyaku {
    width: 90%;
    height: 45vw;
    margin: 0 auto;
  }
  .campaign_box .campaign_kiyaku .campaign_kiyaku_inner {
    height: 100%;
  }
  .campaign_box .campaign_kiyaku .campaign_kiyaku_inner h4 {
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
  }
  .campaign_box .campaign_kiyaku .campaign_kiyaku_inner p {
    font-size: 3.13vw;
  }
  .campaign_x {
    margin-bottom: 12.5vw;
  }
  .campaign_x .pic01 {
    width: 18.75vw;
    right: -3vw;
    top: -5vw;
  }
  .campaign_x .pic02 {
    width: 11.88vw;
    left: -3.13vw;
    bottom: auto;
    top: -3.75vw;
  }
  .campaign_x .pic03 {
    width: 29.69vw;
    right: 4.69vw;
    bottom: 3.75vw;
  }
  .campaign_insta .pic01 {
    position: absolute;
    width: 13.81vw;
    right: -3.19vw;
    top: -3.75vw;
    transform: rotate(-30deg);
  }
  .campaign_insta .pic02 {
    position: absolute;
    width: 10.94vw;
    left: -2.19vw;
    bottom: auto;
    top: -5vw;
  }
  .campaign_insta .pic03 {
    position: absolute;
    width: 23.44vw;
    right: 6.88vw;
    bottom: 6.25vw;
  }
}
/*----------------------------------------------------- */
/*  about           */
/*----------------------------------------------------- */
.about_bg {
  background: url(../images/bg_about_02.png), url(../images/bg_contents.gif);
  background-repeat: no-repeat, repeat;
  background-position: center bottom 70px, center;
  background-size: 1050px, 195px;
  padding: 70px 0;
  overflow: hidden;
}

.about_box {
  background: url(../images/bg_about.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1924/956;
  padding: 65px 8%;
  max-width: 95%;
  margin: 0 auto 90px;
}

.about_box h2 {
  max-width: 433px;
  margin-bottom: 30px;
}

.about_wrap {
  display: flex;
  gap: 7%;
}

.about_wrap p {
  flex: 1;
  font-size: 14px;
  color: #522f00;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.about_wrap .pic {
  max-width: 117px;
}

.about_wrap02 {
  max-width: 90%;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
  gap: 8%;
}

.about_wrap02 .contents h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}

.about_wrap02 .contents .link {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.about_wrap02 .txt01 {
  font-size: 14px;
  max-width: 95%;
  margin: 0 auto 10px;
}

.about_wrap02 .note {
  font-size: 14px;
  max-width: 95%;
  margin: 0 auto 10px;
}

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

.about_wrap02 .note li + li {
  margin-top: 20px;
}

.about_wrap02 .txt02 {
  text-align: center;
  margin-bottom: 20px;
}

.about_wrap02 .txt00 {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}

.about_wrap02 .btn {
  display: block;
  border: 1px solid #000;
  border-radius: 100px;
  text-align: center;
  font-size: 15px;
  padding: 15px;
  max-width: 70%;
  margin: 0 auto 20px;
  position: relative;
}

.about_wrap02 .btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}

.about_wrap02 .btn {
  transition: opacity 0.3s ease-in-out;
}

.about_wrap02 .btn:hover {
  opacity: 0.7;
}

.about_wrap02 .txt03 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.copy p {
  font-size: 11px;
}

.copy img {
  max-width: 290px;
}

@media screen and (max-width: 1000px) {
  .about_bg {
    background-position: center bottom 7vw, center;
    background-size: 105vw, 195px;
    padding: 7vw 0;
  }
  .about_box {
    padding: 6.5vw 8%;
    margin: 0 auto 9vw;
  }
  .about_box h2 {
    max-width: 43.3vw;
    margin-bottom: 3vw;
  }
  .about_wrap p {
    font-size: 1.4vw;
  }
  .about_wrap .pic {
    max-width: 11.7vw;
  }
  .about_wrap02 {
    margin: 0 auto 6vw;
  }
  .about_wrap02 .contents h3 {
    font-size: 2.2vw;
    margin-bottom: 1.5vw;
  }
  .about_wrap02 .contents .link {
    font-size: 1.8vw;
    margin-bottom: 2vw;
  }
  .about_wrap02 .txt01 {
    font-size: 1.4vw;
    margin: 0 auto 1vw;
  }
  .about_wrap02 .note {
    font-size: 1.4vw;
    margin: 0 auto 1vw;
  }
  .about_wrap02 .note li + li {
    margin-top: 2vw;
  }
  .about_wrap02 .txt02 {
    font-size: 1.8vw;
    margin-bottom: 2vw;
  }
  .about_wrap02 .btn {
    border: 0.1vw solid #000;
    padding: 1.5vw;
    font-size: 1.6vw;
    margin: 0 auto 2vw;
    width: 90%;
  }
  .about_wrap02 .btn::after {
    margin-top: -0.3vw;
    width: 0.6vw;
    height: 0.6vw;
    border-right: 0.1vw solid #000;
    border-bottom: 0.1vw solid #000;
  }
  .about_wrap02 .txt03 {
    font-size: 2.4vw;
    margin-bottom: 2vw;
  }
  .copy {
    gap: 4vw;
  }
  .copy p {
    font-size: 1.1vw;
  }
  .copy img {
    max-width: 29vw;
  }
}
@media screen and (max-width: 767px) {
  .about_bg {
    background: url(../images/bg_about_02_sp.png), url(../images/bg_contents.gif);
    background-repeat: no-repeat, repeat;
    background-position: center bottom 27vw, center;
    background-size: 95%, 195px;
    padding: 6.88vw 0;
  }
  .about_box {
    background: url(../images/bg_about_sp.png) no-repeat;
    background-size: contain;
    aspect-ratio: 1078/2170;
    padding: 14.06vw 6%;
    max-width: 95%;
    margin: 0 auto 14.06vw;
  }
  .about_box h2 {
    max-width: 63.44vw;
    margin: 0 auto 6.25vw;
  }
  .about_wrap {
    flex-direction: column-reverse;
    gap: 6.25vw;
  }
  .about_wrap p {
    line-height: 1.9;
    font-size: 2.9vw;
  }
  .about_wrap .pic {
    max-width: 16.56vw;
    margin: 0 auto;
  }
  .about_wrap02 {
    max-width: 90%;
    margin: 0 auto 18.75vw;
    flex-direction: column;
    gap: 8vw;
  }
  .about_wrap02 .contents h3 {
    font-size: 4.69vw;
    margin-bottom: 5.31vw;
  }
  .about_wrap02 .contents .link {
    font-size: 3.75vw;
    margin-bottom: 4.69vw;
  }
  .about_wrap02 .txt01 {
    font-size: 3.13vw;
    max-width: 100%;
    margin: 0 auto 3.13vw;
  }
  .about_wrap02 .note {
    font-size: 3.13vw;
    max-width: 100%;
    margin: 0 auto 3.13vw;
  }
  .about_wrap02 .note li + li {
    margin-top: 0;
  }
  .about_wrap02 .txt02 {
    font-size: 3.75vw;
    margin-bottom: 6vw;
  }
  .about_wrap02 .btn {
    font-size: 3.44vw;
    padding: 4.69vw;
    max-width: 73.44vw;
    margin: 0 auto 3.13vw;
  }
  .about_wrap02 .btn::after {
    margin-top: -0.94vw;
    width: 1.88vw;
    height: 1.88vw;
    border-right: 0.31vw solid #000;
    border-bottom: 0.31vw solid #000;
  }
  .about_wrap02 .txt03 {
    font-size: 4.69vw;
    margin-bottom: 3.13vw;
  }
  .copy {
    flex-direction: column;
    gap: 9.38vw;
  }
  .copy p {
    font-size: 2.8vw;
    text-align: center;
  }
  .copy img {
    max-width: 76.56vw;
    margin: 0 auto;
  }
} /*# sourceMappingURL=style.css.map */