/* Magnific Popup CSS */
.mfp-bg {
  color: #fff;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  background: #000;
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  background: #000;
  color: #CCC;
}

.mfp-preloader a:hover {
  background: #000;
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  background: #000;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 2rem;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  background: #0b0b0b;
  color: #fff;
  opacity: 0.8;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  background: #000;
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 1rem;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  color: #fff;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  color: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  background: #000;
  color: #BDBDBD;
  display: block;
  font-size: 1.2rem;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  background: #000;
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    color: #fff;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  color: #fff;
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  background: #000;
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  background: #000;
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 2.2rem;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  background: #000;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 2.2rem;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  color: #fff;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*============================================================================================================
	base
============================================================================================================*/
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
section,
article,
header,
footer,
main,
nav,
span,
a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/*------------------------------------------
	hover
------------------------------------------*/
@media screen and (min-width: 768px) {
  a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  a img {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  a:hover {
    opacity: 0.6;
  }

  a:hover img {
    opacity: 0.6;
  }
}

/*  --------------------------------------------------------------------------------
  common
--------------------------------------------------------------------------------  */
.wrapper {
  background: url(../img/bg01.jpg) repeat-y center top;
  background-size: 100% auto;
  position: relative;
  margin: auto;
  max-width: 480px;
}

.wrapper::before {
  background: url(../img/bg_mv01.jpg) no-repeat center center;
  background-size: cover;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
  }
}

/*	js-fadeUp	*/
.js-fadeUp.js-order01 {
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  opacity: 0;
}

.js-fadeUp.js-order02 {
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: 0.8s ease 0.2s;
  transition: 0.8s ease 0.2s;
  opacity: 0;
}

.js-fadeUp.js-order03 {
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: 0.8s ease 0.4s;
  transition: 0.8s ease 0.4s;
  opacity: 0;
}

.js-fadeUp.js-order04 {
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: 0.8s ease 0.6s;
  transition: 0.8s ease 0.6s;
  opacity: 0;
}

.js-fadeUp.scrollin.js-order01 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.js-fadeUp.scrollin.js-order02 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.js-fadeUp.scrollin.js-order03 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.js-fadeUp.scrollin.js-order04 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.js-roteta-anim {
  -webkit-animation: rotation 2s step-start infinite;
  animation: rotation 2s step-start infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.matsurikaHeader {
  width: 100%;
}

.matsurikaHeader__nav {
  background: url(../img/bg01.jpg) repeat-y center top;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 100%;
  height: 100svh;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.matsurikaHeader__nav.is_open {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.matsurikaHeader__nav.is_scrolling {
  position: fixed;
  right: 0;
  margin: auto;
  max-width: 480px;
}

.matsurikaHeader__list {
  padding-top: 19%;
  padding-left: 22%;
}

.matsurikaHeader__list__item a {
  display: block;
}

.matsurikaHeader__list__item.is_menu {
  width: 27.5%;
}

.matsurikaHeader__list__item.is_products {
  width: 49%;
  margin-top: 13.5%;
}

.matsurikaHeader__list__item.is_jjshop {
  width: 73%;
  margin-top: 15.5%;
}

.matsurikaHeader__list__item.is_jj {
  width: 60%;
  margin-top: 16%;
}

.matsurikaHeader__list__item.is_matsurika {
  width: 60%;
  margin-top: 16%;
}

.matsurikaHeader__menu {
  background: url(../img/ico_menu01.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  position: absolute;
  left: calc(100% - 65px);
  top: 10px;
  opacity: 1;
  width: 52px;
  height: 46px;
  -webkit-transform: 0.5s;
  transform: 0.5s;
  z-index: 100;
}

.matsurikaHeader__menu.is_scrolling {
  position: fixed;
}

.matsurikaHeader__menu.is_footer {
  position: absolute;
  top: auto;
  bottom: 10px;
}

.matsurikaHeader__menu.is_open {
  background-image: url(../img/ico_menu02.png);
}

@media screen and (max-width: 767px) {
  .matsurikaHeader__nav.is_scrolling {
    max-width: 100%;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.matsurikaSec01 {
  padding: 18.2% 5% 1.7%;
}

.matsurikaSec01__btn {
  margin: auto;
  max-width: 254px;
}

.matsurikaSec01__btn a {
  display: block;
}

.matsurikaSec01__lead {
  margin: 21.2% auto 2%;
  max-width: 64.5%;
}

.matsurikaSec01__imgBox {
  margin: 0 auto;
  max-width: 82%;
}

.matsurikaSec03 {
  padding: 2.7% 0 6%;
}

.matsurikaSec03__ttl {
  margin: auto;
  width: 41%;
}

.matsurikaSec03__imgBox {
  display: block;
  margin: 7.65% auto 0;
  width: 85.3%;
}

.matsurikaSec03__list {
  background: url(../img/bg_sec03_1.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 14.5% 0 20.5%;
}

.matsurikaSec03__list__item+.matsurikaSec03__list__item {
  margin-top: 6.8%;
}

.matsurikaSec03__list__item+.matsurikaSec03__list__item+.matsurikaSec03__list__item {
  margin-top: 5.2%;
}

.matsurikaSec03__list__item+.matsurikaSec03__list__item+.matsurikaSec03__list__item+.matsurikaSec03__list__item {
  margin-top: 8%;
}

.matsurikaSec03__list__item+.matsurikaSec03__list__item+.matsurikaSec03__list__item+.matsurikaSec03__list__item+.matsurikaSec03__list__item {
  margin-top: 8%;
}

.matsurikaSec03__list__item+.matsurikaSec03__list__item+.matsurikaSec03__list__item+.matsurikaSec03__list__item+.matsurikaSec03__list__item+.matsurikaSec03__list__item {
  margin-top: 12.5%;
}

.matsurikaSec03__list__item.is_bin .matsurikaSec03__list__ttl {
  width: 31.6%;
}

.matsurikaSec03__list__item.is_bin .matsurikaSec03__list__imgBox {
  margin: 5% auto 0;
  width: 33.5%;
}

.matsurikaSec03__list__item.is_bin .matsurikaSec03__list__caption {
  margin: 7.5% auto 0;
  width: 65.3%;
}

.matsurikaSec03__list__item.is_bin .matsurikaSec03__list__txt {
  margin: 5.2% auto 0;
  width: 61.4%;
  text-align: center;
}

.matsurikaSec03__list__item.is_bin .matsurikaSec03__list__txt img {
  width: 51%;
}

.matsurikaSec03__list__item.is_can .matsurikaSec03__list__ttl {
  width: 40.5%;
}

.matsurikaSec03__list__item.is_can .matsurikaSec03__list__imgBox {
  margin: 5.4% auto 0;
  width: 42%;
  position: relative;
}

.matsurikaSec03__list__popup{
  position: absolute;
  width: 60%;
  top: 1%;
  right: -40%;
}

.matsurikaSec03__list__item.is_can .matsurikaSec03__list__caption {
  margin: 6% auto 0;
  width: 65.3%;
}

.matsurikaSec03__list__item.is_can .matsurikaSec03__list__txt {
  margin: 5.4% auto 0;
  width: 31.5%;
  text-align: center;
}

.matsurikaSec03__list__item.is_pack .matsurikaSec03__list__ttl {
  width: 40.5%;
}

.matsurikaSec03__list__item.is_pack .matsurikaSec03__list__imgBox {
  margin: 7.8% auto 0;
  width: 28.5%;
}

.matsurikaSec03__list__item.is_pack .matsurikaSec03__list__caption {
  margin: 9.9% auto 0;
  width: 65.3%;
}

.matsurikaSec03__list__item.is_pack .matsurikaSec03__list__txt {
  margin: 5.4% auto 0;
  width: 61.4%;
  text-align: center;
}

.matsurikaSec03__list__item.is_pack .matsurikaSec03__list__txt img {
  width: 57%;
}

.matsurikaSec03__list__ttl {
  margin: auto;
}

.matsurikaSec03__list__btn {
  display: block;
  margin: 6% auto 0;
  width: 29.1%;
}

.matsurikaSec03__bnr {
  margin: auto;
  padding: 15.5% 0 0;
  width: 86%;
}

.matsurikaSec03__bnr a {
  display: block;
}

.matsurikaSec03__bnr .matsurikaSec03__note img {
  margin-top: 3.5%;
  margin-right: 5%;
  width: 37.5%;
}

.matsurikaSec03__ad {
  margin: auto;
  padding: 5.8% 0 0;
  width: 86%;
}

.matsurikaSec03__ad a {
  display: block;
}

.matsurikaSec03__ad .matsurikaSec03__note img {
  margin-top: 3.6%;
  margin-right: 3%;
  width: 41.5%;
}

.matsurikaSec03__note {
  margin-top: 0;
  text-align: right;
}

.matsurikaSec04 {
  background: url(../img/bg_sec02_2.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 18.6% 0 21%;
}

.matsurikaSec04__ttl {
  margin: auto;
  width: 54%;
}

.matsurikaSec04__jjList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.7%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 6.2% auto 0;
  width: 70%;
}

.matsurikaSec04__jjList__item {
  width: 47.1%;
}

.matsurikaSec04__jjList__item:nth-child(n+3) {
  margin-top: 5.25%;
}

.matsurikaSec04__jjList__item img {
  height: 100%;
}

.matsurikaSec04__txt {
  margin: 9% auto 0;
  width: 22.5%;
}

.matsurikaSec04__bnrList {
  margin: 7.3% auto 0;
  width: 70%;
}

.matsurikaSec04__bnrList__item+.matsurikaSec04__bnrList__item {
  margin-top: 2.85%;
}

.matsurikaSec04__txt2 {
  margin: 9.3% auto 0;
  width: 53%;
}

.matsurikaSec05 {
  padding: 18.6% 0 9.8%;
}

.matsurikaSec05__ttl {
  margin: auto;
  width: 83.5%;
}

.matsurikaSec05__lead {
  margin: 10.7% auto 0;
  width: 64.6%;
}

.matsurikaSec05__btn {
  display: block;
  margin: 12.2% auto 0;
  width: 29.1%;
}

.matsurikaSec07 {
  padding: 9.7% 0 10.8%;
}

.matsurikaSec07__btn {
  display: block;
  margin: auto;
  width: 33.3%;
}

.matsurikaSec07__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13.7%;
  margin: 9% auto 0;
  width: 38.2%;
}

.matsurikaPopup01 {
  background: url(../img/bg01.jpg) repeat-y center top;
  background-size: 100% auto;
  margin: auto;
  max-width: 480px;
}

.matsurikaPopup01__inner {
  padding: 11.4035087719% 10.8771929825% 9.4736842105%;
}

.matsurikaPopup01__txt {
  width: 83.0941704036%;
}

.matsurikaPopup01__list {
  margin-top: 7.1748878924%;
}

.matsurikaPopup01__list__item+.matsurikaPopup01__list__item {
  margin-top: 9.4170403587%;
}

.matsurikaPopup01__list__txt {
  margin-top: 4.4843049327%;
}

.matsurikaPopup01__list__txt.is_second {
  width: 64.5291479821%;
}

.matsurikaPopup01__list__txt.is_third {
  width: 95.4260089686%;
}

.matsurikaPopup01__btn {
  display: block;
  margin: 12.1076233184% auto 0;
  width: 41.2556053812%;
}