@charset "UTF-8";
/* ------------------------------------------- SASS Information
 Name:      app.scss
 Author:    #$WEB_AUTHOR
 Info:      #$WEB_SITE_NAME
 TODO ローカル開発サーバー起動時、本番サイトをビルド時に
      $WEB_AUTHOR、$WEB_SITE_NAMEを持ってこれるよう調整
----------------------------------------------------------- */
/* -----------------------------------------------------------
  COMMON: config
----------------------------------------------------------- */
/* ------------------------------------------- SASS Information
 Name:      _reset.scss
----------------------------------------------------------- */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html {
  box-sizing: border-box;
}

*, *:after, *:before {
  box-sizing: inherit;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  all: unset;
  display: revert;
  cursor: revert;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
}

img {
  border-style: none;
  vertical-align: bottom;
}

img, video {
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

input::-webkit-search-decoration {
  display: none;
}
input:focus {
  outline-offset: -2px;
}

select::-ms-expand {
  display: none;
}
select::-webkit-search-decoration {
  display: none;
}
select:focus {
  outline-offset: -2px;
}

button {
  background-color: transparent;
}

textarea {
  resize: none;
}
textarea::-webkit-search-decoration {
  display: none;
}
textarea:focus {
  outline-offset: -2px;
}

input, select, button, textarea {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

/* -----------------------------------------------------------
  STYLES: components
----------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* -----------------------------------------------------------
  STYLES: layouts
----------------------------------------------------------- */
/* ------------------------------------------- SASS Information
 Name:      layouts/_default.scss
----------------------------------------------------------- */
body {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}
@media print {
  body {
    width: 1280px;
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}

main {
  flex: 1;
}

a {
  color: #000;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: normal;
}

.linkLine {
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
  .u-pc {
    display: block;
  }
  .m-underLine {
    display: inline-block;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.05em;
    position: relative;
  }
  .m-underLine::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: 8px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none !important;
  }
  .m-underLine {
    display: inline-block;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: -0.05em;
    position: relative;
  }
  .m-underLine::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media print {
  img {
    display: none !important;
  }
  video {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .campaign-stepList {
    margin-top: 16px;
  }
  .campaign-stepList .campaign-stepListItem {
    display: flex;
  }
  .campaign-stepList .campaign-stepListItem:not(:first-of-type) {
    margin-top: 6px;
  }
  .campaign-stepTitle {
    background-color: #FF554D;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 7.5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-wrap: break-word;
  }
  .campaign-stepDetail {
    border: solid 1px #FF554D;
    background-color: #fff;
    width: 92.5%;
    box-sizing: border-box;
    padding: 8px 16px 10px;
  }
  .campaign-stepDetail .campaign-stepText {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
  }
  .campaign-stepDetail .campaign-stepText .campaign-stepHash {
    border-bottom: solid 1px #000;
  }
  .campaign-stepDetail .campaign-snsBtn {
    margin-top: 10px;
    border: solid 1px #000;
    border-radius: 30px;
    text-align: center;
    max-width: 264px;
  }
  .campaign-stepDetail .campaign-snsBtn a {
    display: block;
    padding: 8px 0 4px;
  }
  .campaign-stepDetail .campaign-snsBtn rect,
  .campaign-stepDetail .campaign-snsBtn path {
    transition: fill 1s, stroke 1s;
  }
  .campaign-stepDetail .campaign-snsBtn:hover {
    background-color: #000;
  }
  .campaign-stepDetail .campaign-snsBtn:hover path {
    fill: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-stepList {
    margin-top: 4.2666666667vw;
  }
  .campaign-stepList .campaign-stepListItem {
    display: flex;
  }
  .campaign-stepList .campaign-stepListItem:not(:first-of-type) {
    margin-top: 1.6vw;
  }
  .campaign-stepTitle {
    background-color: #FF554D;
    color: #fff;
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: bold;
    width: 11.4666666667vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-wrap: break-word;
  }
  .campaign-stepDetail {
    border: solid 1px #FF554D;
    background-color: #fff;
    width: 75.7333333333vw;
    box-sizing: border-box;
    padding: 2.1333333333vw;
    padding: 2.1333333333vw 1.6vw;
    padding: 2.1333333333vw 1.6vw 2.1333333333vw;
    padding: 2.1333333333vw 1.6vw 2.1333333333vw 1.6vw;
  }
  .campaign-stepDetail .campaign-stepText {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .campaign-stepDetail .campaign-stepText .campaign-stepHash {
    border-bottom: solid 1px #000;
    margin-right: 1.0666666667vw;
  }
  .campaign-stepDetail .campaign-snsBtn {
    margin-top: 2.6666666667vw;
    border: solid 1px #000;
    border-radius: 8vw;
    text-align: center;
    width: 53.3333333333vw;
  }
  .campaign-stepDetail .campaign-snsBtn.m-instagram {
    width: 58.9333333333vw;
  }
  .campaign-stepDetail .campaign-snsBtn a {
    display: block;
    padding: 1.4666666667vw;
    padding: 1.4666666667vw 0vw;
    padding: 1.4666666667vw 0vw 0.8vw;
    padding: 1.4666666667vw 0vw 0.8vw 0vw;
    line-height: 1;
  }
  .campaign-stepDetail .campaign-snsBtn .snsBtn-X {
    width: 44.8vw;
  }
  .campaign-stepDetail .campaign-snsBtn .snsBtn-Instagram {
    width: 50.4vw;
  }
}
/* ------------------------------------------- SASS Information
 Name:      layouts/_content.scss
----------------------------------------------------------- *//* ------------------------------------------- SASS Information
	Name:      /components/header
	----------------------------------------------------------- */
body.js-fix {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .header-wrapper #section-header {
    padding: 15px 2.4%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-wrapper #section-header .header-logo a {
    display: block;
  }
  .header-wrapper #section-header .header-menuBtn {
    position: relative;
    width: 44px;
    height: 24px;
    cursor: pointer;
  }
  .header-wrapper #section-header .header-menuBtn .header-menuBtnBar {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: all 0.3s ease;
  }
  .header-wrapper #section-header .header-menuBtn .header-menuBtnBar:first-of-type {
    top: 0;
  }
  .header-wrapper #section-header .header-menuBtn .header-menuBtnBar:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header-wrapper #section-header .header-menuBtn .header-menuBtnBar:last-of-type {
    bottom: 0;
  }
  .header-wrapper .header-menu .header-menuList {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 118px 0 60px;
    transition: all 0.3s;
  }
  .header-wrapper .header-menu .header-menuList .header-menuListItem {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.05em;
  }
  .header-wrapper .header-menu .header-menuList .header-menuListItem:not(:first-of-type) {
    margin-top: 24px;
  }
  .header-wrapper .header-menu .header-menuList .header-menuListItem a {
    display: inline-block;
  }
  .header-wrapper.js-open #section-header {
    border-bottom: solid 1px #000;
  }
  .header-wrapper.js-open #section-header .header-menuBtn .header-menuBtnBar:first-of-type {
    transform: translateY(10px) rotate(-30deg);
  }
  .header-wrapper.js-open #section-header .header-menuBtn .header-menuBtnBar:nth-of-type(2) {
    display: none;
  }
  .header-wrapper.js-open #section-header .header-menuBtn .header-menuBtnBar:last-of-type {
    transform: translateY(-9px) rotate(30deg);
  }
  .header-wrapper.js-open .header-menu .header-menuList {
    top: 0;
  }
  .header-wrapper.js-open .header-menuCover {
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100vw;
    height: 100vh;
    background: #C8C8C8;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrapper #section-header {
    padding: 4.5333333333vw;
    padding: 4.5333333333vw 4vw;
    padding: 4.5333333333vw 4vw 4.5333333333vw;
    padding: 4.5333333333vw 4vw 4.5333333333vw 4vw;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-wrapper #section-header .header-logo {
    width: 34.1333333333vw;
  }
  .header-wrapper #section-header .header-logo a {
    display: block;
  }
  .header-wrapper #section-header .header-menuBtn {
    position: relative;
    width: 5.3333333333vw;
    height: 3.7333333333vw;
  }
  .header-wrapper #section-header .header-menuBtn .header-menuBtnBar {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
  }
  .header-wrapper #section-header .header-menuBtn .header-menuBtnBar:first-of-type {
    top: 0;
  }
  .header-wrapper #section-header .header-menuBtn .header-menuBtnBar:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header-wrapper #section-header .header-menuBtn .header-menuBtnBar:last-of-type {
    bottom: 0;
  }
  .header-wrapper .header-menu .header-menuList {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    overflow: auto;
    background-color: #fff;
    padding: 24vw;
    padding: 24vw 6.6666666667vw;
    padding: 24vw 6.6666666667vw 10.6666666667vw;
    padding: 24vw 6.6666666667vw 10.6666666667vw 6.6666666667vw;
    transform: translateY(-100%);
    transition: all 0.3s;
  }
  .header-wrapper .header-menu .header-menuList .header-menuListItem {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.05em;
  }
  .header-wrapper .header-menu .header-menuList .header-menuListItem:not(:first-of-type) {
    margin-top: 4.2666666667vw;
  }
  .header-wrapper .header-menu .header-menuList .header-menuListItem a {
    display: inline-block;
  }
  .header-wrapper.js-open #section-header {
    border-bottom: solid 1px #000;
  }
  .header-wrapper.js-open #section-header .header-menuBtn .header-menuBtnBar:first-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
  }
  .header-wrapper.js-open #section-header .header-menuBtn .header-menuBtnBar:nth-of-type(2) {
    display: none;
  }
  .header-wrapper.js-open #section-header .header-menuBtn .header-menuBtnBar:last-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
  }
  .header-wrapper.js-open .header-menu .header-menuList {
    transform: translateY(0);
  }
  .header-wrapper.js-open .header-menuCover {
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100vw;
    height: 100vh;
    background: #C8C8C8;
  }
}#section-footer[data-astro-cid-sz7xmlte] .footer_logo[data-astro-cid-sz7xmlte]{width:100px}@media print,screen and (min-width: 768px){#section-footer[data-astro-cid-sz7xmlte] .footer_logo[data-astro-cid-sz7xmlte]{width:100px}}@media only screen and (max-width: 767px){#section-footer[data-astro-cid-sz7xmlte] .footer_logo[data-astro-cid-sz7xmlte]{width:26.6666666667vw}}