@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000;
  font-size: 13px;
  line-height: 1.38;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  body.wrap {
    overflow: visible;
  }
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
:root {
  --oddBg: #fff;
  --evenBg: #FCF5ED;
  --mainColor: #C7682B;
  --subColor: #CC990F;
}

/* アクセシビリティ */
img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none !important;
  }
}

.Zen_Kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.dm_sans {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  header {
    display: none;
  }
}
header .header_inner {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.menu {
  --menu-width: 40px;
  --menu-height: 40px;
  --menu-bar-color: #3C3C3C;
  --menu-bar-width: 21px;
  --menu-bar-height: 1px;
  --menu-bar-gap: 3px;
  display: block;
  width: var(--menu-width);
  height: var(--menu-height);
  background: url(../img/menu_bg.png) no-repeat center/100%;
  position: absolute;
  top: 25px;
  right: 14px;
  z-index: 2000;
}
.menu .icon {
  display: block;
  width: var(--menu-bar-width);
  height: var(--menu-bar-height);
  position: absolute;
  top: 50%;
  left: calc((var(--menu-width) - var(--menu-bar-width)) / 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .icon::before, .menu .icon::after {
  content: "";
  height: var(--menu-bar-height);
  background: var(--menu-bar-color);
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
}
.menu .icon::before {
  width: var(--menu-bar-width);
  top: calc(-1 * var(--menu-bar-gap));
}
.menu .icon::after {
  width: calc(var(--menu-bar-width) / 1.3);
  bottom: calc(-1 * var(--menu-bar-gap));
}
.menu .icon.active::before {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  top: 0;
}
.menu .icon.active::after {
  width: var(--menu-bar-width);
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  bottom: 0;
}

/* グローバルナビゲーション */
#gnav {
  display: block;
  background: url(../img/gnav_bg.jpg) no-repeat center/cover;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  float: none;
  width: 100%;
  max-height: 100vh;
  padding: 64px 0 105px;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#gnav.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#gnav > div {
  width: min(100%, 260px);
  margin: 0 auto;
}
#gnav .ttl_wrap {
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 53px;
}
#gnav .ttl_wrap .vol {
  width: 30.74px;
  height: 15.48px;
  margin-bottom: 8px;
  font-size: 7px;
}
#gnav .ttl_wrap .ttl {
  font-size: 25px;
}
#gnav .ttl_wrap .ttl span {
  font-size: 14px;
}
#gnav ul {
  display: block;
  margin-bottom: 52px;
}
#gnav ul li {
  width: 100%;
  max-width: 100%;
  height: auto;
  text-indent: 0;
}
#gnav ul li:not(:last-child) {
  margin-bottom: 30px;
}
#gnav ul li a {
  display: block;
  text-decoration: none;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
#gnav ul li a:hover {
  text-decoration: none;
}
#gnav .icon_ig {
  margin: 13px auto 0;
  width: 90px;
  color: var(--subColor);
}

.ttl_wrap {
  font-family: "DM Sans", sans-serif;
}
.ttl_wrap .vol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 7px;
  text-align: center;
}
.ttl_wrap .ttl {
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
}
.ttl_wrap .ttl span {
  display: block;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1;
}

/* ▼▼▼ mv
===================================== */
.mv_area {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv_area {
    height: 100vh;
  }
}

.mv {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mv {
    max-width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    will-change: width;
    -webkit-transition: width 1.5s ease;
    transition: width 1.5s ease;
  }
  .mv.active {
    width: calc((100% - max(25vw, 426px)) / 2);
    height: 100%;
  }
  .mv.active .mv_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 65px 0 100px;
    width: 100%;
    height: 100%;
  }
  .mv.active .pc_nav {
    margin-top: 50px;
  }
}
.mv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 34px 0 62px;
  height: auto;
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  .mv_inner {
    padding: 20px 10px 50px;
    margin: 0 auto;
  }
}
.mv .ttl_wrap {
  margin: 0 auto 20px;
}
.mv .ttl_wrap .vol {
  width: 43.3px;
  height: 21.8px;
  margin-bottom: 6px;
  font-size: 10px;
}
.mv .ttl_wrap .ttl {
  font-size: 36px;
}
.mv .ttl_wrap .ttl span {
  font-size: 21px;
}
.mv .pc_nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv .pc_nav li:not(:last-child) {
    margin-bottom: 29px;
  }
  .mv .pc_nav li.current a {
    opacity: 1;
  }
  .mv .pc_nav li.current a span {
    opacity: 1;
  }
  .mv .pc_nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 24px;
    font-weight: 500;
    opacity: 0.5;
    line-height: 1.3;
  }
  .mv .pc_nav li a span {
    opacity: 0;
    width: 68px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 10px;
    font-family: "DM Sans", sans-serif;
    font-weight: normal;
    position: relative;
    top: 10px;
  }
  .mv .pc_nav li a span::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #fff;
    margin-right: 10px;
  }
  .mv .pc_nav li a:hover {
    opacity: 1;
  }
  .mv .pc_nav li a:hover span {
    opacity: 1;
  }
}

.loop_txt {
  width: 822.03px;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
  pointer-events: none;
}
.loop_txt svg {
  width: 100%;
  height: calc(100% + 30vw);
}
.loop_txt textPath {
  font-size: 439%;
  fill: #fff;
  font-family: "Lato", sans-serif;
}
.loop_txt tspan.thin {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .loop_txt {
    width: max(110vw, 1502px);
    position: fixed;
  }
  .loop_txt svg {
    height: calc(100% + 20vh);
  }
  .loop_txt svg textPath {
    font-size: 219%;
  }
}

.mv_wrap {
  width: 76vw;
  aspect-ratio: 1/1.5;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv_wrap {
    width: 404px;
    min-height: 605px;
  }
}
.mv_wrap .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scale: 1.05;
  z-index: 1;
  width: 100%;
}
.mv_wrap .item:not(.next) {
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mv_wrap .item.active {
  z-index: 3;
}
.mv_wrap .item.next {
  width: 100%;
  -webkit-animation: scale 1s ease-in-out forwards;
          animation: scale 1s ease-in-out forwards;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 2;
}

@-webkit-keyframes loopMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loopMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes shrink {
  0% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@keyframes shrink {
  0% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  font-weight: 500;
  z-index: 3;
}
#main::before {
  content: "";
  background: url(../img/sp_bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #main::before {
    background: url(../img/pc_bg.jpg) no-repeat center/cover;
  }
}

.main_container {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .main_container {
    width: 426px;
    padding-top: 80vh;
    margin: 0 auto;
  }
}

.menu_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .menu_fixed {
    position: relative;
    width: auto;
    height: auto;
  }
}

.sect_ttl {
  margin-bottom: 16px;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}

.txt_center {
  text-align: center;
}

.read {
  margin-bottom: 34px;
  line-height: 1.69;
  letter-spacing: -0.06em;
}

.icon_ig {
  display: block;
  background: url(../img/icon_ig.png) no-repeat center top 20px/30px, #fff;
  border-radius: 50%;
  padding-top: 55px;
  aspect-ratio: 1/1;
  font-size: 10px;
  text-align: center;
}

section {
  padding: 45px 35px 75px;
}

.container {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 345px;
    margin: 0 auto;
  }
}

.pick_num {
  text-align: center;
}
.pick_num path.line {
  stroke: #3C3C3C;
}
.pick_num .num textPath {
  position: relative;
  width: 300px;
  height: 150px;
  margin: 50px auto;
  color: #3C3C3C;
  font-size: 9px;
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.item:not(:last-of-type) {
  margin-bottom: 55px;
}
.item .img, .item .video {
  margin-bottom: 15px;
}
.item .img img {
  width: 100%;
}
.item .video video {
  width: 100%;
}
.item .brand {
  margin-bottom: 6px;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.item .name {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.item .float_wrap {
  margin-bottom: 6px;
  overflow: hidden;
}
.item .float_wrap .name {
  display: inline;
}
.item .float_wrap .campaign_link {
  display: inline;
  float: right;
  -webkit-transform: translatey(-2px);
          transform: translatey(-2px);
}
.item .float_wrap .campaign_link img {
  width: 22.49px;
}
.item .float_wrap .campaign_link:hover {
  opacity: 1;
  background: url(../img/icon_present_over.svg) no-repeat center bottom/22.49px;
}
.item .float_wrap .campaign_link:hover img {
  opacity: 0;
}
.item .data {
  margin-bottom: 16px;
  font-weight: bold;
}
.item .txt {
  font-weight: normal;
}
.item .voice {
  border-top: 1px solid #898989;
  border-right: 1px solid #898989;
  padding: 15px 24px 0 0;
  margin-top: 35px;
  position: relative;
}
.item .voice::before, .item .voice::after {
  position: absolute;
}
.item .voice::before {
  content: "";
  background-image: url(../img/voice_line.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 59px;
  height: 14px;
  top: -14px;
  left: 0;
}
.item .voice::after {
  content: "Staff Voice";
  padding: 0 0 6px 6px;
  color: #898989;
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1;
  top: -8px;
  right: -2px;
}
.item .notes {
  font-size: 11px;
  margin-top: 14px;
  font-weight: normal;
}
.item .shop_link a {
  border: 1px solid #E8E8E8;
  height: 26px;
  margin-top: 14px;
  line-height: 23px;
  padding: 0 20px;
  color: #898989;
  font-size: 11px;
}
.item .shop_link a:hover {
  opacity: 1;
  color: #fff;
}

.animate_num.js-animate {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.8s ease, transform 0.5s ease;
  transition: opacity 0.8s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.animate_num.js-animate.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadeIn.js-animate {
  opacity: 0;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1s ease;
  transition: opacity 1.5s ease, -webkit-transform 1s ease;
  transition: opacity 1.5s ease, transform 1s ease;
  transition: opacity 1.5s ease, transform 1s ease, -webkit-transform 1s ease;
}
.fadeIn.js-animate.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ▼▼▼ intro
===================================== */
#intro {
  background: var(--oddBg);
  padding-bottom: 30px;
  color: #3C3C3C;
}
#intro h2 {
  margin-bottom: 28px;
  font-size: 26px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#intro h2 span {
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.08em;
}
#intro .read {
  margin-bottom: 63px;
  letter-spacing: -0.02em;
}
#intro .campaign {
  background: url(../img/campaign_img.svg) no-repeat center top/auto;
  padding-top: 53px;
  margin-top: 10px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#intro .campaign::before, #intro .campaign::after {
  content: "";
  display: block;
  background: currentColor;
  height: 23px;
  width: 1px;
}
#intro .campaign::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#intro .campaign::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.btn {
  margin-top: 19px;
}
.btn a:hover {
  opacity: 1;
  background: url(../img/btn_over.svg) no-repeat center/contain;
}
.btn a:hover img {
  opacity: 0;
}

.anchor_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 -20px 57px;
}
.anchor_list li {
  padding: 0 10px;
}
.anchor_list li .pick_num {
  margin-bottom: 5px;
}
.anchor_list li:not(:last-child) {
  border-right: 1px solid #DBC495;
}
.anchor_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anchor_list li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #3C3C3C transparent transparent transparent;
}
.anchor_list li a p {
  margin: 15px 0 10px;
  letter-spacing: -0.04em;
  text-align: center;
}

.img_change {
  max-width: 74px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .img_change {
    max-width: 84.07px;
  }
}
.img_change > div:not(:first-of-type) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ▼▼▼ pick01
===================================== */
#pick01, #pick03 {
  background: var(--oddBg);
}
#pick01 .pick_num path.line, #pick03 .pick_num path.line {
  stroke: var(--mainColor);
}
#pick01 .pick_num .num textPath, #pick03 .pick_num .num textPath {
  fill: var(--mainColor);
}
#pick01 .sect_ttl, #pick01 .read, #pick01 .voice, #pick03 .sect_ttl, #pick03 .read, #pick03 .voice {
  color: var(--mainColor);
}
#pick01 .item .voice::before, #pick01 .item .voice::after, #pick03 .item .voice::before, #pick03 .item .voice::after {
  background-color: var(--oddBg);
}
#pick01 .shop_link a:hover, #pick03 .shop_link a:hover {
  background: var(--mainColor);
  border-color: var(--mainColor);
}

#pick02 {
  background: var(--evenBg);
}
#pick02 .pick_num path.line {
  stroke: var(--subColor);
}
#pick02 .pick_num .num textPath {
  fill: var(--subColor);
}
#pick02 .sect_ttl, #pick02 .read, #pick02 .voice {
  color: var(--subColor);
}
#pick02 .item .voice::before, #pick02 .item .voice::after {
  background-color: var(--evenBg);
}
#pick02 .shop_link a:hover {
  background: var(--subColor);
  border-color: var(--subColor);
}

/* ▼▼▼ campaign
===================================== */
#campaign {
  background: var(--mainColor);
  padding-bottom: 55px;
}
#campaign h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
}
#campaign h2 span {
  display: block;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}
#campaign .box {
  background: linear-gradient(180deg, transparent 0%, transparent 81px, #fff 81px, #fff 100%);
  padding: 60px 22px 50px;
  margin-bottom: 68px;
  position: relative;
  z-index: 1;
}
#campaign .box::before {
  content: "";
  background: url(../img/box_bg.svg) no-repeat center top/100% 100%;
  width: 100%;
  height: 82px;
  height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#campaign .box h3 {
  margin-bottom: 10px;
  color: var(--mainColor);
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
#campaign .box .date {
  margin-bottom: 15px;
  color: var(--mainColor);
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  text-align: center;
}
#campaign .box .date em {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
}
#campaign .box .date span {
  font-weight: 600;
  padding-left: 0.2em;
}
#campaign .box .read {
  background: url(../img/icon_present.svg) no-repeat center top/35px;
  padding-top: 45px;
  margin-bottom: 30px;
  text-align: center;
}
#campaign .box .detail_ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
#campaign .box .detail_ttl::before {
  content: "";
  border-top: 1px solid #000;
  width: 177px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}
#campaign .box .detail_ttl span {
  background: #fff;
  display: inline-block;
  padding: 0 13px;
  text-align: center;
  letter-spacing: 0.02em;
}
#campaign .box dl dt, #campaign .box dl dd {
  text-align: center;
}
#campaign .box dl dt {
  margin-top: 20px;
  color: var(--mainColor);
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#campaign .box dl dd {
  margin-top: 5px;
  letter-spacing: -0.04em;
}

.notes_list {
  color: #fff;
}
.notes_list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 10px;
}
.notes_list li:not(:last-child) {
  margin-bottom: 3px;
}

/* ▼▼▼ フッター
===================================== */
footer {
  background: var(--mainColor);
  padding: 0 35px 15px;
  font-family: "Lato", sans-serif;
}
footer .icon_ig {
  padding-top: 55px;
  margin: 10px auto 24px;
  width: 88px;
  color: var(--mainColor);
}

#copyright {
  margin-top: 38px;
  color: #fff;
  font-size: 9px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-family: "Noto Sans JP", sans-serif;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3px;
  padding-left: 3px;
  width: 54px;
  height: 26px;
  border-radius: 50%;
  background: var(--mainColor);
  border: 1px solid currentColor;
  color: #fff;
  font-size: 10px;
  font-family: "Lato", sans-serif;
  bottom: 30px;
  right: 14px;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
.pagetop::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 6px 3px;
  border-color: transparent transparent currentColor transparent;
}
@media screen and (min-width: 768px) {
  .pagetop {
    background: none;
    gap: 0 4.2px;
    padding-left: 4.2px;
    width: 75.6px;
    height: 36.4px;
    font-size: 14px;
    right: 20px;
  }
  .pagetop::after {
    border-width: 0 4.2px 8.4px 4.2px;
  }
}

/* ▼▼▼ 404
====================================================== */
#not_found {
  padding: 100px 20px 60px;
}
@media screen and (min-width: 768px) {
  #not_found {
    padding: 8vw 20px;
  }
}
#not_found p {
  font-size: 14px;
  text-align: center;
}
#not_found p.arial {
  margin-bottom: 10px;
  font-size: 39px;
  font-family: "Arial", "メイリオ";
}
@media screen and (min-width: 768px) {
  #not_found p.arial {
    margin-bottom: 10px;
    font-size: 42px;
  }
}
#not_found p.arial + p {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #not_found p.arial + p {
    font-size: 18px;
  }
}
#not_found p.txt {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #not_found p.txt {
    line-height: 1.9;
  }
}
#not_found .top_btn a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #ccc;
}