/* =================================================
  pageContainer
================================================= */
#pageContainer {
  font-family: "M PLUS 2", sans-serif;
}
#pageContainer .sp_only {
  display: none;
}
#pageContainer .centered {
  text-align: center;
}
#pageContainer .centered img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #pageContainer .sp_only {
    display: block;
  }
  #pageContainer .pc_only {
    display: none;
  }
}

/* ----------------------------------------
  video_area
---------------------------------------- */
/* 動画支給後表示 */
#video_area {
  /* background: url(./img/video_area_bg.png) no-repeat center top -125px/871.24px;
  padding: 145px 0 245px; */
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  #video_area {
    background-position: center top -7.8vw;
    background-size: calc(100% - 20px);
    /* padding: 21vw 0 26vw; */
    padding-top: 55px;
  }
}
#video_area .wrapper-video {
  width: min(100%, 643px);
  margin: 0 auto;
  border: 6px solid #036EB8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
#video_area .wrapper-video .remodalLink {
  position: relative;
  display: block;
}
#video_area .wrapper-video .remodalLink::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#video_area .wrapper-video .remodalLink span::before, #video_area .wrapper-video .remodalLink span::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
#video_area .wrapper-video .remodalLink span::before {
  width: 5em;
  height: 5em;
  border: 0.4em solid #fff;
  border-radius: 50%;
  color: #fff;
}
#video_area .wrapper-video .remodalLink span::after {
  width: 0;
  height: 0;
  border: 1.5em solid transparent;
  border-left: 2.5em solid #fff;
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
}
@media screen and (max-width: 767px) {
  #video_area .wrapper-video {
    border-width: 3px;
    width: 72%;
    font-size: 11px;
  }
}

/* ----------------------------------------
  support
---------------------------------------- */
#support .bg {
  background: #FFF9C7;
  padding: 15px 0 80px;
  position: relative;
}
#support .bg::before {
  content: "";
  background: url(./img/support_bg.png) no-repeat center top/max(100%, 1366px) 100%;
  position: absolute;
  width: 100%;
  height: 92px;
  top: -92px;
  left: 0;
}
#support .bg .ttl {
  background: url(./img/support_ttl.png) no-repeat center/auto 100%;
  height: 114px;
  width: 100%;
  padding-top: 0.4em;
  color: #FFE600;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  position: absolute;
  top: -120px;
  left: 0;
}
#support .bg p {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}
#support .bg .img {
  background: url(./img/arrow.png) no-repeat center top 30px/45px;
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #support .bg {
    padding: 20px 0 40px;
  }
  #support .bg::before {
    content: "";
    background: url(./img/support_bg.png) no-repeat center top/100% 100%;
    position: absolute;
    width: 100%;
    height: 5vw;
    top: -5vw;
    left: 0;
  }
  #support .bg .ttl {
    height: 50px;
    font-size: 17px;
    top: -10vw;
    left: 0;
  }
  #support .bg p {
    font-size: 14px;
  }
  #support .bg .img {
    background-position: center top 8px;
    background-size: 20px;
    padding: 42px 0 0;
    z-index: 0;
  }
  #support .bg .img img {
    width: min(100%, 317px);
    margin: 0 auto;
  }
}
#support .illust_wrap {
  width: min(100% - 20px, 1144px);
  height: 100%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
  pointer-events: none;
  z-index: 3;
}
#support .illust_wrap li {
  width: 100px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #support .illust_wrap {
    width: 358px;
  }
  #support .illust_wrap li {
    width: 50px;
  }
}
#support .point {
  background: #95D5F6;
  padding: 120px 18px 115px;
  position: relative;
}
#support .point .illust03 {
  width: min(100%, 1224px);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#support .point .illust03 .animate {
  display: block;
  background: url(./img/illust03.png) no-repeat right center/contain;
  width: 176px;
  height: 218px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #support .point {
    padding: 35px 18px 60px;
  }
  #support .point .illust03 {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    left: auto;
    right: 9px;
    bottom: 0;
  }
  #support .point .illust03 .animate {
    width: 89px;
    height: 110px;
  }
}
#support dl {
  border-radius: 50px;
  width: min(100%, 1000px);
  margin: 0 auto;
  -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
#support dl::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
}
#support dl:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #support dl {
    -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  }
  #support dl:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
#support dl dt {
  background: #036EB8;
  border-radius: 50px 50px 0 0;
  padding: 25px 20px;
  color: #fff;
}
#support dl dt h3 {
  padding-bottom: 20px;
  padding-left: 0.5em;
  margin-bottom: 25px;
  font-size: 42px;
  letter-spacing: 0.06em;
  font-weight: 800;
  text-align: center;
  position: relative;
}
#support dl dt h3::before {
  content: "";
  border-bottom: 3px solid #fff;
  width: 92px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#support dl dt h3 .yel {
  color: #FFE600;
}
#support dl dt h3 em {
  color: #FFE600;
  font-size: 68px;
  font-weight: 800;
  line-height: 1;
}
#support dl dt h3 .sm {
  font-size: 28px;
  font-weight: 800;
}
#support dl dt p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#support dl dt p small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #support dl dt {
    padding: 15px 10px 20px;
  }
  #support dl dt h3 {
    padding-bottom: 10px;
    margin: 0 -10px 15px;
    font-size: min(6.4vw, 24px);
  }
  #support dl dt h3::before {
    border-width: 1px;
    width: 50px;
  }
  #support dl dt h3 em {
    font-size: min(10.66vw, 40px);
  }
  #support dl dt h3 .sm {
    font-size: min(4.8vw, 18px);
  }
  #support dl dt p {
    font-size: min(3.73vw, 14px);
    line-height: 1.93;
  }
  #support dl dt p small {
    font-size: min(2.66vw, 10px);
  }
}
#support dl dd {
  background: url(./img/point_bg.png) repeat center/58px, #fff;
  border-radius: 0 0 50px 50px;
  padding: 40px 20px 80px;
}
#support dl dd .inner {
  width: min(100%, 765px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #support dl dd {
    background-size: 36px;
    padding: 22px 0 30px;
  }
  #support dl dd .inner {
    width: min(100%, 765px);
  }
}
#support dl .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
  width: min(100%, 872px);
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}
#support dl .list li {
  background: #fff;
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 40px;
  padding: 8px 20px 25px;
  text-align: center;
}
#support dl .list li img {
  margin: 0 auto 3px;
}
@media screen and (max-width: 767px) {
  #support dl .list {
    gap: 0 8px;
    padding: 0 13px;
    font-size: min(3.73vw, 14px);
  }
  #support dl .list li {
    -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
    aspect-ratio: 1/1;
    border-radius: 50%;
    padding: 0;
    text-align: center;
  }
  #support dl .list li img {
    width: 50%;
    margin: 3px auto 0;
  }
}
#support dl .point_ttl {
  text-align: center;
  margin-bottom: 37px;
}
#support dl .point_ttl span {
  border-top: 4px solid #036EB8;
  border-bottom: 4px solid #036EB8;
  display: block;
  background: #fff;
  padding: 0 0.1em;
  margin-bottom: 15px;
  height: 75px;
  color: #036EB8;
  font-size: 40px;
  line-height: 67px;
  letter-spacing: 0.05em;
  font-weight: 800;
}
#support dl .point_ttl span em {
  color: #E40280;
  font-size: 50px;
  font-weight: 800;
  position: relative;
}
#support dl .point_ttl span em .notes {
  font-size: 13px;
  position: absolute;
  bottom: -8px;
  right: 0;
}
#support dl .point_ttl span em small {
  font-size: 40px;
}
#support dl .point_ttl span small {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
}
#support dl .point_ttl span.sp_active {
  display: contents;
}
@media screen and (max-width: 767px) {
  #support dl .point_ttl {
    margin-bottom: 10px;
  }
  #support dl .point_ttl span {
    border-width: 2px;
    margin-bottom: 4px;
    height: 40px;
    font-size: 22px;
    font-size: min(5.86vw, 22px);
    line-height: 34px;
  }
  #support dl .point_ttl span em {
    font-size: 28px;
    font-size: min(7.46vw, 28px);
    line-height: 0.7;
  }
  #support dl .point_ttl span em .notes {
    font-size: min(2.4vw, 9px);
    bottom: -7px;
  }
  #support dl .point_ttl span em small {
    font-size: min(5.33vw, 20px);
  }
  #support dl .point_ttl span small {
    font-size: 20px;
    font-size: min(3.73vw, 14px);
  }
  #support dl .point_ttl span.pc_active {
    display: contents;
  }
  #support dl .point_ttl span.sp_active {
    display: block;
  }
}
#support dl .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  width: min(100%, 760px);
  margin: 0 auto;
}
#support dl .flex:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#support dl .flex .txt_wrap .round_bg {
  display: block;
  background: #036EB8;
  border-radius: 30px;
  margin: 0 auto 27px;
  width: 174px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#support dl .flex .txt_wrap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.94;
}
@media screen and (max-width: 767px) {
  #support dl .flex {
    display: block;
    padding: 0 min(9.86vw, 37px);
  }
  #support dl .flex .img {
    margin: 0 auto 13px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #support dl .flex .txt_wrap .round_bg {
    margin-bottom: 0;
    width: 116.08px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #support dl .flex .txt_wrap p {
    font-size: min(3.73vw, 14px);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#support dl.point1::before {
  background-image: url(./img/point1.png);
  width: 247px;
  height: 210.5px;
  top: -37px;
  left: -41px;
}
#support dl.point1 .inner {
  margin-bottom: 40px;
  padding-right: 5px;
}
#support dl.point1 .point_ttl {
  text-align: center;
}
#support dl.point1 .point_ttl span {
  display: inline-block;
  font-size: 38px;
}
#support dl.point1 .point_ttl span em {
  font-size: 72px;
  line-height: 0.8;
}
#support dl.point1 .point_ttl span small {
  font-size: 30px;
}
#support dl.point1 .point_ttl span.sp_active {
  display: contents;
}
@media screen and (max-width: 767px) {
  #support dl.point1::before {
    background-image: url(./img/point1_sp.png);
    width: min(22.5vw, 84.5px);
    height: 121.5px;
    top: -12px;
    left: -24px;
  }
  #support dl.point1 .inner {
    margin-bottom: 25px;
  }
  #support dl.point1 .point_ttl span {
    border-width: 2px;
    padding-top: 0;
    margin-bottom: 4px;
    font-size: 21px;
  }
  #support dl.point1 .point_ttl span em {
    font-size: 33px;
    line-height: 1;
  }
  #support dl.point1 .point_ttl span small {
    font-size: 18px;
  }
  #support dl.point1 .point_ttl span.pc_active {
    display: contents;
  }
  #support dl.point1 .point_ttl span.sp_active {
    display: inline-block;
  }
}
#support dl.point2::before {
  background-image: url(./img/point2.png);
  width: 178px;
  height: 232px;
  top: -30px;
  right: 0;
}
#support dl.point2 .flex:nth-of-type(odd) {
  margin-bottom: 68px;
}
#support dl.point2 .flex:nth-of-type(odd) .txt_wrap {
  width: 309px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#support dl.point2 .flex:nth-of-type(odd) .point_ttl > span:nth-of-type(1) {
  height: 85px;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  #support dl.point2 .flex:nth-of-type(odd) {
    margin-bottom: 20px;
  }
  #support dl.point2 .flex:nth-of-type(odd) .img {
    width: 75%;
  }
  #support dl.point2 .flex:nth-of-type(odd) .txt_wrap {
    width: 100%;
  }
  #support dl.point2 .flex:nth-of-type(odd) .point_ttl > span:nth-of-type(1) {
    height: 45px;
    line-height: 32px;
  }
}
#support dl.point2 .flex:nth-of-type(even) .txt_wrap {
  width: 287px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#support dl.point2 .flex:nth-of-type(even) .point_ttl span em {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  #support dl.point2 .flex:nth-of-type(even) .img {
    width: 89%;
  }
  #support dl.point2 .flex:nth-of-type(even) .txt_wrap {
    width: 100%;
  }
  #support dl.point2 .flex:nth-of-type(even) .point_ttl span {
    height: 45px;
    line-height: 41px;
  }
  #support dl.point2 .flex:nth-of-type(even) .point_ttl span em {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #support dl.point2::before {
    background-image: url(./img/point2_sp.png);
    width: min(25.46vw, 95.5px);
    height: 98px;
    top: -25px;
    right: -17px;
  }
}
#support dl.point3::before {
  background-image: url(./img/point3.png);
  width: 234.5px;
  height: 214.5px;
  top: -32px;
  left: -55px;
}
#support dl.point3 .flex:not(:last-of-type) {
  margin-bottom: 20px;
}
#support dl.point3 .flex .img {
  width: 339px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #support dl.point3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px 0;
  }
  #support dl.point3 .flex:not(:last-of-type) {
    margin-bottom: 43px;
  }
  #support dl.point3 .flex .txt_wrap {
    display: contents;
  }
  #support dl.point3 .flex .img {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #support dl.point3::before {
    background-image: url(./img/point3_sp.png);
    width: min(21.2vw, 79.5px);
    height: 112.5px;
    top: -30px;
    left: -10px;
  }
}

.illust_wrap li {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.illust_wrap li.rotate {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.illust_wrap li:nth-child(1) {
  top: 20%;
  left: 2%;
}
.illust_wrap li:nth-child(2) {
  top: 7%;
  left: 19%;
}
.illust_wrap li:nth-child(3) {
  top: 8%;
  left: 75%;
}
.illust_wrap li:nth-child(4) {
  top: 25%;
  right: 1%;
}
.illust_wrap li:nth-child(4) img {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.illust_wrap li:nth-child(5) {
  top: 50%;
  left: 0;
}
.illust_wrap li:nth-child(5) img {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.illust_wrap li:nth-child(6) {
  left: 13%;
  bottom: 70px;
}
.illust_wrap li:nth-child(7) {
  right: 18%;
  bottom: 47px;
}
.illust_wrap li:nth-child(7) img {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.illust_wrap li:nth-child(8) {
  top: 60%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .illust_wrap li:nth-child(2) {
    top: 19%;
    left: 13%;
  }
  .illust_wrap li:nth-child(3) {
    top: 16%;
    left: 70%;
  }
  .illust_wrap li:nth-child(4) {
    top: 43%;
    right: 0;
  }
  .illust_wrap li:nth-child(5) {
    top: 46%;
    left: 0;
    -webkit-transform: rotate(10deg) !important;
            transform: rotate(10deg) !important;
  }
  .illust_wrap li:nth-child(6) {
    left: 16%;
    bottom: 24px;
    -webkit-transform: rotate(-10deg) !important;
            transform: rotate(-10deg) !important;
  }
  .illust_wrap li:nth-child(7) {
    right: 25%;
    bottom: 16px;
  }
  .illust_wrap li:nth-child(1), .illust_wrap li:nth-child(8) {
    display: none;
  }
}

.swing img {
  -webkit-animation: decoSwing 12s ease-in-out infinite;
          animation: decoSwing 12s ease-in-out infinite;
}

@-webkit-keyframes decoSwing {
  0%, 100%, 20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%, 12% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  16% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes decoSwing {
  0%, 100%, 20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%, 12% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  16% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.illust03 .animate {
  opacity: 0;
}
.illust03 .animate.active {
  -webkit-animation: bounce 0.8s forwards ease-in-out;
          animation: bounce 0.8s forwards ease-in-out;
  opacity: 1;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(100%) scale(0.8);
            transform: translateY(100%) scale(0.8);
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(100%) scale(0.8);
            transform: translateY(100%) scale(0.8);
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
/* ----------------------------------------
  products
---------------------------------------- */
#products {
  background: #fff;
  padding: 90px 18px 120px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #products {
    padding: 45px 18px 55px;
  }
}
#products h2 {
  padding-bottom: 15px;
  margin-bottom: 45px;
  color: #036EB8;
  font-size: 34px;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  position: relative;
}
#products h2::after {
  content: "";
  border-bottom: 3px solid currentColor;
  width: 42px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #products h2 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 24px;
  }
  #products h2::after {
    width: 35px;
  }
}
#products .read {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 767px) {
  #products .read {
    margin-bottom: 33px;
    font-size: 16px;
  }
}
#products .products_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 22px;
  width: min(100%, 974px);
  margin: 0 auto;
}
#products .products_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 30px 5px 33px;
}
#products .products_list li p {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 37px;
  line-height: 1.4;
  text-align: center;
}
#products .products_list li p small {
  font-size: 19px;
}
#products .products_list li p span {
  font-size: 31px;
}
#products .products_list li .img {
  margin: auto 0 25px;
}
#products .products_list li .img img {
  -webkit-box-shadow: 3px 3px 5px rgba(123, 123, 123, 0.5);
          box-shadow: 3px 3px 5px rgba(123, 123, 123, 0.5);
}
#products .products_list li a {
  width: calc(100% - 36px);
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff;
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
}
#products .products_list li a:hover {
  opacity: 0.7;
}
#products .products_list li:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 248, 255)), to(rgb(208, 226, 255)));
  background: linear-gradient(180deg, rgb(234, 248, 255) 0%, rgb(208, 226, 255) 100%);
}
#products .products_list li:nth-child(1) p {
  font-size: 36px;
}
#products .products_list li:nth-child(1) p small {
  font-size: 18px;
}
#products .products_list li:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 248, 255)), to(rgb(208, 253, 255)));
  background: linear-gradient(180deg, rgb(234, 248, 255) 0%, rgb(208, 253, 255) 100%);
}
#products .products_list li:nth-child(2) p {
  font-size: 32px;
}
#products .products_list li:nth-child(2) p small {
  font-size: 18px;
}
#products .products_list li:nth-child(3) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 247, 254)), to(rgb(247, 223, 248)));
  background: linear-gradient(180deg, rgb(255, 247, 254) 0%, rgb(247, 223, 248) 100%);
}
#products .products_list li:nth-child(4) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(222, 244, 255)), to(rgb(192, 228, 250)));
  background: linear-gradient(180deg, rgb(222, 244, 255) 0%, rgb(192, 228, 250) 100%);
}
#products .products_list li:nth-child(4) p {
  font-size: 34px;
}
#products .products_list li:nth-child(5) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 240, 255)), to(rgb(209, 228, 255)));
  background: linear-gradient(180deg, rgb(234, 240, 255) 0%, rgb(209, 228, 255) 100%);
}
#products .products_list li:nth-child(1) p {
  color: #307AF2;
}
#products .products_list li:nth-child(1) a {
  background: #307AF2;
}
#products .products_list li:nth-child(2) p {
  color: #00B190;
}
#products .products_list li:nth-child(2) a {
  background: #00B190;
}
#products .products_list li:nth-child(3) p {
  color: #D12F7D;
}
#products .products_list li:nth-child(3) a {
  background: #D12F7D;
}
#products .products_list li:nth-child(4) p {
  color: #0479D0;
}
#products .products_list li:nth-child(4) a {
  background: #0479D0;
}
#products .products_list li:nth-child(5) p {
  color: #124BA7;
}
#products .products_list li:nth-child(5) a {
  background: #124BA7;
}
@media screen and (max-width: 767px) {
  #products .products_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 10px;
  }
  #products .products_list li {
    padding: 10px 5px 18px;
  }
  #products .products_list li p {
    margin-bottom: 15px;
    font-size: 5vw;
  }
  #products .products_list li p small {
    font-size: 2.66vw;
  }
  #products .products_list li p span {
    font-size: 4.26vw;
  }
  #products .products_list li .img {
    margin-bottom: 14px;
  }
  #products .products_list li .img img {
    width: 72%;
  }
  #products .products_list li a {
    width: 91%;
    height: 6.93vw;
    line-height: 6.93vw;
    font-size: 2.4vw;
  }
  #products .products_list li:nth-child(1) p {
    font-size: min(4.8vw, 18px);
  }
  #products .products_list li:nth-child(1) p small {
    font-size: min(2.4vw, 9px);
  }
  #products .products_list li:nth-child(2) p {
    font-size: min(4.26vw, 16px);
  }
  #products .products_list li:nth-child(2) p small {
    font-size: min(2.4vw, 9px);
  }
  #products .products_list li:nth-child(4) p {
    font-size: min(4.8vw, 18px);
  }
}

/* ----------------------------------------
  convenience
---------------------------------------- */
#convenience .obi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
  background: #FFE600;
  min-height: 64px;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: 800;
}
#convenience .obi::before, #convenience .obi::after {
  content: "";
  background: url(./img/icon1.svg) no-repeat center/contain;
  width: 35.32px;
  height: 24.33px;
}
@media screen and (max-width: 767px) {
  #convenience .obi {
    gap: 0 4px;
    padding: 5px 10px;
    min-height: 36px;
    font-size: 14px;
  }
  #convenience .obi::before, #convenience .obi::after {
    width: 24px;
    height: 16.54px;
  }
}
#convenience .bg {
  background: #036EB8;
  padding: 106px 18px 120px;
}
#convenience h2 {
  text-align: center;
}
#convenience h2 img {
  width: min(53vw, 674.42px);
}
#convenience h2 span {
  display: inline-block;
  position: relative;
}
#convenience h2 span::before, #convenience h2 span::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#convenience h2 span::before {
  background-image: url(./img/illust02.png);
  width: min(16vw, 199.66px);
  height: 122.82px;
  left: -35%;
  bottom: -10px;
}
#convenience h2 span::after {
  background-image: url(./img/illust01.png);
  width: 116.31px;
  width: min(10vw, 116.31px);
  height: 138.77px;
  right: -24%;
  bottom: -22px;
}
#convenience h2, #convenience h3 {
  margin-bottom: 50px;
}
#convenience .read {
  margin-bottom: 80px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1.94;
}
#convenience .item_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 62px;
  width: min(100%, 1000px);
  margin: 0 auto;
}
#convenience .item_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50px;
  padding: 75px 0 0;
  height: 100%;
  -webkit-box-shadow: 9px 9px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 9px 9px 0 rgba(0, 0, 0, 0.32);
  color: #036EB8;
  position: relative;
}
#convenience .item_list li a {
  pointer-events: none;
  cursor: default;
}
#convenience .item_list li a:hover {
  opacity: 1;
}
#convenience .item_list .type {
  display: inline-block;
  background: #FFE600;
  height: 51px;
  padding: 0 15px;
  font-size: 21px;
  line-height: 51px;
  font-weight: bold;
  position: absolute;
  top: 25px;
  left: -7px;
}
#convenience .item_list .img {
  position: relative;
  width: 59.8%;
  margin: 0 auto 20px;
}
#convenience .item_list .vertical {
  font-size: 22px;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.07em;
  position: absolute;
  top: 37px;
  right: 33px;
}
#convenience .item_list .item_detail {
  background: #95D5F6;
  border-radius: 0 0 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: auto;
  padding: 10px 0;
  min-height: 114px;
  color: #000;
  text-align: center;
}
#convenience .item_list .item_detail .item {
  font-size: 26px;
  font-weight: bold;
}
#convenience .item_list .item_detail span {
  display: inline-block;
  background: #fff;
  border: 1px solid currentColor;
  width: 92px;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #convenience .bg {
    padding: 35px 18px 60px;
  }
  #convenience h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 35px;
  }
  #convenience h2::before, #convenience h2::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #convenience h2::before {
    background-image: url(./img/illust02.png);
    width: 88.73px;
    height: 54.58px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 8px;
  }
  #convenience h2::after {
    background-image: url(./img/illust01.png);
    width: 59.71px;
    height: 71.24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #convenience h2 span {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: static;
  }
  #convenience h2 span::before, #convenience h2 span::after {
    display: none;
  }
  #convenience h2 img {
    width: 339px;
  }
  #convenience h3 {
    margin-bottom: 20px;
  }
  #convenience h3 img {
    width: min(87%, 294px);
  }
  #convenience .read {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.71;
  }
  #convenience .item_list {
    display: block;
    padding: 0 19px;
  }
  #convenience .item_list li {
    min-height: 274px;
  }
  #convenience .item_list li:first-of-type {
    margin-bottom: 14px;
  }
  #convenience .item_list li a {
    border-radius: 22px;
    padding-top: 29px;
    height: auto;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.32);
            box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.32);
  }
  #convenience .item_list .type {
    max-width: 70%;
    height: auto;
    padding: 0.55em 5px;
    font-size: min(3.2vw, 12px);
    line-height: 1;
    position: absolute;
    top: 13px;
    left: -5px;
    z-index: 1;
  }
  #convenience .item_list .img {
    width: 49%;
    margin-bottom: 24px;
  }
  #convenience .item_list .vertical {
    font-size: min(3.73vw, 14px);
    line-height: 1.3;
    top: 10%;
    right: 16%;
  }
  #convenience .item_list .item_detail {
    gap: 6px;
    min-height: 80px;
    border-radius: 0 0 22px 22px;
    padding: 5px 0;
  }
  #convenience .item_list .item_detail .item {
    font-size: min(4.27vw, 16px);
    line-height: 1.22;
  }
  #convenience .item_list .item_detail span {
    width: 74px;
    font-size: 10px;
  }
}
#convenience .animate span::after {
  opacity: 0;
}
#convenience .animate.active span::after {
  -webkit-animation: swing 1.5s forwards ease-out;
          animation: swing 1.5s forwards ease-out;
}
@media screen and (max-width: 767px) {
  #convenience .animate::after {
    opacity: 0;
  }
  #convenience .animate.active::after {
    -webkit-animation: swing 1.5s forwards ease-out;
            animation: swing 1.5s forwards ease-out;
  }
}

@-webkit-keyframes swing {
  0% {
    opacity: 0;
  }
  40%, 70% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
    opacity: 1;
  }
  55%, 85% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

@keyframes swing {
  0% {
    opacity: 0;
  }
  40%, 70% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
    opacity: 1;
  }
  55%, 85% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.brand-btns.-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  left: -301px;
  right: auto;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.brand-btns.-fixed.-show {
  left: 0;
}
.brand-btns.-fixed .brand-btns_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 301px;
  height: 334px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -235px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand-btns.-fixed .brand-btns_inner.active {
  left: 0;
}
.brand-btns.-fixed .brand-btns_inner.active .cart_btn::before {
  opacity: 1;
}
.brand-btns.-fixed .cart_btn {
  background: url(./img/icon_cart.svg) no-repeat center top 64px, #E40280;
  border-radius: 0 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0.2em 0 0;
  width: 65px;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.4em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: upright;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
}
.brand-btns.-fixed .cart_btn::before {
  opacity: 0;
  content: "";
  background: url(./img/btn_close.svg) no-repeat center/100%;
  width: 29px;
  height: 29px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 16px;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand-btns.-fixed .online_area {
  padding: 16px 0 16px 17px;
  width: 235px;
  background: #E40280;
  pointer-events: auto;
}
.brand-btns.-fixed .online_area ul {
  display: grid;
  gap: 10px 0;
}
.brand-btns.-fixed .online_area ul li a {
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .brand-btns.-fixed {
    height: 100%;
    left: -176px;
  }
  .brand-btns.-fixed .brand-btns_inner {
    position: absolute;
    width: 176px;
    height: 196px;
    top: 50%;
    left: -133px;
  }
  .brand-btns.-fixed .brand-btns_inner.active .cart_btn {
    background-position: center top 43px;
    background-size: 14px;
    padding-top: 35px;
    width: 38px;
    font-size: 10px;
    letter-spacing: 0.45em;
  }
  .brand-btns.-fixed .cart_btn {
    background-position: center top 20px;
    border-radius: 0 10px 10px 0;
    padding-top: 30px;
    width: 47px;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .brand-btns.-fixed .cart_btn::before {
    width: 17px;
    height: 17px;
    top: 12px;
  }
  .brand-btns.-fixed .online_area {
    padding: 10px 0 10px 10px;
    width: 138px;
  }
  .brand-btns.-fixed .online_area ul {
    gap: 5px 0;
  }
}

.float_bnr {
  background: #fff;
  border: 2px solid #E40280;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(92, 92, 92, 0.2);
          box-shadow: 0 3px 10px rgba(92, 92, 92, 0.2);
  width: 317px;
  position: fixed;
  right: 24px;
  z-index: 200;
  bottom: 70px;
}
.float_bnr a {
  display: block;
  padding: 17px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.float_bnr a:hover {
  opacity: 0.7;
}
.float_bnr a p {
  margin-bottom: 10px;
  color: #E40280;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.02em;
  padding-left: 0.5em;
}
.float_bnr a p br {
  display: none;
}
.float_bnr a img {
  width: 278px;
  margin: 0 auto;
  text-indent: 10px;
}
.float_bnr_close {
  background: url(./img/btn_close.svg) no-repeat center/100%;
  width: 29px;
  height: 29px;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .float_bnr {
    width: 162px;
    bottom: 60px;
    right: 10px;
  }
  .float_bnr a {
    padding: 8px 0 4px;
  }
  .float_bnr a p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .float_bnr a p br {
    display: block;
  }
  .float_bnr a img {
    width: 145px;
    text-indent: 5px;
  }
  .float_bnr_close {
    width: 22px;
    height: 22px;
    top: -8px;
    right: -8px;
  }
}

.diagram {
  display: flex;
  justify-content: end;
  color: #000;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  width: min(100%, 872px);
  margin: 10px auto 0;
}

@media screen and (max-width: 767px) {
  .diagram {
    font-size: 10px;
    padding: 0 13px;
  }
}

.convenience__group {
  display: flex;
  align-items: center;
}

.convenience__wrapper {
  display: flex;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .convenience__wrapper {
    font-size: 12px;
  }
}

.convenience__capacity {

}

.convenience__frequency {
  margin-left: -5px;
}

.ratate__wrapper {
  position: relative;
}

.support__btn {
  position: absolute;
  top: -33px;
  right: -116px;
  width: 115px;
  height: 85px;
  transform: rotate(10deg);
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .support__btn {
    top: -47px;
    right: -78px;
    width: 84px;
    height: 63px;
    transform: rotate(-10deg);
  }
}

@media screen and (max-width: 767px) {
  #support .illust_wrap li.rotate--btn {
    transform: rotate(10deg);
  }
}

/* ----------------------------------------
  support popup
---------------------------------------- */
.support-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.support-popup.active {
  opacity: 1;
  visibility: visible;
}

.support-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.support-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: min(904px, 66%);
  transform: translate(-50%, -50%) scale(0.8);
  transition: transform 0.3s ease;
}

.support-popup.active .support-popup__content {
  transform: translate(-50%, -50%) scale(1);
}

.support-popup__close {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 80px;
  height: 80px;
  padding: 0;
  cursor: pointer;
  z-index: 1;
  background-color: transparent;
  border: none;
}

.support-popup__image {
  text-align: center;
}

.support-popup__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .support-popup__close {
    width: 44px;
    height: 44px;
    top: 3%;
    right: 5%;
  }

  .support-popup__content {
    max-width: 83%;
  }
}

.convenience__icon {
  position: absolute;
  bottom: 0;
  left: -24%;
  width: 100%;
  max-width: 38%;
}

.convenience__icon--fc {
  max-width: 33%;
}

@media screen and (max-width: 767px) {
  .convenience__icon {
    bottom: -10%;
    left: -37%;
    max-width: 49%;
  }

  .convenience__icon--fc {
    max-width: 43%;
  }
}

.point_ttl--ginger {
  width: 100%;
  max-width: 71%;
  margin-right: auto;
  margin-left: auto;
}