@charset "UTF-8";
/* =========================================================
MEDIA
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");
@media (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}
@media (min-width: 769px) {
  .sp-visible {
    display: none;
  }
}
/* =========================================================
RESET
========================================================= */
/* layout */
/*=================================
  initialization of style
===================================*/
body {
  margin: 0;
  padding: 90px 0 0 0;
  background: #ffffff;
  color: #2E2E2E;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  word-break: break-all;
}
@media (max-width: 768px) {
  body {
    padding: 80px 0 0 0;
  }
}

.en {
  font-family: 'Krona One', sans-serif;
}

a:link,
a:visited {
  text-decoration: none;
  color: #535252;
}

a:hover,
a:active {
  text-decoration: none;
  color: #535252;
  opacity: 0.7;
}

figure, figcaption, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  vertical-align: bottom;
}

img {
  display: block;
  width: 100%;
}

/* List_group */
ul, ol, li {
  list-style: none;
}

/* inline-style */
address {
  font-style: normal;
  font-size: 12px;
  color: #535252;
}

address a,
address a:link,
address a:visited {
  text-decoration: none;
  color: #535252;
}

address a:hover,
address a:active {
  text-decoration: underline;
  color: #535252;
}

/* table */
table {
  width: 100%;
}

*, *:before, *:after {
  outline: none !important;
  box-sizing: border-box;
}

.tsn {
  transition: 0.4s;
}

.clear::after {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

/* =========================================================
layout
========================================================= */
/* =========================================================
  header
========================================================= */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 100000;
}
@media (max-width: 768px) {
  header {
    height: 80px;
  }
}
header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: fadeIn 0.5s linear forwards;
}
header .head-line {
  background: #fff;
  height: 90px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
@media (max-width: 768px) {
  header .head-line {
    height: 80px;
  }
}
header .head-line .logo {
  height: 100%;
  width: 194px;
  margin: 0 auto;
  display: block;
  transition: 0.4s;
  position: relative;
}
@media (max-width: 768px) {
  header .head-line .logo {
    width: 165px;
  }
}
header .head-line .logo a {
  display: block;
  transition: 0.4s;
  position: relative;
  width: 100%;
  height: 100%;
}
header .head-line .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.navBtn {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .navBtn {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}
.navBtn span {
  background: #2E2E2E;
  width: 30px;
  height: 1px;
  border-radius: 20px;
  display: block;
  border-radius: 100px;
  transition: 0.4s;
}
.navBtn span:first-child {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.navBtn span:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: 0;
  margin: auto;
  width: 20px;
}
.navBtn span:nth-child(3) {
  position: absolute;
  bottom: -20px;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.navBtn.active span:nth-child(2) {
  opacity: 0;
}
.navBtn.active span:first-child {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.navBtn.active span:nth-child(3) {
  top: 1px;
  right: 2px;
  bottom: 0;
  transform: rotate(-45deg);
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  overflow: hidden;
  background: url("../images/common/bg-menu.png") no-repeat right 40px bottom 40px, rgba(245, 245, 240, 0.9);
  background-size: 20%;
}
.menu .menu-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 100;
}
.menu .nav {
  max-width: 450px;
  margin: 0 auto;
}
.menu .nav ul {
  text-align: center;
  padding-top: 140px;
  height: 100vh;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .menu .nav ul {
    padding-top: 120px;
  }
}
.menu .nav ul li {
  position: relative;
  z-index: 1000;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .menu .nav ul li {
    padding-bottom: 25px;
  }
}
.menu .nav ul li a {
  display: inline-block;
  transition: 0.4s;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 25px;
  position: relative;
}
.menu .nav ul li a::after {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #F0909A;
  opacity: 0;
  transition: 0.5s;
}
.menu .nav ul li a:hover {
  opacity: 1;
  color: #F0909A;
}
.menu .nav ul li a:hover::after {
  opacity: 1;
}

.menu .nav ul {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.menu .nav ul::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

/* =========================================================
  footer
========================================================= */
footer {
  background-color: #F5F5F0;
  position: relative;
  padding: 40px 20px;
  margin-top: 0;
}
@media (max-width: 768px) {
  footer {
    padding: 30px 10px;
    margin-top: 60px;
  }
}
footer::after {
  content: " ";
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  height: 65px;
  background: url(../images/common/bg-repeat02.png) bottom left;
  background-size: auto 65px;
  background-repeat: repeat-x;
  display: none;
}
@media (max-width: 768px) {
  footer::after {
    top: -60px;
    height: 60px;
    background: url(../images/common/bg-repeat02.png) bottom center;
    background-size: auto 60px;
    display: block;
  }
}
footer .link-list {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  footer .link-list {
    margin-bottom: 15px;
  }
}
footer .link-list li {
  display: inline-block;
}
@media (max-width: 768px) {
  footer .link-list li {
    display: block;
  }
}
footer .link-list li a {
  display: block;
  font-size: 14px;
  line-height: 15px;
  color: #747474;
  padding: 0 20px;
  border-right: 1px solid #747474;
}
@media (max-width: 768px) {
  footer .link-list li a {
    border: none;
    padding: 5px 10px;
  }
}
footer .link-list li:last-child a {
  border: none;
}
footer .copyright {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #747474;
}
@media (max-width: 768px) {
  footer .copyright {
    font-size: 8px;
  }
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 46px;
  height: 46px;
  background: #f0909a;
  border-radius: 100%;
  border: 1px solid #2e2e2e;
}
@media (max-width: 768px) {
  #pagetop {
    right: 10px;
    bottom: 30px;
  }
}
#pagetop a {
  display: block;
  height: 100%;
  transition: 0.4s;
  position: relative;
}
#pagetop a::after {
  content: " ";
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 40px;
  background-color: #2E2E2E;
}
#pagetop a::before {
  content: " ";
  position: absolute;
  top: 0px;
  right: -7px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 0 7px;
  border-color: transparent transparent transparent #2E2E2E;
}

.bnr-bt-conts {
  padding: 90px 20px;
  border-top: 1px solid #F5F5F0;
}
@media (max-width: 768px) {
  .bnr-bt-conts {
    padding: 60px 10px;
  }
}
.bnr-bt-conts .bnr-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .bnr-bt-conts .bnr-list {
    display: block;
  }
}
.bnr-bt-conts .bnr-list li {
  width: 32%;
  margin: 1% 1% 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bnr-bt-conts .bnr-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .bnr-bt-conts .bnr-list li:last-child {
    margin-bottom: 0;
  }
}
.bnr-bt-conts .bnr-list li:nth-child(1) {
  margin-top: 0;
}
.bnr-bt-conts .bnr-list li:nth-child(2) {
  margin-top: 0;
}
.bnr-bt-conts .bnr-list li:nth-child(3) {
  margin-top: 0;
}
.bnr-bt-conts .bnr-list li:nth-child(3n) {
  margin-right: 0;
}
.bnr-bt-conts .bnr-list li a {
  overflow: hidden;
  display: block;
  transition: 0.4s;
  position: relative;
}
.bnr-bt-conts .bnr-list li .bnr-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

/* =========================================================
  common
========================================================= */
.inner1120 {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .inner1120 {
    padding: 0;
  }
}

.inner1080 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.inner900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.inner720 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.inner740 {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.read {
  text-align: center;
  padding: 50px 0 0 0;
  background: url(../images/common/ico-read.png) no-repeat top;
  background-size: 115px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .read {
    font-size: 18px;
    line-height: 24px;
    padding: 40px 0 0 0;
    background: url(../images/common/ico-read.png) no-repeat top;
    background-size: 80px;
  }
}
.read.read02 {
  background: none !important;
}
.read.fs21 {
  font-size: 21px;
}
@media (max-width: 768px) {
  .read.fs21 {
    font-size: 18px;
  }
}
.read b {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .read b {
    font-size: 36px;
    line-height: 43px;
  }
}
.read span {
  color: #47AC49;
  font-size: 60px;
  font-weight: bold;
  line-height: 90px;
  display: inline-block;
  font-family: 'Krona One', sans-serif;
  text-shadow: 1px 1px 0px #2E2E2E, -1px -1px 0px #2E2E2E, -1px 1px 0px #2E2E2E,  1px -1px 0px #2E2E2E, 1px 0px 0px #2E2E2E, -1px  0px 0px #2E2E2E, 0px 1px 0px #2E2E2E,  0px -1px 0px #2E2E2E;
}
@media (max-width: 768px) {
  .read span {
    font-size: 50px;
    line-height: 67px;
  }
}
.read span img {
  width: 55px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .read span img {
    width: 35px;
    margin-left: 5px;
  }
}
.read span:nth-child(3n + 1) {
  color: #47AC49;
}
.read span:nth-child(3n + 2) {
  color: #F0909A;
}
.read span:nth-child(3n + 3) {
  color: #4593D0;
}

.sread {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #ea3c3c;
}
.sread span {
  color: #2E2E2E;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.06em;
  display: inline;
  padding: 0 10px 0 35px;
  background: url(../images/common/ico-circle.png) no-repeat left center;
  background-size: 20px;
}
@media (max-width: 768px) {
  .sread span {
    display: block;
  }
}

.tb01 {
  border-collapse: collapse;
}
.tb01 tr {
  border-top: 1px solid #E5E5E5;
  position: relative;
}
.tb01 tr::after {
  content: " ";
  position: absolute;
  top: -1px;
  left: 0;
  width: 10%;
  height: 1px;
  background: #F0909A;
}
@media (max-width: 768px) {
  .tb01 tr::after {
    width: 75px;
  }
}
.tb01 td, .tb01 th {
  text-align: left;
  vertical-align: top;
  padding: 25px 0;
}
.tb01 td.ft20, .tb01 th.ft20 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .tb01 td.ft20, .tb01 th.ft20 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .tb01 td, .tb01 th {
    display: block;
  }
}
.tb01 td b, .tb01 th b {
  font-size: 20px;
  font-weight: 500;
}
.tb01 th {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 32px;
  width: 30%;
}
@media (max-width: 768px) {
  .tb01 th {
    padding: 20px 0 0px 0;
    width: 100%;
  }
}
.tb01 td {
  width: 70%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 32px;
}
@media (max-width: 768px) {
  .tb01 td {
    padding: 0px 0 20px 0;
    width: 100%;
  }
}
.tb01 td span {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 32px;
  display: block;
}
@media (max-width: 768px) {
  .tb01 td span {
    line-height: 20px;
  }
}
.tb01 td a {
  color: #4593D0;
  text-decoration: underline;
  transition: 0.4s;
}

.moreBtn {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
.moreBtn a {
  display: block;
  height: 68px;
  border-radius: 34px;
  background: #f0909a;
  border: 1px solid #2e2e2e;
  font-weight: bold;
  font-size: 18px;
  transition: 0.4s;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  position: relative;
  box-shadow: 5px 5px 0px 0px #2e2e2e;
}
@media (max-width: 768px) {
  .moreBtn a {
    font-size: 17px;
    line-height: 24px;
    height: 60px;
    box-shadow: 5px 5px 0px 0px #2e2e2e;
  }
}
.moreBtn a:hover {
  opacity: 1;
  box-shadow: 0px 0px 0px 0px #2e2e2e;
  transform: translateY(5px);
}
.moreBtn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.main-vis.main-vis-sub {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .main-vis.main-vis-sub {
    margin-bottom: 0;
    padding: 40px 0px 75px;
    background: url(../images/common/bg-repeat.png) bottom left, #F5F5F0;
    background-size: auto 65px;
    background-repeat: repeat-x;
  }
}
.main-vis.main-vis-sub .scroll {
  bottom: -350px;
}
@media (max-width: 1220px) {
  .main-vis.main-vis-sub .scroll {
    display: none;
  }
}

.category-list {
  text-align: center;
}
@media (max-width: 768px) {
  .category-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #000;
  }
}
.category-list li {
  display: inline-block;
  width: 125px;
  height: 45px;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .category-list li {
    width: 50%;
    margin: 0;
  }
  .category-list li:nth-child(2n + 1) a {
    border-right: 1px solid #000;
  }
}
.category-list li.current {
  pointer-events: none;
}
.category-list li.current a {
  position: relative;
  background: #000;
  color: #fff;
}
.category-list li.current a::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
}
@media (max-width: 768px) {
  .category-list li.current a::after {
    display: block;
  }
}
.category-list li a {
  height: 100%;
  transition: 0.4s;
  display: block;
  background: #F5F5F0;
  border-radius: 40px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .category-list li a {
    border-radius: 0;
    font-size: 15px;
    border-bottom: 1px solid #000;
  }
}
.category-list li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  width: 100%;
}

.select-wrap {
  max-width: 350px;
  margin-left: auto;
  position: relative;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  margin: 30px 0 0 auto;
}
@media (max-width: 768px) {
  .select-wrap {
    margin: 30px auto 0;
    width: calc(100% - 40px);
  }
}
.select-wrap::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 45px;
  background: #fff;
  z-index: 10;
  pointer-events: none;
}
.select-wrap::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 13px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-right: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
  transform: rotate(45deg);
  z-index: 100;
  pointer-events: none;
}
.select-wrap select {
  color: #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 45px;
  color: #2E2E2E;
  line-height: 32px;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 8px;
  border: none;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}

/* =========================================================
  pickup-conts
========================================================= */
.pickup-conts {
  padding: 50px 20px 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pickup-conts {
    padding: 30px 20px 70px 10px;
  }
}
.pickup-conts .pickup-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin: 40px 0 70px;
}
@media (max-width: 768px) {
  .pickup-conts .pickup-list {
    display: block;
    margin: 40px 0 50px;
  }
}
.pickup-conts .pickup-list li {
  width: calc(50% - 15px);
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.pickup-conts .pickup-list li:nth-child(1) {
  margin-top: 0;
}
.pickup-conts .pickup-list li:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .pickup-conts .pickup-list li {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.pickup-conts .pickup-list li.w100 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  width: 100% !important;
  padding: 30px 10px !important;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .pickup-conts .pickup-list li.w100 {
    font-size: 14px;
  }
}
.pickup-conts .pickup-list li.w100::after {
  display: none !important;
}
.pickup-conts .pickup-list li::after {
  content: " ";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: #F0909A;
  border: 1px solid #2E2E2E;
  z-index: -1;
}
.pickup-conts .pickup-list li.new::before {
  content: "NEW";
  width: 74px;
  height: 74px;
  background: url(../images/common/ico-new.png) no-repeat center;
  background-size: cover;
  color: #fff;
  font-family: 'Krona One', sans-serif;
  font-size: 14px;
  position: absolute;
  top: -20px;
  left: 5px;
  z-index: 100;
  text-align: center;
  padding-top: 25px;
}
.pickup-conts .pickup-list li a {
  position: relative;
  border: 1px solid #2E2E2E;
  display: block;
  height: 100%;
  transition: 0.4s;
  padding: 25px;
  background: #fff;
  z-index: 10;
}
.pickup-conts .pickup-list li a:hover {
  opacity: 1;
}
.pickup-conts .pickup-list li a:hover .thum, .pickup-conts .pickup-list li a:hover .about {
  opacity: 0.7;
}
.pickup-conts .pickup-list li .thum {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
.pickup-conts .pickup-list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  min-height: 100%;
  height: 100%;
  width: auto;
}
.pickup-conts .pickup-list li .thum .frame-img {
  background-size: cover;
  filter: blur(10px);
  opacity: 0.6;
}
.pickup-conts .pickup-list li .about {
  padding: 10px 0 0 0;
  transition: 0.4s;
}
.pickup-conts .pickup-list li .about .category span {
  color: #fff;
  background: #4593D0;
  padding: 3px 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 768px) {
  .pickup-conts .pickup-list li .about .category span {
    font-size: 12px;
    padding: 1px 5px;
  }
}
.pickup-conts .pickup-list li .about .txt {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 43px;
}
@media (max-width: 768px) {
  .pickup-conts .pickup-list li .about .txt {
    font-size: 16px;
  }
}
.pickup-conts .pickup-list li .about .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  color: #969696;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .pickup-conts .pickup-list li .about .date {
    font-size: 14px;
  }
}

.page-nav {
  text-align: center;
}
.page-nav a {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 27.2px;
  text-align: center;
  border-radius: 100%;
  vertical-align: middle;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .page-nav a {
    width: 30px;
    height: 30px;
  }
}
.page-nav a.current {
  background: #F0909A;
  border: 1px solid #2E2E2E;
  pointer-events: none;
}
.page-nav a.prev, .page-nav a.next {
  width: 45px;
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  .page-nav a.prev, .page-nav a.next {
    width: 35px;
    margin: 0 10px 0 0;
  }
}
.page-nav a.prev::after, .page-nav a.next::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.page-nav a.prev::before, .page-nav a.next::before {
  content: " ";
  position: absolute;
  top: -7px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 18px;
  border-color: transparent transparent #000 transparent;
}
.page-nav a.next {
  margin: 0 0 0 20px;
  transform: scale(-1, 1);
}
@media (max-width: 768px) {
  .page-nav a.next {
    margin: 0 0 0 10px;
  }
}
.page-nav a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  display: inline-block;
}

.pickup-detail-conts .inner1080 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .pickup-detail-conts .inner1080 {
    display: block;
  }
}
.pickup-detail-conts .left {
  max-width: 740px;
  width: 69%;
  text-align: left;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left {
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
  }
}
.pickup-detail-conts .left .detail-date {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 21px;
  color: #969696;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .detail-date {
    margin-bottom: 10px;
  }
}
.pickup-detail-conts .left .detail-title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .detail-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.pickup-detail-conts .left .detail-category span {
  color: #fff;
  background: #4593D0;
  padding: 3px 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
}
.pickup-detail-conts .left .wysiwyg {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #DDDDDD;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .wysiwyg {
    margin-bottom: 30px;
  }
}
.pickup-detail-conts .left .wysiwyg img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.pickup-detail-conts .left .wysiwyg a {
  color: #4593D0;
  text-decoration: underline;
}
.pickup-detail-conts .left .sns {
  text-align: left;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .sns {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
.pickup-detail-conts .left .sns a {
  display: inline-block;
  text-align: center;
  width: 129.93px;
  height: 34.19px;
  border-radius: 3px;
  background: #DDDDDD;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .sns a {
    display: block;
    width: 32%;
  }
}
.pickup-detail-conts .left .sns a.tw {
  background: url(../images/common/ico-tw.png) no-repeat center left 12px, #4593D0;
  background-size: 16px auto;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .sns a.tw {
    background: url(../images/common/ico-tw.png) no-repeat center left 10px, #4593D0;
    background-size: 12px auto;
  }
}
.pickup-detail-conts .left .sns a.fb {
  background: url(../images/common/ico-fb.png) no-repeat center left 12px, #3C5CA8;
  background-size: 9px auto;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .sns a.fb {
    background: url(../images/common/ico-fb.png) no-repeat center left 10px, #3C5CA8;
    background-size: 8px auto;
  }
}
.pickup-detail-conts .left .sns a.line {
  background: url(../images/common/ico-line.png) no-repeat center left 12px, #00B637;
  background-size: 17px auto;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .sns a.line {
    background: url(../images/common/ico-line.png) no-repeat center left 10px, #00B637;
    background-size: 13px auto;
  }
}
.pickup-detail-conts .left .sns a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .sns a span {
    width: 100%;
  }
}
.pickup-detail-conts .left .pager {
  text-align: center;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #DDDDDD;
  text-align: center;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .pager {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.pickup-detail-conts .left .pager a {
  display: inline-block;
  position: relative;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 27.2px;
  text-align: center;
  border-radius: 100%;
  vertical-align: middle;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .pager a {
    font-size: 12px;
  }
}
.pickup-detail-conts .left .pager a.prev, .pickup-detail-conts .left .pager a.next {
  margin: 0 30px 0 0;
  padding: 0 0 0 60px;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .pager a.prev, .pickup-detail-conts .left .pager a.next {
    width: auto;
    margin: 0 10px 0 0;
    padding: 0 0 0 40px;
  }
}
.pickup-detail-conts .left .pager a.prev::after, .pickup-detail-conts .left .pager a.next::after {
  content: " ";
  position: absolute;
  width: 45px;
  height: 1px;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .pager a.prev::after, .pickup-detail-conts .left .pager a.next::after {
    width: 35px;
  }
}
.pickup-detail-conts .left .pager a.prev::before, .pickup-detail-conts .left .pager a.next::before {
  content: " ";
  position: absolute;
  top: -7px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 18px;
  border-color: transparent transparent #000 transparent;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .pager a.prev::before, .pickup-detail-conts .left .pager a.next::before {
    border-width: 0 0 5px 14px;
    top: -6px;
  }
}
.pickup-detail-conts .left .pager a.next {
  margin: 0 0 0 30px;
  padding: 0 60px 0 0;
}
.pickup-detail-conts .left .pager a.next::after, .pickup-detail-conts .left .pager a.next::before {
  transform: scale(-1, 1);
  left: inherit;
  right: 0;
}
@media (max-width: 768px) {
  .pickup-detail-conts .left .pager a.next {
    margin: 0 0 0 10px;
    padding: 0 40px 0 0;
  }
}
.pickup-detail-conts .left .pager a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  display: inline-block;
}
.pickup-detail-conts .right {
  max-width: 310px;
  width: calc(31% - 40px);
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .pickup-detail-conts .right {
    margin: 40px 0 0 0;
    padding-top: 40px;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #2E2E2E;
  }
}
.pickup-detail-conts .right::after {
  content: " ";
  position: absolute;
  top: 10px;
  right: -10px;
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  background: #F0909A;
  z-index: -1;
}
@media (max-width: 768px) {
  .pickup-detail-conts .right::after {
    display: none;
  }
}
.pickup-detail-conts .right .new-press {
  position: relative;
  z-index: 10;
  background: #fff;
  border: 1px solid #000;
  padding: 20px 0 30px;
}
@media (max-width: 768px) {
  .pickup-detail-conts .right .new-press {
    border: none;
    padding: 0 0 50px;
  }
}
.pickup-detail-conts .right .new-press .new-press-read {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 30px;
  width: calc(100% - 40px);
  margin: 0 auto 10px;
}
.pickup-detail-conts .right .new-press .new-press-read:nth-of-type(2) {
  margin-top: 30px;
}
.pickup-detail-conts .right .new-press .white {
  position: relative;
  z-index: 1;
  background: #fff;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.pickup-detail-conts .right .new-press .white li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #DDDDDD;
}
@media (max-width: 768px) {
  .pickup-detail-conts .right .new-press .white li {
    margin-bottom: 20px;
  }
}
.pickup-detail-conts .right .new-press .white li.w100 {
  font-weight: 600;
  font-size: 12px;
}
.pickup-detail-conts .right .new-press .white li:first-child {
  margin-top: 0;
}
.pickup-detail-conts .right .new-press .white li:last-child {
  border-top: none;
  padding-top: 0;
}
.pickup-detail-conts .right .new-press .white li .moreBtn {
  text-align: center;
}
.pickup-detail-conts .right .new-press .white li a {
  display: block;
  transition: 0.4s;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.pickup-detail-conts .right .new-press .white li .thum {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  width: 38%;
}
@media (max-width: 768px) {
  .pickup-detail-conts .right .new-press .white li .thum {
    width: 40%;
  }
}
.pickup-detail-conts .right .new-press .white li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  min-height: 100%;
  height: 100%;
  width: auto;
}
.pickup-detail-conts .right .new-press .white li .thum .frame-img {
  background-size: cover;
  filter: blur(10px);
  opacity: 0.6;
}
.pickup-detail-conts .right .new-press .white li .side {
  width: calc(62% - 10px);
}
.pickup-detail-conts .right .new-press .white li .side .txt {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 62px;
  text-align: left;
}
.pickup-detail-conts .right .new-press .white li .side .date {
  display: block;
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 21px;
  text-align: left;
  color: #969696;
}
@media (max-width: 768px) {
  .pickup-detail-conts .right .new-press .white li .side {
    width: calc(60% - 10px);
    -webkit-line-clamp: 4;
  }
}
.pickup-detail-conts .right .new-press .white li .moreBtn {
  max-width: 100%;
}
.pickup-detail-conts .right .new-press .white li .moreBtn a {
  height: 36px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .pickup-detail-conts .right .new-press .white li .moreBtn a {
    height: 45px;
    font-size: 14px;
  }
}
.pickup-detail-conts .right .new-press .select-wrap {
  width: calc(100% - 40px);
  margin: 0 auto;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes huwahuwa {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: -15px;
  }
  100% {
    margin-top: 0px;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes rotateL {
  0% {
    transform: rotate(50deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rotateL {
  0% {
    transform: rotate(50deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes rotateL {
  0% {
    transform: rotate(50deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-moz-keyframes rotateR {
  0% {
    transform: rotate(-50deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rotateR {
  0% {
    transform: rotate(-50deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes rotateR {
  0% {
    transform: rotate(-50deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-moz-keyframes img-wrap-before {
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes img-wrap-before {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes img-wrap-before {
  100% {
    transform: translateX(-100%);
  }
}
@-moz-keyframes img-wrap-after {
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes img-wrap-after {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-wrap-after {
  100% {
    transform: translateX(100%);
  }
}
@-moz-keyframes img-wrap-after {
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes img-wrap-after {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-wrap-after {
  100% {
    transform: translateX(100%);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes widthFull {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes widthFull {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthFull {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.widthFull {
  -webkit-animation-name: widthFull;
  animation-name: widthFull;
  animation-fill-mode: forwards;
  transition-timing-function: cubic-bezier(0.26, 0, 0.07, 1);
}

/* =========================================================
illustration
========================================================= */
.inner1260 {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

img {
  display: inline;
}

body {
  background: #f7f6ef;
}
body.is-scroll-fixed {
  position: fixed;
  width: 100%;
}

.pagetype-illustration {
  background: #f7f6ef;
}
.pagetype-illustration .main-vis-contents {
  width: 100vw;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.pagetype-illustration .main-vis-contents .bg-l-parts {
  width: 486px;
  position: absolute;
  top: -85px;
  left: -40px;
  transform: rotate(50deg);
  transform-origin: right top;
  opacity: 0;
}
.pagetype-illustration .main-vis-contents .bg-l-parts.active {
  -moz-animation: rotateL 0.5s linear forwards;
  -webkit-animation: rotateL 0.5s linear forwards;
  animation: rotateL 0.5s linear forwards;
}
.pagetype-illustration .main-vis-contents .bg-r-parts {
  width: 486px;
  position: absolute;
  top: -85px;
  right: -40px;
  transform: rotate(-50deg);
  transform-origin: left top;
  opacity: 0;
}
.pagetype-illustration .main-vis-contents .bg-r-parts.active {
  -moz-animation: rotateR 0.5s linear forwards;
  -webkit-animation: rotateR 0.5s linear forwards;
  animation: rotateR 0.5s linear forwards;
}
.pagetype-illustration .main-vis-contents .main-ttl-parts {
  width: 618px;
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
}
.pagetype-illustration .main-vis-contents .main-ttl-parts.active {
  -moz-animation: fadeIn 0.5s 0.8s linear forwards;
  -webkit-animation: fadeIn 0.5s 0.8s linear forwards;
  animation: fadeIn 0.5s 0.8s linear forwards;
}
.pagetype-illustration .main-vis-contents .sub-ttl-parts {
  width: 440px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.pagetype-illustration .main-vis-contents .sub-ttl-parts .box-in {
  overflow: hidden;
  position: relative;
}
.pagetype-illustration .main-vis-contents .sub-ttl-parts .box-in:before {
  background: #f7f6ef;
  content: '';
  left: 0;
  top: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100%;
}
.pagetype-illustration .main-vis-contents .sub-ttl-parts .box-in:after {
  background: #f7f6ef;
  content: '';
  right: 0;
  top: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100%;
}
.pagetype-illustration .main-vis-contents .sub-ttl-parts .box-in img {
  left: 0;
  top: 0;
}
.pagetype-illustration .main-vis-contents .sub-ttl-parts.active .box-in:before {
  -moz-animation: img-wrap-before 0.5s 1.2s linear forwards;
  -webkit-animation: img-wrap-before 0.5s 1.2s linear forwards;
  animation: img-wrap-before 0.5s 1.2s linear forwards;
}
.pagetype-illustration .main-vis-contents .sub-ttl-parts.active .box-in:after {
  -moz-animation: img-wrap-after 0.5s 1.2s linear forwards;
  -webkit-animation: img-wrap-after 0.5s 1.2s linear forwards;
  animation: img-wrap-after 0.5s 1.2s linear forwards;
}
@media (max-width: 768px) {
  .pagetype-illustration .main-vis-contents .bg-l-parts {
    width: 250px;
    top: -50px;
    left: -55px;
  }
  .pagetype-illustration .main-vis-contents .bg-r-parts {
    width: 250px;
    position: absolute;
    top: -50px;
    right: -55px;
  }
  .pagetype-illustration .main-vis-contents .main-ttl-parts {
    width: 100%;
    max-width: 260px;
    left: 50%;
    top: 95px;
  }
  .pagetype-illustration .main-vis-contents .sub-ttl-parts {
    width: 100%;
    max-width: 310px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .pagetype-illustration .main-vis-contents .sub-ttl-parts .box-in {
    overflow: hidden;
    position: relative;
  }
  .pagetype-illustration .main-vis-contents .sub-ttl-parts .box-in:before {
    background: #f7f6ef;
    content: '';
    left: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 100%;
  }
  .pagetype-illustration .main-vis-contents .sub-ttl-parts .box-in:after {
    background: #f7f6ef;
    content: '';
    right: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 100%;
  }
  .pagetype-illustration .main-vis-contents .sub-ttl-parts .box-in img {
    left: 0;
    top: 0;
  }
  .pagetype-illustration .main-vis-contents .sub-ttl-parts.active .box-in:before {
    -moz-animation: img-wrap-before 0.5s 1.2s linear forwards;
    -webkit-animation: img-wrap-before 0.5s 1.2s linear forwards;
    animation: img-wrap-before 0.5s 1.2s linear forwards;
  }
  .pagetype-illustration .main-vis-contents .sub-ttl-parts.active .box-in:after {
    -moz-animation: img-wrap-after 0.5s 1.2s linear forwards;
    -webkit-animation: img-wrap-after 0.5s 1.2s linear forwards;
    animation: img-wrap-after 0.5s 1.2s linear forwards;
  }
}
.pagetype-illustration .read {
  padding: 60px 0 0 0;
}
@media (max-width: 768px) {
  .pagetype-illustration .read {
    padding-top: 40px;
  }
}
.pagetype-illustration .read span {
  line-height: 70px;
  font-family: "Hiragino Sans", sans-serif;
}
@media (max-width: 768px) {
  .pagetype-illustration .read span {
    line-height: 12vw;
  }
}
.pagetype-illustration .ill-conts01 {
  margin-top: 80px;
  opacity: 0;
}
.pagetype-illustration .ill-conts01.active {
  -moz-animation: fadeInUp 0.5s linear forwards;
  -webkit-animation: fadeInUp 0.5s linear forwards;
  animation: fadeInUp 0.5s linear forwards;
}
.pagetype-illustration .ill-conts01 .box-in {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 70px;
  position: relative;
  z-index: 0;
  background-color: #fff;
  border-radius: 70px;
}
.pagetype-illustration .ill-conts01 .box-in:after {
  content: "";
  background: url(../images/illustration_2022/flag_pc.png) no-repeat;
  position: absolute;
  width: 1009px;
  height: 120px;
  background-size: 1009px 120px;
  top: -20px;
  left: -55px;
}
@media (max-width: 1010px) {
  .pagetype-illustration .ill-conts01 .box-in:after {
    content: "";
    background: url(../images/illustration_2022/flag_pc.png) no-repeat;
    width: 100%;
    background-size: 100% auto;
    top: -20px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts01 .box-in {
    width: calc(100% - 20px);
    padding: 60px 25px;
  }
  .pagetype-illustration .ill-conts01 .box-in:after {
    content: "";
    background: url(../images/illustration_2022/flag_sp.png) no-repeat;
    width: 100%;
    height: 150px;
    background-size: 100% auto;
    top: -30px;
    left: 0;
  }
}
.pagetype-illustration .ill-conts01 .reads {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 32px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts01 .reads {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

.pagetype-illustration .ill-conts01 .illu-list {
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts01 .illu-list {
    max-width: 100%;
  }
}
.pagetype-illustration .ill-conts01 .illu-list li {
  position: relative;
  margin: 0 20px 30px 0;
}
.pagetype-illustration .ill-conts01 .illu-list li:last-child {
  margin-right: 0;
}
.pagetype-illustration .ill-conts01 .illu-list li img {
  width: 165px;
}
.pagetype-illustration .ill-conts01 .illu-top {
  width: 100%;
}
.pagetype-illustration .ill-conts01 .illu-top {
  margin: 0 auto 30px;
  width: 220px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts01 .illu-list li {
    position: relative;
    margin: 0 0 20px 0;
    width: 50%;
  }
  .pagetype-illustration .ill-conts01 .illu-list li img {
    width: 135px;
  }
}

.pagetype-illustration .ill-conts01 .top-logo {
  margin:60px auto 0;
}
.pagetype-illustration .ill-conts01 .top-logo ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.pagetype-illustration .ill-conts01 .top-logo ul .kws{
  width: 85.72px;
  margin-right: 30px;
}
.pagetype-illustration .ill-conts01 .top-logo ul .cfa{
  width: 334.77px;
  margin-right: 30px;
}
.pagetype-illustration .ill-conts01 .top-logo ul .gfa{
  width: 53.7px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts01 .top-logo ul .kws{
    width: 45px;
    margin-right: 20px;
  }
  .pagetype-illustration .ill-conts01 .top-logo ul .cfa{
    width: 180px;
    margin-right: 20px;
  }
  .pagetype-illustration .ill-conts01 .top-logo ul .gfa{
    width: 30px;
  }
}

.pagetype-illustration .ill-conts02 {
  padding: 60px 20px 150px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 {
    padding: 70px 0 1px 0;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 85px;
}
.pagetype-illustration .ill-conts02 .white-wrap:after {
  content: "";
  background: url(../images/illustration_2022/flag_pc.png) no-repeat;
  position: absolute;
  width: 1009px;
  height: 120px;
  background-size: 1009px 120px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}
@media (max-width: 1010px) {
  .pagetype-illustration .ill-conts02 .white-wrap:after {
    content: "";
    background: url(../images/illustration_2022/flag_pc.png) no-repeat;
    width: 100%;
    background-size: 100% auto;
    top: -20px;
    left: 0;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap {
    margin: 0px auto 75px auto;
    width: calc(100% - 20px);
  }
  .pagetype-illustration .ill-conts02 .white-wrap:after {
    content: "";
    background: url(../images/illustration_2022/flag_sp.png) no-repeat;
    width: 100%;
    height: 150px;
    background-size: 100% auto;
    top: -30px;
    left: 0;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap:nth-last-of-type(1) {
  margin-bottom: 0;
}
.pagetype-illustration .ill-conts02 .white-wrap .white {
  position: relative;
  display: block;
  height: 100%;
  transition: 0.4s;
  padding: 50px 50px 100px;
  z-index: 10;
  background-color: #fff;
  border-radius: 70px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white {
    padding: 40px 20px 50px;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl {
  text-align: center;
  padding-top: 45px;
  background: url(../images/illustration_2025/ico-crow.svg) no-repeat center top;
  background-size: 50.5px auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl {
    text-align: center;
    padding-top: 40px;
    background: url(../images/illustration_2025/ico-crow.svg) no-repeat center top;
    margin-bottom: 20px;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl01 {
  width: 210px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl01 {
    width: 100%;
    max-width: 166px;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl02 {
  width: 160px;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl02 img {
  margin: 0 auto;
  width: 160px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl02 img {
    width: 126px;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl03 {
  width: 60%;
  padding-bottom: 38px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl03 {
    width: 76%;
    padding-bottom: 0;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl04 {
  width: 70%;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl04 {
    padding-bottom: 0;
    width: 80%;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl05 {
    width: 364px;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl05 img {
  margin: 0 auto;
  width: 364px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl05 {
    width: 100%;
  }
  .pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl05 img {
    width: 286px;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl06 {
  width: 68%;
  padding-bottom: 38px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl06 {
    width: 85%;
    padding-bottom: 0;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl07 {
  width: 78%;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl07 {
    width: 95%;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl08 {
  width: 60%;
  padding-bottom: 52px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .illu-ttl.ttl08 {
    width: 75%;
    padding-bottom: 0;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .logo-act {
  width: 80px;
  margin:0 auto 10px
}
.pagetype-illustration .ill-conts02 .white-wrap .white .names {
  text-align: center;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .names span {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #707070;
  font-weight: bold;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 5px 4px;
  position: relative;
  background-color: #fff;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .names span:after {
  content: "";
  right: -5px;
  bottom: -5px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-color: #f0909a;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .names span {
    line-height: 27px;
    font-size: 14px;
    padding: 5px 20px;
    width: 100%;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .names.type1 span {
  width: 100%;
  max-width: 610px;
  position: relative;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .names.type1 span:before {
  content: "";
  background: url(../images/illustration_2022/ttl_parts.png) no-repeat;
  background-size: 69px 74px;
  width: 69px;
  height: 74px;
  position: absolute;
  top: -60px;
  left: 78%;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .names.type1 span:before {
    content: "";
    background: url(../images/illustration_2022/ttl_parts.png) no-repeat;
    background-size: 47px 50px;
    width: 47px;
    height: 50px;
    top: -45px;
    left: 70%;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .names.blue span:after {
  background-color: #2583c8;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .names.pink span:after {
  background-color: #f0909a;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .names.green span:after {
  background-color: #4b9e35;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list {
  max-width: 840px;
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .img-list {
    margin-top: 20px;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list li {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .img-list li {
    margin-bottom: 30px;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list li a {
  display: block;
  transition: 0.4s;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list li p {
  text-align: center;
  margin-bottom: 10px;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list li p span {
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 30px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .img-list li p span {
    font-size: 15px;
    line-height: 24px;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list li p span::after, .pagetype-illustration .ill-conts02 .white-wrap .white .img-list li p span::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 30px;
  background: #2e2e2e;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list li p span::after {
  left: 0;
  transform: rotate(-30deg);
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list li p span::before {
  right: 0;
  transform: rotate(30deg);
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list li:last-child {
  margin-bottom: 0 !important;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list li .ttl1 {
  width: 510px;
  margin: 0 auto 30px auto;
  background-color: #e97b87;
  color: #fff;
  border-radius: 20px 20px 20px 20px;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list li .ttl1:before {
  content: "";
  position: absolute;
  background: url(../images/illustration_2022/ttl1_parts.png) no-repeat;
  background-size: 37px 30.5px;
  width: 37px;
  height: 30.5px;
  left: 0px;
  bottom: -15px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .img-list li .ttl1 {
    width: 100%;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list02 {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .img-list02 {
    display: block;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list02 li {
  width: calc(50% - 25px);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .img-list02 li {
    width: 100%;
    margin-bottom: 40px;
  }
  .pagetype-illustration .ill-conts02 .white-wrap .white .img-list02 li:last-child {
    margin-bottom: 0;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list02 li .names {
  margin-bottom: 20px;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list02 li a {
  display: block;
  transition: 0.4s;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 {
  max-width: 990px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  justify-content: center;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 {
    justify-content: space-between;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li {
  width: calc(25% - 15px);
  margin: 40px 20px 0 0;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li {
    width: calc(50% - 5px);
    margin: 20px 0 0px 0 !important;
  }
  .pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li:nth-child(1), .pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li:nth-child(2) {
    margin-top: 0 !important;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li:nth-child(1), .pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li:nth-child(2), .pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li:nth-child(3), .pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li:nth-child(4) {
  margin-top: 0;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li:nth-child(4n) {
  margin-right: 0;
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li .names {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li .names {
    margin-bottom: 10px;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li .names span {
  background: #fff;
  font-size: 14px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li .names span {
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap .white .img-list03 li a {
  display: block;
  transition: 0.4s;
}
.pagetype-illustration .ill-conts02 .white-wrap.white-wrap02 .illu-ttl {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap.white-wrap02 .illu-ttl {
    margin-bottom: 20px;
  }
}
.pagetype-illustration .ill-conts02 .white-wrap.white-wrap03::after {
  background: #4593d0;
}
.pagetype-illustration .ill-conts02 .white-wrap.white-wrap03 .illu-ttl {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .white-wrap.white-wrap03 .illu-ttl {
    margin-bottom: 20px;
  }
}
.pagetype-illustration .ill-conts02 .w-section {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  justify-content: center;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .w-section {
    display: block;
    width: calc(100% - 20px);
  }
}
.pagetype-illustration .ill-conts02 .w-section .white-wrap {
  width: calc(50% - 20px);
  margin: 0 0 80px 39px;
}
.pagetype-illustration .ill-conts02 .w-section .white-wrap:after {
  display: none;
}
.pagetype-illustration .ill-conts02 .w-section .white-wrap:nth-child(2n + 1) {
  margin: 0 0 80px 0;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts02 .w-section .white-wrap {
    width: 100%;
    margin: 0 0 80px 0;
  }
  .pagetype-illustration .ill-conts02 .w-section .white-wrap:after {
    display: block;
    content: "";
    background: url(../images/illustration_2022/flag_sp.png) no-repeat;
    width: 100%;
    height: 150px;
    background-size: 100% auto;
    top: -30px;
    left: 0;
  }
}
.pagetype-illustration .ill-conts02 .w-section .white-wrap .white img {
  margin: 0 auto;
}
.pagetype-illustration .ill-conts02 .w-section .white-wrap .white .illu-ttl {
  font-size: 40px;
  margin-bottom: 10px;
}
.pagetype-illustration .ill-conts02 .w-section .white-wrap .white .names {
  margin-bottom: 20px;
}
.pagetype-illustration .ill-conts03 {
  padding: 100px 20px 140px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.pagetype-illustration .ill-conts03::after, .pagetype-illustration .ill-conts03::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 488px;
  height: 152px;
  z-index: -1;
}
@media (max-width: 1080px) {
  .pagetype-illustration .ill-conts03::after, .pagetype-illustration .ill-conts03::before {
    width: 244px;
    height: 76px;
  }
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts03::after, .pagetype-illustration .ill-conts03::before {
    width: 150px;
    height: 50px;
  }
}
.pagetype-illustration .ill-conts03 .innerConts {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #fff5f6;
  border: 1px solid #f0909a;
  padding: 30px 50px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts03 .innerConts {
    padding: 20px;
  }
}
.pagetype-illustration .ill-conts03 .innerConts .illu-ttl03 {
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts03 .innerConts .illu-ttl03 {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 10px;
  }
}
.pagetype-illustration .ill-conts03 .innerConts .info-list li {
  border-top: 1px solid #fae0e3;
  padding: 20px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts03 .innerConts .info-list li {
    align-items: flex-start;
  }
}
.pagetype-illustration .ill-conts03 .innerConts .info-list li:last-child {
  border-bottom: 1px solid #fae0e3;
}
.pagetype-illustration .ill-conts03 .innerConts .info-list li .num {
  width: 60px;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.06em;
  color: #f0909a;
  font-weight: bold;
  font-family: "Hiragino Sans", sans-serif;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts03 .innerConts .info-list li .num {
    width: 40px;
    padding-top: 10px;
  }
}
.pagetype-illustration .ill-conts03 .innerConts .info-list li .side-body {
  width: calc(100% - 60px);
  padding-left: 20px;
  border-left: 1px solid #fae0e3;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts03 .innerConts .info-list li .side-body {
    width: calc(100% - 40px);
    padding-top: 5px;
  }
}
.pagetype-illustration .ill-conts03 .innerConts .info-list li .side-body dl {
  text-align: left;
  padding: 20px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts03 .innerConts .info-list li .side-body dl {
    display: block;
    padding: 0;
  }
}
.pagetype-illustration .ill-conts03 .innerConts .info-list li .side-body dl dt {
  width: 60px;
  background: #f0909a;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts03 .innerConts .info-list li .side-body dl dt {
    margin-bottom: 10px !important;
  }
}
.pagetype-illustration .ill-conts03 .innerConts .info-list li .side-body dl dt:last-of-type {
  margin-bottom: 0;
}
.pagetype-illustration .ill-conts03 .innerConts .info-list li .side-body dl dd {
  width: calc(100% - 70px);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 32px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts03 .innerConts .info-list li .side-body dl dd {
    width: 100%;
  }
}
.pagetype-illustration .ill-conts03 .innerConts .info-list li .side-body dl dd:last-of-type {
  margin-bottom: 0;
}
.pagetype-illustration .ill-conts03 .innerConts .minitxt {
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 18px;
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .pagetype-illustration .ill-conts03 .innerConts .minitxt {
    margin-top: 10px;
  }
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 48px;
  height: 48px;
  background: none;
  border-radius: 100%;
  border: none;
}
@media (max-width: 768px) {
  #pagetop {
    right: 10px;
    bottom: 30px;
  }
}
#pagetop a {
  display: block;
  height: 100%;
  transition: 0.4s;
  position: relative;
}
#pagetop a::after {
  display: none;
}
#pagetop a::before {
  display: none;
}

.navBtn {
  background-color: #e97b87;
  border-radius: 5px;
  width: 64px;
  height: 64px;
}
.navBtn span {
  background: #fff;
}
@media (max-width: 768px) {
  .navBtn {
    width: 48px;
    height: 48px;
  }
}

footer {
  background-color: #fff;
  position: relative;
  padding-top: 60px;
  color: #1f1f1f;
}
footer .footer-bg {
  width: 715px;
  position: absolute;
  left: 50%;
  top: -108px;
  transform: translateX(-50%);
}
footer .footer-logo {
  margin: 0 auto;
  width: 235px;
  margin-bottom: 20px;
}
footer .link-list li a {
  color: #1f1f1f;
  border-right: 1px solid #1f1f1f;
}
footer .copyright {
  color: #1f1f1f;
}
footer:after {
  display: none;
}
@media (max-width: 768px) {
  footer .footer-bg {
    width: calc(100% - 20px);
    max-width: 480px;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
  }
  footer .link-list li a {
    border: none;
    padding: 0 10px;
  }
  footer .link-list li:nth-child(1) a {
    padding-bottom: 5px;
  }
  footer .link-list li:nth-child(2), footer .link-list li:nth-child(3) {
    display: inline-block;
  }
  footer .link-list li:nth-child(2) a {
    border-right: 1px solid #1f1f1f;
  }
  footer .copyright {
    line-height: 15px;
  }
}

.lightbox-img {
  position: relative;
}
.lightbox-img:before {
  content: "";
  width: 42px;
  height: 42px;
  background: url(../images/illustration_2022/modal_zoom.svg) no-repeat;
  background-size: 42px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .lightbox-img:before {
    width: 36px;
    height: 36px;
    background: url(../images/illustration_2022/modal_zoom.svg) no-repeat;
    background-size: 36px;
  }
}

#particles-js {
  position: fixed;
  /*描画固定*/
  z-index: -1;
  /*描画を一番下に*/
  width: 100%;
  height: 100%;
  background-color: #f7f6ef;
  /*背景色*/
}
