@charset "UTF-8";
:root {
  --color-main: #CE2E28;
  --color-black: #52282A;
  --color-link: #5AABE9;
  --color-btn: #CE2E28;
  --color-shadow: #AF221D;
  --color-disabled: #666;
  --color-disabled-shadow: #333;
  --color-red: #CE2E28;
  --color-red-light: #ff4841;
  --color-red-light-thin: #ffe7e7;
  --color-bg-red: #D42F2A;
}

/* ==========================================================================
Reset
========================================================================== */
/* Initialize
========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}

body {
  color: var(--color-black);
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

button {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 1.6em;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 1260px) {
  dd,
  dt,
  td,
  th,
  ol,
  ul,
  p {
    font-size: 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  dd,
  dt,
  td,
  th,
  ol,
  ul,
  p {
    font-size: 3.4666666667vw;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  width: 1060px;
}
@media (max-width: 1260px) {
  .wrap {
    padding-left: 2.380952381vw;
    padding-right: 2.380952381vw;
    width: 84.126984127vw;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sup {
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

html {
  overflow: hidden visible;
  height: 100%;
}

body {
  height: 100%;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

video {
  outline: none;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.text-red {
  color: var(--color-red) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  img.sp,
  br.sp,
  span.sp,
  .sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
  img.pc,
  br.pc {
    display: inline !important;
  }
  th.pc,
  td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
  td.pc,
  span.pc,
  br.pc,
  img.pc,
  .pc {
    display: none !important;
  }
  img.sp,
  br.sp,
  span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* c-btn
========================================================================== */
.c-btn {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 540px;
}
.c-btn > a {
  background-color: var(--color-btn);
  -webkit-box-shadow: 0 6px 0 0 var(--color-shadow);
          box-shadow: 0 6px 0 0 var(--color-shadow);
  border-radius: 200px;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  padding-bottom: 16px;
  padding-top: 14px;
  text-align: center;
  width: 100%;
}
@media (hover: hover) {
  .c-btn > a:hover {
    -webkit-box-shadow: 0 3px 0 0 var(--color-shadow);
            box-shadow: 0 3px 0 0 var(--color-shadow);
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
}
.c-btn.--disabled > a {
  background-color: var(--color-disabled);
  -webkit-box-shadow: 0 6px 0 0 var(--color-disabled-shadow);
          box-shadow: 0 6px 0 0 var(--color-disabled-shadow);
  pointer-events: none;
}
@media (max-width: 1260px) {
  .c-btn {
    font-size: 2.8571428571vw;
    width: 42.8571428571vw;
  }
  .c-btn > a {
    -webkit-box-shadow: 0 0.4761904762vw 0 0 var(--color-shadow);
            box-shadow: 0 0.4761904762vw 0 0 var(--color-shadow);
    margin-bottom: 0.4761904762vw;
    padding-bottom: 1.2698412698vw;
    padding-top: 1.1111111111vw;
  }
}
@media (max-width: 1260px) and (hover: hover) {
  .c-btn > a:hover {
    -webkit-box-shadow: 0 0.2380952381vw 0 0 var(--color-shadow);
            box-shadow: 0 0.2380952381vw 0 0 var(--color-shadow);
  }
}
@media (max-width: 1260px) {
  .c-btn.--disabled > a {
    -webkit-box-shadow: 0 0.4761904762vw 0 0 var(--color-disabled-shadow);
            box-shadow: 0 0.4761904762vw 0 0 var(--color-disabled-shadow);
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 5.3333333333vw;
    width: 72vw;
  }
  .c-btn > a {
    -webkit-box-shadow: 0 0.8vw 0 0 var(--color-shadow);
            box-shadow: 0 0.8vw 0 0 var(--color-shadow);
    margin-bottom: 0.8vw;
    padding-bottom: 2.8vw;
    padding-top: 2.8vw;
  }
  .c-btn.--disabled > a {
    -webkit-box-shadow: 0 0.8vw 0 0 var(--color-disabled-shadow);
            box-shadow: 0 0.8vw 0 0 var(--color-disabled-shadow);
  }
}

/* c-iframe
========================================================================== */
.c-iframe {
  padding-top: 56.25%;
  position: relative;
}
.c-iframe iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-thumb {
  background-color: #fff;
  cursor: pointer;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (hover: hover) {
  .c-thumb:hover img {
    opacity: 0.7;
  }
}
.c-thumb::before {
  background: url(../img/brand/aerial/icon-play.svg) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 114px;
  width: 114px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1260px) {
  .c-thumb::before {
    height: 9.0476190476vw;
    width: 9.0476190476vw;
  }
}

/* swiper-controls
========================================================================== */
.swiper-controls .swiper-button-next,
.swiper-controls .swiper-button-prev {
  background: none;
  border: 0;
  border-radius: 0;
  height: 60px;
  margin: 0;
  padding: 0;
  width: 48px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-controls .swiper-button-next::after,
.swiper-controls .swiper-button-prev::after {
  content: none;
}
.swiper-controls .swiper-button-next::before,
.swiper-controls .swiper-button-prev::before {
  background: url(../img/brand/aerial/icon-arrow.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-controls .swiper-button-prev {
  left: -20px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.swiper-controls .swiper-button-next {
  right: -20px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.swiper-controls .swiper-button-next::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1260px) {
  .swiper-controls .swiper-button-next,
  .swiper-controls .swiper-button-prev {
    height: 4.7619047619vw;
    width: 3.8095238095vw;
  }
  .swiper-controls .swiper-button-prev {
    left: -1.5873015873vw;
  }
  .swiper-controls .swiper-button-next {
    right: -1.5873015873vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-controls .swiper-button-next,
  .swiper-controls .swiper-button-prev {
    height: 8vw;
    width: 6.4vw;
  }
  .swiper-controls .swiper-button-prev {
    left: -4.8vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .swiper-controls .swiper-button-next {
    right: -4.8vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* btnCampaignEntry
========================================================================== */
.btnCampaignEntry {
  width: 219px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.btnCampaignEntry.--comingsoon {
  display: none;
}
.btnCampaignEntry.--disabled::before {
  background-color: rgba(255, 255, 255, 0);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.btnCampaignEntry.--disabled a {
  pointer-events: none;
}
.btnCampaignEntry.--disabled img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  pointer-events: none;
}
.btnCampaignEntry img {
  pointer-events: all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .btnCampaignEntry:hover img {
    -webkit-filter: contrast(125%);
            filter: contrast(125%);
  }
}
@media (max-width: 1260px) {
  .btnCampaignEntry {
    width: 17.380952381vw;
    bottom: 1.5873015873vw;
    right: 1.5873015873vw;
  }
}
@media screen and (max-width: 767px) {
  .btnCampaignEntry {
    width: 110px;
  }
}

/* kv
========================================================================== */
.kv {
  position: relative;
}
.kv img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

/* anchor
========================================================================== */
.anchor {
  background-color: var(--color-bg-red);
  padding-bottom: 32px;
  padding-top: 40px;
}
.anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
}
.anchor ul::after, .anchor ul::before {
  background: no-repeat 50% 50%/100% 100%;
  content: "";
  position: absolute;
}
.anchor ul::before {
  background-image: url(../img/brand/aerial/character_squirrel-nav_img01.webp);
  height: 102px;
  width: 126px;
  left: -45px;
  top: 16px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.anchor ul::after {
  background-image: url(../img/brand/aerial/character_squirrel-nav_img02.webp);
  height: 134px;
  width: 130px;
  bottom: -4px;
  right: -34px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.anchor ul > li > a img {
  height: 152px;
  width: 230px;
  -webkit-transition: none;
  transition: none;
}
@media (hover: hover) {
  .anchor ul > li > a:hover img {
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@media (max-width: 1260px) {
  .anchor {
    padding-bottom: 2.5396825397vw;
    padding-top: 3.1746031746vw;
  }
  .anchor ul {
    gap: 0.6349206349vw 1.9047619048vw;
  }
  .anchor ul::before {
    height: 8.0952380952vw;
    width: 10vw;
    left: -3.5714285714vw;
    top: 1.2698412698vw;
  }
  .anchor ul::after {
    height: 10.6349206349vw;
    width: 10.3174603175vw;
    bottom: -0.3174603175vw;
    right: -2.6984126984vw;
  }
  .anchor ul > li > a img {
    height: 12.0634920635vw;
    width: 18.253968254vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor {
    padding-bottom: 8vw;
    padding-top: 12vw;
  }
  .anchor ul {
    gap: 1.0666666667vw 2.6666666667vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .anchor ul::before {
    height: 16vw;
    width: 19.6vw;
    left: -0.6666666667vw;
    top: -3.2vw;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .anchor ul::after {
    display: none;
    height: 19.7333333333vw;
    width: 19.2vw;
    bottom: -1.6vw;
    right: 3.2vw;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .anchor ul > li > a img {
    height: 20.2666666667vw;
    width: 43.3333333333vw;
  }
}

/* cm
========================================================================== */
.cm {
  background: url(../img/brand/aerial/cm_bg.webp) no-repeat 50% 50%/cover;
  padding-bottom: 120px;
  padding-top: 100px;
  text-align: center;
}
.cm .cm_title {
  margin-bottom: 70px;
}
.cm .cm_box {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px 20px 24px;
  position: relative;
  z-index: 0;
}
.cm .cm_box::after, .cm .cm_box::before {
  background: no-repeat 50% 50%/100% 100%;
  content: "";
  position: absolute;
  z-index: 3;
}
.cm .cm_box::before {
  background-image: url(../img/brand/aerial/character_squirrel-cm_img01.webp);
  height: 132px;
  width: 178px;
  left: -22px;
  top: 5px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.cm .cm_box::after {
  background-image: url(../img/brand/aerial/character_squirrel-cm_img02.webp);
  height: 135px;
  width: 152px;
  bottom: -16px;
  right: 44px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.cm .cm_box p {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0.8em;
}
@media (max-width: 1260px) {
  .cm {
    padding-bottom: 9.5238095238vw;
    padding-top: 7.9365079365vw;
  }
  .cm .cm_title {
    margin-bottom: 5.5555555556vw;
  }
  .cm .cm_title img {
    width: 19.6031746032vw;
  }
  .cm .cm_box {
    border-radius: 1.9047619048vw;
    padding: 1.5873015873vw 1.5873015873vw 1.9047619048vw;
  }
  .cm .cm_box::before {
    height: 10.4761904762vw;
    width: 14.126984127vw;
    left: -1.746031746vw;
    top: 0.3968253968vw;
  }
  .cm .cm_box::after {
    height: 10.7142857143vw;
    width: 12.0634920635vw;
    bottom: -1.2698412698vw;
    right: 3.4920634921vw;
  }
  .cm .cm_box p {
    font-size: 1.9047619048vw;
  }
}
@media screen and (max-width: 767px) {
  .cm {
    background-image: url(../img/brand/aerial/cm_bg-sp.webp);
    padding-bottom: 30.2666666667vw;
    padding-top: 10.6666666667vw;
  }
  .cm .cm_title {
    margin-bottom: 6.6666666667vw;
  }
  .cm .cm_title img {
    width: 32.9333333333vw;
  }
  .cm .cm_box {
    border-radius: 2.1333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 3.2vw;
  }
  .cm .cm_box::before {
    height: 17.6vw;
    width: 23.7333333333vw;
    left: -4vw;
    top: 1.2vw;
  }
  .cm .cm_box::after {
    height: 18vw;
    width: 20.2666666667vw;
    bottom: -5.3333333333vw;
    right: 16.2666666667vw;
  }
  .cm .cm_box p {
    font-size: 3.4666666667vw;
  }
}

/* project
========================================================================== */
.project {
  background: url(../img/brand/aerial/project_bg.webp) no-repeat 50% 50%/cover;
  padding-bottom: 120px;
  padding-top: 100px;
  text-align: center;
}
.project .wrap {
  width: 1200px;
}
.project .project_title {
  margin-bottom: 70px;
}
.project .project_box {
  background-color: #fff;
  border-radius: 24px;
  margin-left: 70px;
  margin-right: 70px;
  padding: 20px 20px 24px;
  position: relative;
  z-index: 0;
}
.project .project_box::before {
  background: no-repeat 50% 50%/100% 100%;
  content: "";
  position: absolute;
}
.project .project_box::before {
  background-image: url(../img/brand/aerial/character_squirrel-project_img.webp);
  height: 140px;
  width: 173px;
  right: 8px;
  top: -35px;
  -webkit-transform: translate(100%, -100%);
      -ms-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
.project .project_box p {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0.8em;
}
.project .project_box .swiper-container {
  overflow: hidden;
}
.project .project_thumb {
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 40px;
  position: relative;
}
.project .project_thumb .swiper-controls {
  display: none;
}
.project .project_thumb .swiper-slide {
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}
.project .project_thumb .swiper-slide img {
  aspect-ratio: 184/103;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1260px) {
  .project {
    padding-bottom: 9.5238095238vw;
    padding-top: 7.9365079365vw;
  }
  .project .project_title {
    margin-bottom: 5.5555555556vw;
  }
  .project .project_title img {
    width: 47.9365079365vw;
  }
  .project .project_box {
    border-radius: 1.9047619048vw;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    padding: 1.5873015873vw 1.5873015873vw 1.9047619048vw;
  }
  .project .project_box::before {
    height: 11.1111111111vw;
    width: 13.7301587302vw;
    right: 0.6349206349vw;
    top: -2.7777777778vw;
  }
  .project .project_box p {
    font-size: 1.9047619048vw;
  }
  .project .project_thumb {
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    margin-top: 3.1746031746vw;
  }
  .project .project_thumb .swiper-slide {
    border-radius: 0.6349206349vw;
  }
}
@media screen and (max-width: 767px) {
  .project {
    background-image: url(../img/brand/aerial/project_bg-sp.webp);
    padding-bottom: 32vw;
    padding-top: 10.6666666667vw;
  }
  .project .project_title {
    margin-bottom: 6.6666666667vw;
  }
  .project .project_title img {
    width: 80.5333333333vw;
  }
  .project .project_box {
    border-radius: 2.1333333333vw;
    margin-left: 0;
    margin-right: 0;
    padding: 2.6666666667vw 2.6666666667vw 3.2vw;
  }
  .project .project_box::before {
    height: 14.5333333333vw;
    width: 18vw;
    right: -0.5333333333vw;
    top: -18.6666666667vw;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .project .project_box p {
    font-size: 3.2vw;
  }
  .project .project_thumb {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .project .project_thumb .swiper-thumbs {
    overflow: hidden;
  }
  .project .project_thumb .swiper-controls {
    display: block;
  }
  .project .project_thumb .swiper-controls .swiper-button-next,
  .project .project_thumb .swiper-controls .swiper-button-prev {
    height: 6.1333333333vw;
    width: 4.8vw;
    top: 50%;
  }
  .project .project_thumb .swiper-controls .swiper-button-prev {
    left: -1.8666666667vw;
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  .project .project_thumb .swiper-controls .swiper-button-next {
    right: -1.8666666667vw;
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .project .project_thumb .swiper-slide {
    border-radius: 1.0666666667vw;
  }
}

/* banner
========================================================================== */
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner a {
  overflow: hidden;
}
.banner a img {
  aspect-ratio: 2936/1420;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner a img {
    aspect-ratio: 750/1097;
  }
}

/* present
========================================================================== */
.present {
  background-color: #fff27e;
  padding-bottom: 120px;
  padding-top: 30px;
  text-align: center;
}
.present .wrap {
  width: 1260px;
  position: relative;
}
.present .present_title {
  margin-bottom: 24px;
}
.present .present_period {
  margin-bottom: 60px;
}
.present .present_period img {
  aspect-ratio: 2000/312;
  width: 1000px;
}
.present .present_list {
  margin-top: 100px;
}
.present .present_list li {
  margin-top: 32px;
  text-align: left;
}
.present .present_list li:first-child {
  margin-top: 0;
}
.present .present_list li img {
  width: 1089px;
}
.present .present_list li:nth-child(1) img {
  aspect-ratio: 2178/896;
}
.present .present_list li:nth-child(2) img {
  aspect-ratio: 2178/788;
}
.present .present_btn {
  margin-top: 140px;
  position: relative;
  z-index: 0;
}
.present .present_btn::before {
  background: url(../img/brand/aerial/character_squirrel-present_img.webp) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 132px;
  width: 254px;
  position: absolute;
  left: 50%;
  top: -100px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.present .present_bg img {
  position: absolute;
  z-index: 0;
}
.present .present_bg img:nth-child(1) {
  height: 202px;
  width: 172px;
  left: 10px;
  top: 67px;
}
.present .present_bg img:nth-child(2) {
  height: 225px;
  width: 202px;
  right: 12px;
  top: 68px;
}
.present .present_bg img:nth-child(3) {
  height: 156px;
  width: 196px;
  left: 50px;
  top: 522px;
}
.present .present_bg img:nth-child(4) {
  height: 160px;
  width: 181px;
  right: 65px;
  top: 526px;
}
@media (max-width: 1260px) {
  .present {
    padding-bottom: 9.5238095238vw;
    padding-top: 2.380952381vw;
  }
  .present .present_title {
    margin-bottom: 1.9047619048vw;
  }
  .present .present_title img {
    width: 54.9206349206vw;
  }
  .present .present_period {
    margin-bottom: 4.7619047619vw;
  }
  .present .present_period img {
    width: 79.3650793651vw;
  }
  .present .present_list {
    margin-top: 7.9365079365vw;
  }
  .present .present_list li {
    margin-top: 2.5396825397vw;
  }
  .present .present_list li img {
    width: 86.4285714286vw;
  }
  .present .present_btn {
    margin-top: 11.1111111111vw;
  }
  .present .present_btn::before {
    height: 10.4761904762vw;
    width: 20.1587301587vw;
    top: -7.9365079365vw;
  }
  .present .present_bg img:nth-child(1) {
    height: 16.0317460317vw;
    width: 13.6507936508vw;
    left: 0.7936507937vw;
    top: 5.3174603175vw;
  }
  .present .present_bg img:nth-child(2) {
    height: 17.8571428571vw;
    width: 16.0317460317vw;
    right: 0.9523809524vw;
    top: 5.3968253968vw;
  }
  .present .present_bg img:nth-child(3) {
    height: 12.380952381vw;
    width: 15.5555555556vw;
    left: 3.9682539683vw;
    top: 41.4285714286vw;
  }
  .present .present_bg img:nth-child(4) {
    height: 12.6984126984vw;
    width: 14.3650793651vw;
    right: 5.1587301587vw;
    top: 41.746031746vw;
  }
}
@media screen and (max-width: 767px) {
  .present {
    padding-bottom: 18.6666666667vw;
    padding-top: 5.3333333333vw;
  }
  .present .present_title {
    margin-bottom: 3.7333333333vw;
  }
  .present .present_title img {
    width: 89.3333333333vw;
  }
  .present .present_period {
    margin-bottom: 8vw;
  }
  .present .present_period img {
    aspect-ratio: 670/204;
    width: 89.3333333333vw;
  }
  .present .present_list {
    margin-top: 10.6666666667vw;
  }
  .present .present_list li {
    margin-left: -3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  .present .present_list li img {
    width: 93.3333333333vw;
  }
  .present .present_list li:nth-child(1) img {
    aspect-ratio: 700/854;
  }
  .present .present_list li:nth-child(2) img {
    aspect-ratio: 700/861;
  }
  .present .present_btn {
    margin-top: 20.6666666667vw;
  }
  .present .present_btn::before {
    height: 17.6vw;
    width: 33.8666666667vw;
    top: -15.2vw;
  }
  .present .present_bg img:nth-child(1) {
    height: 18.5333333333vw;
    width: 15.7333333333vw;
    left: 1.4666666667vw;
    top: -6.8vw;
  }
  .present .present_bg img:nth-child(2) {
    display: none;
  }
  .present .present_bg img:nth-child(3) {
    display: none;
  }
  .present .present_bg img:nth-child(4) {
    height: 17.2vw;
    width: 19.2vw;
    right: 2.9333333333vw;
    top: 21.6vw;
  }
}

/* campaign
========================================================================== */
.campaign {
  background-image: -webkit-repeating-linear-gradient(135deg, #fff9be, #fff9be 100px, #fffbd8 100px, #fffbd8 150px);
  background-image: repeating-linear-gradient(-45deg, #fff9be, #fff9be 100px, #fffbd8 100px, #fffbd8 150px);
  padding-bottom: 120px;
  padding-top: 100px;
  text-align: center;
}
.campaign .campaign_title {
  margin-bottom: 80px;
}
.campaign .campaign_box {
  text-align: left;
  position: relative;
  z-index: 0;
}
.campaign .campaign_box::after, .campaign .campaign_box::before {
  background: no-repeat 0 0/100% 100%;
  content: "";
  position: absolute;
  z-index: -1;
}
.campaign .campaign_box::before {
  background-image: url(../img/brand/aerial/character_squirrel-campaign_img01.webp);
  height: 225px;
  width: 282px;
  right: 218px;
  top: 42px;
  -webkit-transform: translate(100%, -100%);
      -ms-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
.campaign .campaign_box::after {
  background-image: url(../img/brand/aerial/character_squirrel-campaign_img02.webp);
  height: 209px;
  width: 252px;
  bottom: -10px;
  left: 90px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.campaign .campaign_box .campaign_box_inner {
  background-color: #fff;
  border: 4px solid #faaa21;
  border-radius: 20px;
  -webkit-box-shadow: 8px 8px 0 rgba(253, 199, 13, 0.5);
          box-shadow: 8px 8px 0 rgba(253, 199, 13, 0.5);
  padding: 64px 24px 24px;
}
.campaign .campaign_box dl > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-left: 32px;
  padding-right: 32px;
}
.campaign .campaign_box dl > div:last-child {
  margin-bottom: 0;
}
.campaign .campaign_box dl > div dt {
  background-color: var(--color-red);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  width: 220px;
}
.campaign .campaign_box dl > div dd {
  -ms-flex-item-align: center;
      align-self: center;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5555555556;
}
.campaign .campaign_box dl > div dd a {
  text-decoration: underline;
}
@media (hover: hover) {
  .campaign .campaign_box dl > div dd a:hover {
    text-decoration: none;
  }
}
.campaign .campaign_box dl > div dd p {
  line-height: inherit;
  margin-bottom: 1.5em;
}
.campaign .campaign_box dl > div dd p:last-child {
  margin-bottom: 0;
}
.campaign .campaign_box dl > div.campaign_contact {
  background-color: #fff27e;
  border-radius: 8px;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-top: 32px;
}
.campaign .campaign_box dl > div.campaign_contact p {
  font-size: 24px;
  font-weight: 700;
}
.campaign .campaign_box dl > div.campaign_contact a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid var(--color-btn);
  border-radius: 100px;
  color: var(--color-btn);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px 24px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.campaign .campaign_box dl > div.campaign_contact a::before {
  background: url(../img/brand/aerial/icon-mail.svg) no-repeat 0 0/100% 100%;
  content: "";
  height: 38px;
  width: 38px;
}
@media (hover: hover) {
  .campaign .campaign_box dl > div.campaign_contact a:hover {
    background-color: var(--color-red-light-thin);
  }
}
.campaign .campaign_btn {
  margin-top: 170px;
  position: relative;
  z-index: 0;
}
.campaign .campaign_btn::before {
  background: url(../img/brand/aerial/character_squirrel-campaign_img03.webp) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 134px;
  width: 224px;
  position: absolute;
  left: 50%;
  top: -123px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1260px) {
  .campaign {
    background-image: -webkit-repeating-linear-gradient(135deg, #fff9be, #fff9be 7.9365079365vw, #fffbd8 7.9365079365vw, #fffbd8 11.9047619048vw);
    background-image: repeating-linear-gradient(-45deg, #fff9be, #fff9be 7.9365079365vw, #fffbd8 7.9365079365vw, #fffbd8 11.9047619048vw);
    padding-bottom: 9.5238095238vw;
    padding-top: 7.9365079365vw;
  }
  .campaign .campaign_title {
    margin-bottom: 6.3492063492vw;
  }
  .campaign .campaign_title img {
    width: 38.8095238095vw;
  }
  .campaign .campaign_box::before {
    height: 17.8571428571vw;
    width: 22.380952381vw;
    right: 17.3015873016vw;
    top: 3.3333333333vw;
  }
  .campaign .campaign_box::after {
    height: 16.5873015873vw;
    width: 20vw;
    bottom: -0.7936507937vw;
    left: 7.1428571429vw;
  }
  .campaign .campaign_box .campaign_box_inner {
    border-width: 0.3174603175vw;
    border-radius: 1.5873015873vw;
    -webkit-box-shadow: 0.6349206349vw 0.6349206349vw 0 rgba(253, 199, 13, 0.5);
            box-shadow: 0.6349206349vw 0.6349206349vw 0 rgba(253, 199, 13, 0.5);
    padding: 5.0793650794vw 1.9047619048vw 1.9047619048vw;
  }
  .campaign .campaign_box dl > div {
    gap: 1.5873015873vw;
    margin-bottom: 2.380952381vw;
    padding-left: 2.5396825397vw;
    padding-right: 2.5396825397vw;
  }
  .campaign .campaign_box dl > div dt {
    font-size: 1.5873015873vw;
    padding-bottom: 0.3968253968vw;
    padding-top: 0.3968253968vw;
    width: 17.4603174603vw;
  }
  .campaign .campaign_box dl > div dd {
    font-size: 1.4285714286vw;
  }
  .campaign .campaign_box dl > div.campaign_contact {
    border-radius: 0.6349206349vw;
    margin-top: 3.1746031746vw;
    padding-bottom: 3.1746031746vw;
    padding-top: 2.5396825397vw;
  }
  .campaign .campaign_box dl > div.campaign_contact p {
    font-size: 1.9047619048vw;
  }
  .campaign .campaign_box dl > div.campaign_contact a {
    gap: 0 0.7936507937vw;
    font-size: 2.380952381vw;
    padding: 0.9523809524vw 1.9047619048vw;
  }
  .campaign .campaign_box dl > div.campaign_contact a::before {
    height: 3.0158730159vw;
    width: 3.0158730159vw;
  }
  .campaign .campaign_btn {
    margin-top: 13.4920634921vw;
  }
  .campaign .campaign_btn::before {
    height: 10.6349206349vw;
    width: 17.7777777778vw;
    top: -9.7619047619vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign {
    background-image: -webkit-repeating-linear-gradient(135deg, #fff9be, #fff9be 11.3333333333vw, #fffbd8 11.3333333333vw, #fffbd8 18.6666666667vw);
    background-image: repeating-linear-gradient(-45deg, #fff9be, #fff9be 11.3333333333vw, #fffbd8 11.3333333333vw, #fffbd8 18.6666666667vw);
    padding-bottom: 18.6666666667vw;
    padding-top: 10.6666666667vw;
  }
  .campaign .campaign_title {
    margin-bottom: 6.6666666667vw;
    text-align: left;
  }
  .campaign .campaign_title img {
    width: 65.2vw;
  }
  .campaign .campaign_box::before {
    height: 21.0666666667vw;
    width: 26.4vw;
    right: -3.0666666667vw;
    top: 2vw;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: -1;
  }
  .campaign .campaign_box::after {
    content: none;
  }
  .campaign .campaign_box .campaign_box_inner {
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw 0 rgba(253, 199, 13, 0.5);
            box-shadow: 1.0666666667vw 1.0666666667vw 0 rgba(253, 199, 13, 0.5);
    padding: 8.5333333333vw 4.8vw 4.8vw;
  }
  .campaign .campaign_box dl > div {
    display: block;
    margin-bottom: 6.6666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
  .campaign .campaign_box dl > div dt {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
    padding-bottom: 0.6666666667vw;
    padding-top: 0.6666666667vw;
    width: auto;
  }
  .campaign .campaign_box dl > div dd {
    font-size: 3.4666666667vw;
  }
  .campaign .campaign_box dl > div.campaign_contact {
    border-radius: 1.0666666667vw;
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
  .campaign .campaign_box dl > div.campaign_contact p {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
  .campaign .campaign_box dl > div.campaign_contact a {
    gap: 0 2.6666666667vw;
    font-size: 4vw;
    padding: 2vw 4.2666666667vw;
  }
  .campaign .campaign_box dl > div.campaign_contact a::before {
    height: 5.8666666667vw;
    width: 5.8666666667vw;
  }
  .campaign .campaign_btn {
    margin-top: 24vw;
  }
  .campaign .campaign_btn::before {
    height: 17.8666666667vw;
    width: 29.8666666667vw;
    top: -16.4vw;
  }
}

/* target
========================================================================== */
.target {
  background: -webkit-radial-gradient(#fffeef, #fff27e);
  background: radial-gradient(#fffeef, #fff27e);
  padding-bottom: 120px;
  padding-top: 100px;
  text-align: center;
  position: relative;
}
.target::before {
  aspect-ratio: 1000/128;
  background: url(../img/brand/aerial/target-title_bg.webp) no-repeat 50% 50%;
  background-size: 100% 100%;
  content: "";
  display: block;
  max-width: 100%;
  pointer-events: none;
  width: 1000px;
  position: absolute;
  left: 50%;
  top: 70px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.target .target_title {
  margin-bottom: 80px;
}
.target .target_list {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 700;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.target .target_list li {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 24px 20px;
  width: 235px;
}
.target .target_list li figure {
  margin-bottom: 20px;
}
.target .target_list li img {
  -webkit-filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.16));
}
.target .target_list li:nth-child(1) img {
  aspect-ratio: 341/457;
}
.target .target_list li:nth-child(2) img {
  aspect-ratio: 337/457;
}
.target .target_list li:nth-child(3) img {
  aspect-ratio: 338/457;
}
.target .target_list li:nth-child(4) img {
  aspect-ratio: 334/457;
}
.target .target_btn {
  margin-top: 165px;
  position: relative;
  z-index: 0;
}
.target .target_btn::before {
  background: url(../img/brand/aerial/character_squirrel-target_img.webp) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 147px;
  width: 177px;
  position: absolute;
  left: 50%;
  top: -147px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1260px) {
  .target {
    padding-bottom: 9.5238095238vw;
    padding-top: 7.9365079365vw;
  }
  .target::before {
    width: 79.3650793651vw;
    top: 5.5555555556vw;
  }
  .target .target_title {
    margin-bottom: 6.3492063492vw;
  }
  .target .target_title img {
    width: 23.0158730159vw;
  }
  .target .target_list {
    font-size: 1.1111111111vw;
    gap: 1.5873015873vw;
    margin-bottom: 1.5873015873vw;
  }
  .target .target_list li {
    border-radius: 1.2698412698vw;
    padding: 2.5396825397vw 1.9047619048vw 1.5873015873vw;
    width: 18.6507936508vw;
  }
  .target .target_list li figure {
    margin-bottom: 1.5873015873vw;
  }
  .target .target_list li img {
    -webkit-filter: drop-shadow(0 0.4761904762vw 0.4761904762vw rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0.4761904762vw 0.4761904762vw rgba(0, 0, 0, 0.16));
  }
  .target .target_btn {
    margin-top: 13.0952380952vw;
  }
  .target .target_btn::before {
    height: 11.6666666667vw;
    width: 14.0476190476vw;
    top: -11.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .target {
    padding-bottom: 18.6666666667vw;
    padding-top: 10.6666666667vw;
  }
  .target::before {
    background-image: url(../img/brand/aerial/target-title_bg-sp.webp);
    width: 89.3333333333vw;
    top: 11.6vw;
  }
  .target .target_title {
    margin-bottom: 6.6666666667vw;
  }
  .target .target_title img {
    width: 38.6666666667vw;
  }
  .target .target_list {
    display: grid;
    font-size: 2.9333333333vw;
    gap: 2.6666666667vw;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 4vw;
  }
  .target .target_list li {
    border-radius: 2.1333333333vw;
    padding: 5.3333333333vw 1.3333333333vw 2.6666666667vw;
    width: auto;
  }
  .target .target_list li figure {
    margin-bottom: 2.6666666667vw;
  }
  .target .target_list li img {
    -webkit-filter: drop-shadow(0 0.8vw 0.8vw rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0.8vw 0.8vw rgba(0, 0, 0, 0.16));
    width: 22.4vw;
  }
  .target .target_btn {
    margin-top: 19.6vw;
  }
  .target .target_btn::before {
    height: 19.6vw;
    width: 23.6vw;
    top: -17.3333333333vw;
  }
}

/* howto
========================================================================== */
.howto {
  background-color: #faaa21;
  background-image: -webkit-radial-gradient(circle, #fbbb4e 5px, transparent 5px);
  background-image: radial-gradient(circle, #fbbb4e 5px, transparent 5px);
  background-position: 0 0;
  background-size: 30px 30px;
  padding-bottom: 130px;
  padding-top: 150px;
}
.howto .howto_title {
  margin-bottom: 90px;
  text-align: center;
}
.howto .howto_content {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 8px 8px 0 rgba(233, 132, 0, 0.5);
          box-shadow: 8px 8px 0 rgba(233, 132, 0, 0.5);
  color: #000;
  padding: 60px;
}
.howto .howto_content h3 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667;
  margin-bottom: 26px;
  text-align: center;
}
.howto .howto_content h3 strong {
  color: var(--color-red);
}
.howto .howto_box {
  margin-bottom: 80px;
}
.howto .howto_box:last-child {
  margin-bottom: 0;
}
.howto .howto_flow {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-reset: ol;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.howto .howto_flow > li {
  counter-increment: ol;
  width: 260px;
}
.howto .howto_flow > li .howto_flow_box::before {
  content: counter(ol, decimal-leading-zero);
  color: #f38525;
  display: block;
  font-family: "dinosaur";
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.howto .howto_flow > li p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  margin-bottom: 30px;
  min-height: 3em;
}
.howto .howto_flow > li img {
  aspect-ratio: 1/1;
}
.howto .howto_caution {
  margin-top: 40px;
  text-align: center;
}
.howto .howto_attention {
  border: 1px solid #f38525;
  border-radius: 10px 10px 0 0;
  margin-top: 80px;
  overflow: hidden;
}
.howto .howto_attention h4 {
  background-color: #f38525;
  color: #fff;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  padding: 6px 0;
  text-align: center;
}
.howto .howto_attention > ul {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  padding: 20px;
}
.howto .howto_attention > ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.howto .howto_attention .howto_attention_box {
  background-color: #fff9e6;
  border-radius: 10px;
  margin: 0 20px 20px;
  padding: 20px;
}
.howto .howto_attention .howto_attention_box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.howto .howto_attention .howto_attention_box > ul img {
  aspect-ratio: 294/520;
}
.howto .howto_picture p {
  font-weight: 400;
}
.howto .howto_picture figure {
  margin-top: 40px;
  text-align: center;
}
.howto .howto_picture figure img {
  aspect-ratio: 1470/1066;
  width: 735px;
}
.howto .howto_btn {
  margin-top: 140px;
  position: relative;
  z-index: 0;
}
.howto .howto_btn::before {
  background: url(../img/brand/aerial/character_squirrel-howto_img.webp) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 144px;
  width: 215px;
  position: absolute;
  left: 50%;
  top: -96px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1260px) {
  .howto {
    background-image: -webkit-radial-gradient(circle, #fbbb4e 0.3968253968vw, transparent 0.3968253968vw);
    background-image: radial-gradient(circle, #fbbb4e 0.3968253968vw, transparent 0.3968253968vw);
    background-size: 2.380952381vw 2.380952381vw;
    padding-bottom: 10.3174603175vw;
    padding-top: 11.9047619048vw;
  }
  .howto .howto_title {
    margin-bottom: 7.1428571429vw;
  }
  .howto .howto_title img {
    width: 22.7777777778vw;
  }
  .howto .howto_content {
    border-radius: 1.5873015873vw;
    -webkit-box-shadow: 0.6349206349vw 0.6349206349vw 0 rgba(233, 132, 0, 0.5);
            box-shadow: 0.6349206349vw 0.6349206349vw 0 rgba(233, 132, 0, 0.5);
    padding: 4.7619047619vw;
  }
  .howto .howto_content h3 {
    font-size: 2.380952381vw;
    margin-bottom: 2.0634920635vw;
  }
  .howto .howto_box {
    margin-bottom: 6.3492063492vw;
  }
  .howto .howto_flow {
    gap: 0 3.9682539683vw;
  }
  .howto .howto_flow > li {
    width: 20.6349206349vw;
  }
  .howto .howto_flow > li .howto_flow_box::before {
    font-size: 5.5555555556vw;
    margin-bottom: 1.5873015873vw;
  }
  .howto .howto_flow > li p {
    font-size: 1.4285714286vw;
    margin-bottom: 2.380952381vw;
  }
  .howto .howto_caution {
    margin-top: 3.1746031746vw;
  }
  .howto .howto_attention {
    border-radius: 0.7936507937vw 0.7936507937vw 0 0;
    margin-top: 6.3492063492vw;
  }
  .howto .howto_attention h4 {
    font-size: 2.0634920635vw;
    padding: 0.4761904762vw 0;
  }
  .howto .howto_attention > ul {
    font-size: 1.1111111111vw;
    padding: 1.5873015873vw;
  }
  .howto .howto_attention .howto_attention_box {
    border-radius: 0.7936507937vw;
    margin: 0 1.5873015873vw 1.5873015873vw;
    padding: 1.5873015873vw;
  }
  .howto .howto_attention .howto_attention_box > ul {
    gap: 1.4285714286vw;
  }
  .howto .howto_picture figure {
    margin-top: 3.1746031746vw;
  }
  .howto .howto_picture figure img {
    width: 58.3333333333vw;
  }
  .howto .howto_btn {
    margin-top: 11.1111111111vw;
  }
  .howto .howto_btn::before {
    height: 11.4285714286vw;
    width: 17.0634920635vw;
    top: -7.619047619vw;
  }
}
@media screen and (max-width: 767px) {
  .howto {
    background-image: -webkit-radial-gradient(circle, #fbbb4e 0.6666666667vw, transparent 0.6666666667vw);
    background-image: radial-gradient(circle, #fbbb4e 0.6666666667vw, transparent 0.6666666667vw);
    background-size: 4vw 4vw;
    padding-bottom: 20vw;
    padding-top: 10.6666666667vw;
  }
  .howto .wrap {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
  .howto .howto_title {
    margin-bottom: 12vw;
  }
  .howto .howto_title img {
    width: 38.2666666667vw;
  }
  .howto .howto_content {
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw 0 rgba(233, 132, 0, 0.5);
            box-shadow: 1.0666666667vw 1.0666666667vw 0 rgba(233, 132, 0, 0.5);
    padding: 5.3333333333vw;
  }
  .howto .howto_content h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .howto .howto_box {
    margin-bottom: 13.3333333333vw;
  }
  .howto .howto_flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw 0;
  }
  .howto .howto_flow > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0 4.2666666667vw;
    width: auto;
  }
  .howto .howto_flow > li .howto_flow_box {
    text-align: left;
  }
  .howto .howto_flow > li .howto_flow_box::before {
    font-size: 10.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .howto .howto_flow > li p {
    font-size: 4.2666666667vw;
    margin-bottom: 0;
  }
  .howto .howto_flow > li figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 34.6666666667vw;
  }
  .howto .howto_caution {
    margin-top: 5.3333333333vw;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
  .howto .howto_attention {
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    margin-top: 8vw;
  }
  .howto .howto_attention h4 {
    font-size: 5.3333333333vw;
    padding: 0.8vw 0;
  }
  .howto .howto_attention > ul {
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw;
  }
  .howto .howto_attention .howto_attention_box {
    border-radius: 1.3333333333vw;
    margin: 0 2.6666666667vw 2.6666666667vw;
    padding: 2.6666666667vw;
  }
  .howto .howto_attention .howto_attention_box > ul {
    gap: 5.6vw 7.4666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .howto .howto_attention .howto_attention_box > ul li {
    width: 19.2vw;
  }
  .howto .howto_picture figure {
    margin-top: 5.3333333333vw;
  }
  .howto .howto_picture figure img {
    aspect-ratio: 610/1104;
    width: 81.3333333333vw;
  }
  .howto .howto_btn {
    margin-top: 18.6666666667vw;
  }
  .howto .howto_btn::before {
    height: 19.2vw;
    width: 28.6666666667vw;
    top: -12.8vw;
  }
}

/* character
========================================================================== */
.character {
  background-color: #ffdd67;
  background-image: -webkit-radial-gradient(circle, #ffe17a 8px, transparent 8px);
  background-image: radial-gradient(circle, #ffe17a 8px, transparent 8px);
  background-position: 0 0;
  background-size: 30px 30px;
  padding-top: 140px;
  position: relative;
  z-index: 1;
}
.character .wrap {
  position: relative;
}
.character .wrap::before {
  background: url(../img/brand/aerial/character-intro_star_bg.webp) no-repeat 50% 0;
  background-size: 100%;
  content: "";
  height: 902px;
  pointer-events: none;
  width: 1111px;
  position: absolute;
  left: -40px;
  top: 0;
}
.character .character_title {
  margin-bottom: 80px;
  text-align: center;
}
.character .character_box {
  padding-bottom: 160px;
}
.character .character_box .character_box_text {
  background: url(../img/brand/aerial/character-intro_text_bg.webp) no-repeat 50% 0;
  background-size: 100% auto;
  color: #000;
  max-width: 100%;
  margin-left: auto;
  height: 663px;
  padding-left: 295px;
  padding-top: 95px;
  width: 825px;
  position: relative;
}
.character .character_box .character_box_text .character_box_text_title {
  color: #215ac4;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 30px;
}
.character .character_box .character_box_text p {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 2;
}
.character .character_box .character_box_bg03,
.character .character_box .character_box_bg02 {
  position: absolute;
}
.character .character_box .character_box_bg02 {
  bottom: 48px;
  left: 80px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.character .character_box .character_box_bg02 img {
  width: 268px;
}
.character .character_box .character_box_bg03 {
  bottom: -40px;
  right: -131px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.character .character_box .character_box_bg03 img {
  width: 191px;
}
.character .character_box_text_bg_squirrel {
  height: 652px;
  pointer-events: none;
  width: 681px;
  position: absolute;
  left: -206px;
  top: 55px;
}
.character .character_box_text_bg_aerial {
  height: 170px;
  width: 276px;
  position: absolute;
  right: 12px;
  top: 455px;
}
@media (max-width: 1260px) {
  .character {
    background-image: -webkit-radial-gradient(circle, #ffe17a 0.6349206349vw, transparent 0.6349206349vw);
    background-image: radial-gradient(circle, #ffe17a 0.6349206349vw, transparent 0.6349206349vw);
    background-size: 2.380952381vw 2.380952381vw;
    padding-top: 11.1111111111vw;
  }
  .character .wrap::before {
    height: 71.5873015873vw;
    width: 88.1746031746vw;
    left: -3.1746031746vw;
  }
  .character .character_title {
    margin-bottom: 6.3492063492vw;
  }
  .character .character_title img {
    width: 44.4444444444vw;
  }
  .character .character_box {
    padding-bottom: 12.6984126984vw;
  }
  .character .character_box .character_box_text {
    height: 52.619047619vw;
    padding-left: 23.4126984127vw;
    padding-top: 7.5396825397vw;
    width: 65.4761904762vw;
  }
  .character .character_box .character_box_text .character_box_text_title {
    font-size: 4.126984127vw;
    margin-bottom: 2.380952381vw;
  }
  .character .character_box .character_box_text p {
    font-size: 1.5873015873vw;
  }
  .character .character_box .character_box_bg02 {
    bottom: 3.8095238095vw;
    left: 6.3492063492vw;
  }
  .character .character_box .character_box_bg02 img {
    width: 21.2698412698vw;
  }
  .character .character_box .character_box_bg03 {
    bottom: -3.1746031746vw;
    right: -10.3968253968vw;
  }
  .character .character_box .character_box_bg03 img {
    width: 15.1587301587vw;
  }
  .character .character_box_text_bg_squirrel {
    height: 51.746031746vw;
    width: 54.0476190476vw;
    left: -16.3492063492vw;
    top: 4.3650793651vw;
  }
  .character .character_box_text_bg_aerial {
    height: 13.4920634921vw;
    width: 21.9047619048vw;
    right: 0.9523809524vw;
    top: 36.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .character {
    background-image: -webkit-radial-gradient(circle, #ffe17a 1.0666666667vw, transparent 1.0666666667vw);
    background-image: radial-gradient(circle, #ffe17a 1.0666666667vw, transparent 1.0666666667vw);
    background-size: 4vw 4vw;
    padding-top: 10.6666666667vw;
  }
  .character .wrap::before {
    background-image: url(../img/brand/aerial/character-intro_star_bg-sp.webp);
    height: 26.2666666667vw;
    width: 90vw;
    left: 50%;
    top: -5.0666666667vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .character .character_title {
    margin-bottom: 6.6666666667vw;
  }
  .character .character_title img {
    width: 74.6666666667vw;
  }
  .character .character_box {
    padding-bottom: 25.3333333333vw;
  }
  .character .character_box .character_box_text {
    height: 71.7333333333vw;
    padding-left: 16vw;
    padding-right: 10.6666666667vw;
    padding-top: 12.6666666667vw;
    width: 89.3333333333vw;
  }
  .character .character_box .character_box_text .character_box_text_title {
    font-size: 6.9333333333vw;
    margin-bottom: 4vw;
  }
  .character .character_box .character_box_text p {
    font-size: 3.2vw;
  }
  .character .character_box .character_box_bg03,
  .character .character_box .character_box_bg02 {
    display: none;
  }
  .character .character_box_text_bg_squirrel {
    height: 85.7333333333vw;
    width: 83.4666666667vw;
    left: 5.3333333333vw;
    top: 0.6666666667vw;
  }
  .character .character_box_text_bg_aerial {
    height: 23.4666666667vw;
    width: 30.5333333333vw;
    right: -3.3333333333vw;
    top: 52vw;
  }
}

/* manga
========================================================================== */
.manga {
  background: url(../img/brand/aerial/manga-title_bg.webp) no-repeat -webkit-calc(50% + 50px) 48px;
  background: url(../img/brand/aerial/manga-title_bg.webp) no-repeat calc(50% + 50px) 48px;
  background-size: 1245px auto;
  background-color: #fff9be;
  overflow: hidden;
  padding-bottom: 140px;
  position: relative;
  z-index: 0;
}
.manga .wrap {
  padding-top: 120px;
  position: relative;
}
.manga .wrap::after, .manga .wrap::before {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  position: absolute;
}
.manga .wrap::before {
  background-image: url(../img/brand/aerial/character_squirrel-manga_img02.webp);
  height: 223px;
  width: 190px;
  right: 86px;
  top: 72px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.manga .wrap::after {
  background-image: url(../img/brand/aerial/character_squirrel-manga_img01.webp);
  height: 144px;
  width: 179px;
  left: 66px;
  top: 171px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.manga .manga_title {
  margin-bottom: 40px;
  text-align: center;
}
.manga .manga_lead {
  margin-bottom: 100px;
  text-align: center;
}
.manga .manga_slide {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.manga .manga_slide:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.manga .manga_slide .manga_slide_list {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 24px;
}
.manga .manga_slide .manga_slide_list .swiper-slide {
  width: 315px;
}
.manga .manga_slide .manga_slide_list .swiper-slide img {
  aspect-ratio: 630/990;
}
.manga .manga_slide .manga_num {
  background-color: #f38525;
  border-radius: 200px;
  color: #fff;
  display: table;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin: 24px auto 0;
  padding: 3px 16px 8px;
}
.manga .manga_slide .manga_num b {
  font-size: 1.4285714286em;
}
.manga .manga_slide p {
  font-weight: 700;
  margin-top: 14px;
}
@media (max-width: 1260px) {
  .manga {
    background-position: -webkit-calc(50% + 3.9682539683vw) 3.8095238095vw;
    background-position: calc(50% + 3.9682539683vw) 3.8095238095vw;
    background-size: 98.8095238095vw auto;
    padding-bottom: 11.1111111111vw;
  }
  .manga .wrap {
    padding-top: 9.5238095238vw;
  }
  .manga .wrap::before {
    height: 17.6984126984vw;
    width: 15.0793650794vw;
    right: 6.8253968254vw;
    top: 5.7142857143vw;
  }
  .manga .wrap::after {
    height: 11.4285714286vw;
    width: 14.2063492063vw;
    left: 5.2380952381vw;
    top: 13.5714285714vw;
  }
  .manga .manga_title {
    margin-bottom: 3.1746031746vw;
  }
  .manga .manga_title img {
    width: 36.3492063492vw;
  }
  .manga .manga_lead {
    margin-bottom: 7.9365079365vw;
  }
  .manga .manga_slide .manga_slide_list {
    font-size: 1.9047619048vw;
  }
  .manga .manga_slide .manga_slide_list .swiper-slide {
    width: 25vw;
  }
  .manga .manga_slide .manga_num {
    font-size: 2.2222222222vw;
    margin-top: 1.9047619048vw;
    padding: 0.2380952381vw 1.2698412698vw 0.6349206349vw;
  }
  .manga .manga_slide p {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .manga {
    background-image: url(../img/brand/aerial/manga-title_bg-sp.webp);
    background-position: -webkit-calc(50% + 3.2vw) 4.2666666667vw;
    background-position: calc(50% + 3.2vw) 4.2666666667vw;
    background-size: 92.4vw auto;
    padding-bottom: 18.6666666667vw;
  }
  .manga .wrap {
    padding-top: 16vw;
  }
  .manga .wrap::after, .manga .wrap::before {
    content: none;
  }
  .manga .manga_title {
    margin-bottom: 5.3333333333vw;
  }
  .manga .manga_title img {
    width: 61.0666666667vw;
  }
  .manga .manga_lead {
    font-size: 4.2666666667vw;
    font-weight: 700;
    margin-bottom: 9.3333333333vw;
    padding-bottom: 25.3333333333vw;
    position: relative;
    z-index: 0;
  }
  .manga .manga_lead::after, .manga .manga_lead::before {
    background: no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  .manga .manga_lead::before {
    background-image: url(../img/brand/aerial/character_squirrel-manga_img01.webp);
    height: 19.2vw;
    width: 23.8666666667vw;
    left: 22.9333333333vw;
  }
  .manga .manga_lead::after {
    background-image: url(../img/brand/aerial/character_squirrel-manga_img02.webp);
    height: 23.6vw;
    width: 20.1333333333vw;
    right: 19.7333333333vw;
  }
  .manga .manga_slide {
    position: relative;
  }
  .manga .manga_slide .swiper-button-next,
  .manga .manga_slide .swiper-button-prev {
    height: 8vw;
    width: 6.4vw;
    top: 28.8vw;
  }
  .manga .manga_slide .swiper-button-prev {
    left: 10.6666666667vw;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .manga .manga_slide .swiper-button-next {
    right: 10.6666666667vw;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .manga .manga_slide .manga_slide_list {
    font-size: 3.2vw;
  }
  .manga .manga_slide .manga_slide_list .swiper-slide {
    width: 42vw;
  }
  .manga .manga_slide .manga_num {
    font-size: 3.7333333333vw;
    margin-top: 3.2vw;
    padding: 0.4vw 2.1333333333vw 1.0666666667vw;
  }
  .manga .manga_slide p {
    margin-top: 1.8666666667vw;
  }
}

/* products
========================================================================== */
.products {
  background-color: var(--color-red);
  padding-bottom: 30px;
  padding-top: 110px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.products .wrap {
  width: 1400px;
}
.products .products_bg {
  pointer-events: none;
  width: 1394px;
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.products .products_title {
  margin-bottom: 70px;
}
.products .products_lead {
  margin-bottom: 70px;
}
.products .products_catch {
  max-width: 100%;
  margin: 0 auto 40px;
  width: 1140px;
}
.products .products_catch img {
  aspect-ratio: 2313/434;
}
.products .products_list li:nth-child(1) img {
  aspect-ratio: 2774/1284;
}
.products .products_list li:nth-child(2) img {
  aspect-ratio: 2823/1283;
}
.products .products_list li:nth-child(3) img {
  aspect-ratio: 2813/1283;
}
.products .products_list li:nth-child(4) img {
  aspect-ratio: 2830/1281;
}
@media (max-width: 1400px) {
  .products {
    padding-bottom: 2.1428571429vw;
    padding-top: 7.8571428571vw;
  }
  .products .wrap {
    width: 100vw;
  }
  .products .products_bg {
    width: 99.5714285714vw;
    top: -1.4285714286vw;
  }
  .products .products_title {
    margin-bottom: 5vw;
  }
  .products .products_title img {
    width: 20.8571428571vw;
  }
  .products .products_lead {
    margin-bottom: 5vw;
  }
  .products .products_lead img {
    width: 69.6428571429vw;
  }
  .products .products_catch {
    margin-bottom: 2.8571428571vw;
    width: 81.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .products {
    padding-bottom: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
  .products .wrap {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .products .products_bg {
    width: 92vw;
    top: 5.3333333333vw;
  }
  .products .products_title {
    margin-bottom: 5.3333333333vw;
  }
  .products .products_title img {
    width: 38.9333333333vw;
  }
  .products .products_lead {
    margin-bottom: 6.6666666667vw;
  }
  .products .products_lead img {
    width: 72.1333333333vw;
  }
  .products .products_catch {
    margin-bottom: 5.3333333333vw;
    width: auto;
  }
  .products .products_catch img {
    aspect-ratio: 736/303;
    width: 98.1333333333vw;
  }
  .products .products_list li {
    margin-bottom: 4.2666666667vw;
  }
  .products .products_list li:last-child {
    margin-bottom: 0;
  }
  .products .products_list li:nth-child(1) img {
    aspect-ratio: 750/535;
  }
  .products .products_list li:nth-child(2) img {
    aspect-ratio: 750/535;
  }
  .products .products_list li:nth-child(3) img {
    aspect-ratio: 750/535;
  }
  .products .products_list li:nth-child(4) img {
    aspect-ratio: 750/535;
  }
}

/* ==========================================================================
   layout
========================================================================== */
/* body
========================================================================== */
body {
  background-color: var(--color-bg);
}

.l-container {
  overflow: hidden hidden;
  width: 100%;
}

/* l-header
========================================================================== */
.l-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.l-header .l-header_logo {
  width: 348px;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 25px;
    padding: 0 5px;
  }
  .l-header .l-header_logo {
    width: 95px;
  }
}

/* footer
========================================================================== */
footer .footer__container {
  margin: 0 auto;
  padding: 50px 0 40px;
  width: 1000px;
  font-size: 0;
}

footer .footer__container .footer__logo {
  margin: 0 auto;
  display: block;
  width: 350px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

footer .footer__container .footer__logo:hover {
  opacity: 0.7;
}

footer .footer__container .footer__logo img {
  max-width: 100%;
}

footer .footer__container .footer__nav {
  margin-top: 39px;
  font-size: 0;
}

footer .footer__container .footer__nav a {
  color: var(--color-black);
}

footer .footer__container .footer__nav:after, footer .footer__container .footer__nav:before {
  content: "";
  background-image: none;
  display: table;
}

footer .footer__container .footer__nav:after {
  clear: both;
}

footer .footer__container .footer__nav .footer__navItem {
  float: left;
  position: relative;
  padding: 0 34px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

footer .footer__container .footer__nav .footer__navItem:hover {
  opacity: 0.7;
}

footer .footer__container .footer__nav .footer__navItem:first-child:before {
  display: none;
}

footer .footer__container .footer__nav .footer__navItem:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 1px;
  background-color: #e5e5e5;
}

footer .footer__container .footer__sns {
  margin: 0 auto;
  margin-top: 38px;
  width: 222px;
  display: block;
}

footer .footer__container .footer__sns .footer__snsItem {
  margin-left: 45px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

footer .footer__container .footer__sns .footer__snsItem:hover {
  opacity: 0.7;
}

footer .footer__container .footer__sns .footer__snsItem:first-child {
  margin-left: 0;
}

footer .footer__container .footer__sns .footer__snsItem img {
  max-width: 100%;
}

footer .footer__copyright {
  background: #E30B20;
  padding: 20px 0;
}

footer .footer__copyright p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer .footer__container {
    margin: 0 auto;
    padding: 20px 0;
    width: 94%;
    font-size: 0;
  }
  footer .footer__container .footer__logo {
    width: 200px;
  }
  footer .footer__container .footer__nav {
    margin-top: 3px;
    font-size: 0;
  }
  footer .footer__container .footer__nav:after, footer .footer__container .footer__nav:before {
    content: "";
    background-image: none;
    display: table;
  }
  footer .footer__container .footer__nav:after {
    clear: both;
  }
  footer .footer__container .footer__nav .footer__navItem {
    margin: 0 auto;
    display: block;
    float: none;
    position: relative;
    padding: 13px 0;
    font-size: 12px;
    width: 100%;
    border-bottom: 1px solid #F8F9F2;
  }
  footer .footer__container .footer__nav .footer__navItem:first-child:before {
    display: none;
  }
  footer .footer__container .footer__nav .footer__navItem:before {
    display: none;
  }
  footer .footer__container .footer__sns {
    margin-top: 20px;
    width: 179px;
  }
  footer .footer__container .footer__sns .footer__snsItem {
    margin-left: 25px;
  }
  footer .footer__copyright {
    background: #E30B20;
    padding: 10px 0;
  }
  footer .footer__copyright p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1.78;
  }
}