@charset "UTF-8";
/* CSS Document */
div.fda-campaigns {
  background: #fff;
  /*
  overflow: auto;
  scroll-snap-type: y mandatory;
*/
}
div.fda-campaigns section.logo-campaign {
  /*  height: calc(66.66vh - 7.3rem);*/
  /*  min-height: 20.0rem;*/
}
div.fda-campaigns section.logo-campaign div.logo {
  padding-top: 5rem;
  padding-bottom: 0;
}
div.fda-campaigns section.logo-campaign div.logo img {
  opacity: 0;
  width: 100%;
  max-width: 36.0rem;
  margin-left: auto;
  margin-right: auto;
  /* */
  animation: zoomOutLogo;
  animation-duration: 0.5s;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  /* */
}
div.fda-campaigns section.logo-campaign div.logo img.lead {
  opacity: 0;
  animation: zoomOutLogo;
  animation-duration: 0.5s;
  animation-delay: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  display: block;
  margin-bottom: 0.5rem;
}
@keyframes zoomOutLogo {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  div.fda-campaigns section.logo-campaign {
    display: none;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns div.pc-size-display-background {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 7.3rem);
}
div.fda-campaigns div.pc-size-display-background:before {
  height: 100vh;
  width: 2rem;
  background: url("../img/background-yellow.png");
  background-size: 1.2rem 2.3rem;
  background-repeat: repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: 10000;
  pointer-events: none;
}
div.fda-campaigns div.pc-size-display-background:after {
  height: 100vh;
  width: 2rem;
  background: url("../img/background-yellow.png");
  background-size: 1.2rem 2.3rem;
  background-repeat: repeat;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  z-index: 10000;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  div.fda-campaigns div.pc-size-display-background:before {
    display: none;
  }
  div.fda-campaigns div.pc-size-display-background:after {
    display: none;
  }
}
div.fda-campaigns div.pc-size-display-background div.logo-campaign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 5vw;
  z-index: 10000;
  width: 20vw;
  transition: 0.25s all;
}
div.fda-campaigns div.pc-size-display-background div.scroll-links {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: calc(50% + 30vw);
  z-index: 10000;
  transition: 0.25s all;
}
div.fda-campaigns div.pc-size-display-background div.scroll-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  div.fda-campaigns div.pc-size-display-background div.logo-campaign {
    opacity: 0;
  }
  div.fda-campaigns div.pc-size-display-background div.scroll-links {
    opacity: 0;
  }
}
div.fda-campaigns div.pc-size-display-background div.scroll-links ul li a {
  width: 15vw;
  display: block;
  transition: 0.25s all;
}
div.fda-campaigns div.pc-size-display-background div.scroll-links ul li a:hover {
  opacity: 0.75;
}
div.fda-campaigns div.pc-size-display-background div.visuals {
  position: absolute;
  overflow: hidden;
}
div.fda-campaigns div.pc-size-display-background div.visuals:before {
  background: url("../img/background-black.png");
  background-size: 0.6rem 1.15rem;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  mix-blend-mode: multiply;
  z-index: 1000;
}
div.fda-campaigns div.pc-size-display-background div.visuals > img.key-visual {
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: auto;
  min-width: 100%;
  min-height: auto;
  max-width: inherit;
*/
  object-fit: cover;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
}
div.fda-campaigns div.pc-size-display-background div.visuals div.visuals-cover {
  width: 100%;
  height: 100%;
  position: absolute;
}
div.fda-campaigns div.pc-size-display-background div.visuals > div.visuals-cover > img.key-visual {
  animation: slideShow;
  animation-duration: 10s;
  /* animation-delay: 5s; */
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  object-fit: cover;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
}
@keyframes slideShow {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div.fda-campaigns div.pc-size-display-background div.top-left {
  top: 0;
  left: 0;
  width: calc((100vw - (100vw - 100%) - 46rem) / 2); /* deviation -2rem */
  height: calc(50vh - 3.65rem);
}
div.fda-campaigns div.pc-size-display-background div.top-right {
  top: 0;
  right: 0;
  width: calc((100vw - (100vw - 100%) - 46rem) / 2); /* deviation -2rem  */
  height: calc(50vh - 3.65rem);
}
div.fda-campaigns div.pc-size-display-background div.bottom-left {
  bottom: 0;
  left: 0;
  width: calc((100vw - (100vw - 100%) - 46rem) / 2); /* deviation -2rem  */
  height: calc(50vh - 3.65rem);
}
div.fda-campaigns div.pc-size-display-background div.bottom-right {
  bottom: 0;
  right: 0;
  width: calc((100vw - (100vw - 100%) - 46rem) / 2); /* deviation -2rem  */
  height: calc(50vh - 3.65rem);
}
div.fda-campaigns div.pc-size-display-background img.area-name {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
  max-width: 4rem;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.gtranslate_wrapper {
  display: none;
}
div.fda-campaigns img {
  display: block;
  max-width: 100%
}
div.fda-campaigns div.opening {
  display: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  div.fda-campaigns div.opening {
    display: block;
    width: 100%;
    height: 100vh;
    background: url("../img/background-yellow.png");
    background-size: 1.2rem 2.3rem;
    background-repeat: repeat;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
  }
  div.fda-campaigns div.opening div.logo-wrapper {
    width: 80vw;
    height: 80vw;
    position: absolute;
    top: 40%; /* */
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    display: block;
  }
  div.fda-campaigns div.opening div.logo-wrapper div.bg {
    width: 100%;
    height: 100%;
    display: block;
  }
  div.fda-campaigns div.opening.active {
    animation: shutter;
    animation-duration: 1s;
    animation-delay: 4s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
}
@keyframes shutter {
  0% {
    transform: scale(1);
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
  }
  75% {
    transform: scale(1);
    height: 100vh;
    width: 2rem;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    height: 100vh;
    width: 2rem;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
  }
}
div.fda-campaigns div.opening.active div.logo-wrapper div.bg {
  animation: fadeOut;
  animation-duration: 1.5s;
  animation-delay: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
div.fda-campaigns div.opening div.logo-wrapper div.plane {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  display: block;
  color: #fff;
  z-index: 1000000;
}
div.fda-campaigns div.opening.active div.logo-wrapper div.plane {
  animation: zoomOut;
  animation-duration: 5s;
  animation-delay: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(2);
  }
}
header {
  z-index: 100000000;
}
header, div.post-opening {
  opacity: 0;
  animation: fadeIn;
  animation-duration: 1.0s;
  animation-delay: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  header, div.post-opening {
    animation-delay: 2s;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns section.key-visual div.term {
  position: relative;
  z-index: 10000000;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns div.entry {
  display: none;
}
@media screen and (max-width: 768px) {
  div.fda-campaigns div.entry {
    display: block;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    background: url("../img/background-yellow.png");
    background-size: 1.2rem 2.3rem;
    background-repeat: repeat;
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 1000rem;
    z-index: 10000;
    transition: 0.25s all;
  }
  div.fda-campaigns div.entry:hover {
    opacity: 0.75;
  }
  div.fda-campaigns div.entry img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    max-width: 60%;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns section:nth-child(odd) {}
div.fda-campaigns section {
  /*  font-size: 1.4rem;*/
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
  line-height: 1.85;
  letter-spacing: 0.16em;
}
div.fda-campaigns section div.inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  div.fda-campaigns section div.inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns section {
  scroll-snap-align: start;
  /*  min-height: 100vh;*/
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
div.fda-campaigns section h2 {
  font-size: 2.4rem;
  letter-spacing: 0.125rem;
  line-height: 1.5;
  color: #606060;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  div.fda-campaigns section {
    /*    font-size: 1.0rem;*/
  }
  div.fda-campaigns section h2 {
    font-size: 2.4rem;
    letter-spacing: 0.125rem;
    line-height: 1.5;
    color: #606060;
    margin-bottom: 2rem;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.pc-size-display {
  /* max-width: 39rem; */
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns section.key-visual {
  display: none;
}
@media screen and (max-width: 768px) {
  div.fda-campaigns section.key-visual {
    display: block;
    overflow: hidden;
    padding: 0;
    /*  height: 100vh;*/
  }
  div.fda-campaigns section.key-visual div.inner {
    padding: 0;
  }
  div.fda-campaigns section.key-visual h1.title {
    position: absolute;
    top: 40%; /* */
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 1000;
    width: 75%;
  }
  div.fda-campaigns section.key-visual:after {
    background: url("../img/background-yellow.png");
    background-size: 1.2rem 2.3rem;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    z-index: 0;
    content: "";
    height: 100vh;
  }
  div.fda-campaigns section.key-visual div.visual-half {
    width: calc(100% - 2rem);
    margin-left: 2rem;
    position: relative;
  }
  div.fda-campaigns section.key-visual div.visual-half div.area-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    z-index: 1000;
  }
  div.fda-campaigns section.key-visual div.visual-half div.area-title img {
    max-width: 3rem;
  }
  div.fda-campaigns section.key-visual div.visual-half ul.slides li div {
    position: relative;
  }
  div.fda-campaigns section.key-visual div.visual-half ul.slides li div:before {
    background: url("../img/background-black.png");
    background-size: 0.6rem 1.15rem;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    mix-blend-mode: multiply;
  }
  div.fda-campaigns section.key-visual div.area-title {
    position: absolute;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns section.introduction {
  overflow: hidden;
}
div.fda-campaigns section.introduction:after {
  display: none;
  background: url("../img/background-yellow.png");
  background-size: 1.2rem 2.3rem;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  z-index: 0;
  content: "";
  height: 100vh;
}
div.fda-campaigns section.introduction div.illust {
  font-size: 1rem;
  max-width: 12rem;
  margin-bottom: 2rem;
}
div.fda-campaigns section.introduction div.inner {
  padding-left: 3.0vw;
  padding-right: 3.0vw;
  margin-left: auto;
  margin-right: auto;
}
div.fda-campaigns section.introduction div.description {
  /* font-size: 1.25rem; */
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
  letter-spacing: 0.125rem;
  line-height: 2;
  color: #606060;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns section.present {
  background: url("../img/background-ivory.png");
  background-size: 1.2rem 2.3rem;
  background-repeat: repeat;
  position: relative;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
div.fda-campaigns section.present:before {
  background: url("../img/background-ivory.png");
  background-size: 1.2rem 2.3rem;
  background-repeat: repeat;
  width: 78rem;
  height: 78rem;
  border-radius: 1000rem;
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 0;
  content: "";
}
div.fda-campaigns section.present:after {
  background: url("../img/background-ivory.png");
  background-size: 1.2rem 2.3rem;
  background-repeat: repeat;
  width: 78rem;
  height: 78rem;
  border-radius: 1000rem;
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 0;
  content: "";
}
div.fda-campaigns section.present div.inner {
  z-index: 1;
  margin-top: -10rem;
  margin-bottom: -10rem;
}
div.fda-campaigns section.present div.title-wrapper {}
div.fda-campaigns section.present div.title-wrapper div.illust {
  max-width: 14rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
div.fda-campaigns section.present div.title-wrapper h2 {
  font-size: 1.4rem;
  text-align: center;
  color: #464047;
}
div.fda-campaigns section.present div.description {
  font-size: 1.4rem;
  text-align: center;
  color: #464047;
  border-top: 0.2rem dotted #464047;
  border-bottom: 0.2rem dotted #464047;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
div.fda-campaigns section.present div.lead-sentence {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  color: #464047;
}
div.fda-campaigns section.present div.lead-sentence div.heading {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
div.fda-campaigns section.present div.wrap {
  margin-left: -1.00rem;
  margin-right: -0.25rem;
  margin-bottom: 3rem;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns section.entry {
  position: relative;
  overflow: hidden;
}
div.fda-campaigns section.entry div.title-wrapper div.illust {
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
div.fda-campaigns section.entry div.title-wrapper h2 {
  font-size: 1.4rem;
  text-align: center;
  color: #464047;
}
/*
div.fda-campaigns section.entry:before {
  background: #eee;
  height: 200%;
  width: 200%;
  position: absolute;
  content: "";
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-radius: 1000rem 1000rem 0 0;
  z-index: 0;
}
div.fda-campaigns section.entry:after {
  background: #eee;
  height: 200%;
  width: 200%;
  position: absolute;
  content: "";
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-radius: 1000rem 1000rem 0 0;
  z-index: 0;
}
*/
div.fda-campaigns section.entry div.how {
  position: relative;
}
/*
div.fda-campaigns section.entry div.how div.half-box-bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
div.fda-campaigns section.entry div.how div.half-box-bgs div.half-box-bg:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  border: 0.2rem solid #575159;
  box-shadow: 0.05rem 0.05rem 0 #575159;
  border-radius: 0.5rem;
  background: #fff;
}
div.fda-campaigns section.entry div.how div.half-box-bgs div.half-box-bg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 51%;
  width: 49%;
  height: 100%;
  border: 0.2rem solid #575159;
  box-shadow: 0.05rem 0.05rem 0 #575159;
  border-radius: 0.5rem;
  background: #fff;
}
div.fda-campaigns section.entry div.how div.boxes {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}
div.fda-campaigns section.entry div.how div.boxes > div {
  width: 50%;
  text-align: center;
}
*/
div.fda-campaigns section.entry div.how div.pass-box {
  width: 100%;
  border: 0.1rem solid #575159;
  box-shadow: 0.1rem 0.1rem 0 #575159;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #464047;
}
div.fda-campaigns section.entry div.how div.pass-box div.description {
  margin-bottom: 1rem;
}
div.fda-campaigns section.entry div.how div.pass-box span {
  background: #f0e736;
  color: #dd4a55;
}
div.fda-campaigns section.entry div.how div.link:last-child {
  margin-top: 1rem;
}
div.fda-campaigns section.entry div.how div.pass-box:first-child {
  margin-bottom: 3rem;
  position: relative;
}
div.fda-campaigns section.entry div.how div.pass-box:first-child:after {
  position: absolute;
  content: "+";
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -3.75rem;
  font-size: 3rem;
  color: #415f85;
}
div.fda-campaigns section.entry div.how div.link a {
  display: block;
  border-radius: 1000rem;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
}
div.fda-campaigns section.entry div.how div.link a.blue {
  background: #415f85;
}
div.fda-campaigns section.entry div.how div.link a.red {
  background: #dd4a55;
}
div.fda-campaigns section.entry div.how div.link a.black {
  background: #464047;
  font-size: 1.8rem;
}
div.fda-campaigns section.entry div.how div.link a img {
  display: block;
  max-width: 7rem;
}
div.fda-campaigns section.entry div.how div.link a.flex {
  display: flex;
  align-items: center;
}
div.fda-campaigns section.entry div.how div.link a div.text {
  width: 50%;
  text-align: right;
}
div.fda-campaigns section.entry div.how div.link a div.qr {
  width: 50%;
}
div.fda-campaigns section.entry div.how div.link a div.qr img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  div.fda-campaigns section.entry div.how div.link a div.text {
    width: 100%;
    text-align: center;
  }
  div.fda-campaigns section.entry div.how div.link a div.text br {
    display: none;
  }
  div.fda-campaigns section.entry div.how div.link a div.qr {
    display: none;
  }
}
div.fda-campaigns section.entry div.how div.attention {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 500;
  color: #464047;
}
div.fda-campaigns section.entry div.how div.announcement {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: normal;
  display: flex;
  align-items: center;
}
div.fda-campaigns section.entry div.how div.announcement div.description {
  margin-bottom: 0;
}
div.fda-campaigns section.entry div.how div.announcement > div:first-child {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
div.fda-campaigns section.entry div.how div.announcement > div:last-child {
  width: 80%;
  margin-left: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
  position: relative;
}
div.fda-campaigns section.entry div.how div.announcement > div:last-child:before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 100%;
  background: #464047;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns div.sanin-shizuoka-wrapper {
  background: url("../img/background-ivory.png");
  background-size: 1.2rem 2.3rem;
  background-repeat: repeat;
  position: relative;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
div.fda-campaigns div.sanin-shizuoka-wrapper:before {
  background: url("../img/background-ivory.png");
  background-size: 1.2rem 2.3rem;
  background-repeat: repeat;
  width: 78rem;
  height: 78rem;
  border-radius: 1000rem;
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 0;
  content: "";
}
div.fda-campaigns div.sanin-shizuoka-wrapper:after {
  background: url("../img/background-ivory.png");
  background-size: 1.2rem 2.3rem;
  background-repeat: repeat;
  width: 78rem;
  height: 78rem;
  border-radius: 1000rem;
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 0;
  content: "";
}
div.fda-campaigns div.sanin-shizuoka-wrapper div.sanin-shizuoka-wrapper-inner {
  z-index: 1;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns section.sanin {
  color: #415f85;
}
div.fda-campaigns section.sanin div.inner {
  position: relative;
  margin-top: -5rem;
}
div.fda-campaigns section.sanin div.area-title-wrapper {
  position: relative;
}
div.fda-campaigns section.sanin div.area-title-wrapper div.illust {
  position: relative;
  z-index: 1;
  max-width: 32rem;
  margin-bottom: 1rem;
}
div.fda-campaigns section.sanin div.area-title-wrapper h2 {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  color: #415f85;
  position: relative;
  z-index: 1;
}
div.fda-campaigns section.sanin div.area-name {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
div.fda-campaigns section.sanin div.area-name img {
  max-width: 6rem;
}
div.fda-campaigns section.sanin div.heading {
  border-bottom: 1px solid #415f85;
  font-weight: bold;
}
div.fda-campaigns section.sanin div.area-information div.heading + div {
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
div.fda-campaigns section.sanin div.description {
  font-size: clamp(1.4rem, 1.4vw, 1.5rem);
  margin-top: 2rem;
  position: relative;
}
div.fda-campaigns section.sanin div.description div.area-name-sub {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
div.fda-campaigns section.sanin div.description div.area-name-sub img {
  max-width: 6rem;
}
div.fda-campaigns section.sanin div.heading span.area-tag {
  background: #415f85;
  color: #fff;
  position: relative;
  margin-right: 10px;
  padding-left: 0.5em;
  display: inline-block;
}
div.fda-campaigns section.sanin div.heading span.area-tag:after {
  position: absolute;
  top: 0;
  right: -1em;
  content: '';
  border-width: 1.0em 1em 1.0em 0;
  border-style: solid;
  border-color: transparent #415f85 transparent transparent;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
div.fda-campaigns section .slick-slide img {
  /*  max-width: 16rem;*/
  max-width: 90%;
  border-radius: 1rem;
}
div.fda-campaigns section .slide-image {
  margin-left: -4rem;
  margin-right: -4rem;
}
div.fda-campaigns section .slick-slide {
  position: relative;
}
div.fda-campaigns section .slick-list {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
div.fda-campaigns section .slick-slide:nth-child(even) {
  top: 2rem;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns section.shizuoka {
  color: #de4a55;
  position: relative;
  z-index: 2;
}
div.fda-campaigns section.shizuoka div.inner {
  margin-bottom: -5rem;
}
div.fda-campaigns section.shizuoka div.area-title-wrapper {
  position: relative;
}
div.fda-campaigns section.shizuoka div.area-title-wrapper div.illust {
  position: relative;
  z-index: 1;
  max-width: 32rem;
  margin-bottom: 1rem;
}
div.fda-campaigns section.shizuoka div.area-title-wrapper h2 {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  color: #de4a55;
  position: relative;
  z-index: 1;
}
div.fda-campaigns section.shizuoka div.area-name {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
div.fda-campaigns section.shizuoka div.area-name img {
  max-width: 6rem;
}
div.fda-campaigns section.shizuoka div.heading {
  border-bottom: 1px solid #de4a55;
  font-weight: 500;
}
div.fda-campaigns section.shizuoka div.area-information div.heading + div {
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
div.fda-campaigns section.shizuoka div.description {
  font-size: clamp(1.4rem, 1.4vw, 1.5rem);
  margin-top: 2rem;
}
div.fda-campaigns section.shizuoka div.heading span.area-tag {
  background: #de4a55;
  color: #fff;
  position: relative;
  margin-right: 10px;
  padding-left: 0.5em;
  display: inline-block;
}
div.fda-campaigns section.shizuoka div.heading span.area-tag:after {
  position: absolute;
  top: 0;
  right: -1em;
  content: '';
  border-width: 1.0em 1em 1.0em 0;
  border-style: solid;
  border-color: transparent #de4a55 transparent transparent;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns section.grallery {}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns section.fda {
  padding-bottom: 5rem;
  padding-top: 5rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #464047;
  letter-spacing: 0.1rem;
}
div.fda-campaigns section.fda div.description {
  margin-top: 3.0rem;
  margin-bottom: 3.0rem;
}
div.fda-campaigns section.fda div.illust {
  max-width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
}
div.fda-campaigns section.fda div.link {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
div.fda-campaigns section.rule {
  background: url("../img/background-ivory.png");
  background-size: 1.2rem 2.3rem;
  background-repeat: repeat;
  position: relative;
  margin-top: 10rem;
}
div.fda-campaigns section.rule:before {
  background: url("../img/background-ivory.png");
  background-size: 1.2rem 2.3rem;
  background-repeat: repeat;
  width: 78rem;
  height: 78rem;
  border-radius: 1000rem;
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 0;
  content: "";
}
div.fda-campaigns section.rule:after {}
div.fda-campaigns section.rule div.inner {
  z-index: 1;
  position: relative;
  margin-top: -10rem;
}
div.fda-campaigns section.rule div.title-wrapper div.illust {
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
div.fda-campaigns section.rule div.title-wrapper h2 {
  font-size: 1.4rem;
  text-align: center;
  color: #464047;
}
div.fda-campaigns section.rule div.iframe {
  overflow-y: scroll;
  height: 30rem;
  border: 0.2rem solid #e1e1e1;
  border-radius: 0.2rem;
  padding: 1rem;
  font-size: 1.2rem;
  background: #fff;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  /*
  div.fda-campaigns section {
    font-size: 1.0rem;
  }
*/
}