.catchWrap {
  background: #f4f4f4;
}

.catch {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.catch img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.navWrap {
  border-top: solid 2px #c3c3c3;
  border-bottom: solid 2px #c3c3c3;
  border-top: solid 2px #c3c3c3;
  border-bottom: solid 2px #c3c3c3;
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #e0e0e0 0%, #f1f1f1 100%);
}

.nav {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  font-family: 'Noto Sans Japanese',sans-serif;
}

.navlist {
  width: 33.3333%;
  text-align: center;
  line-height: 3.1;
  font-size: calc(0.75rem + ((1vw - 7.67px) * 0.1735));
}

.navlist:hover {
  background: #d9a346;
  color: #fff;
}

.navlist:hover span {
  color: #fff;
}

.navlist span {
  color: #d9a346;
}

.navlist a {
  display: block;
  text-decoration: none;
}

.navlist a:hover {
  color: #fff;
  text-decoration: none;
}

.navlist--action {
  background: #d9a346;
  color: #fff;
}

.navlist--action span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .menuWrap {
    width: 100%;
    color: #fff;
    line-height: 55px;
    background-color: #d9a346;
  }
  .menu {
    position: absolute;
    width: 100%;
    display: none;
    background: #d9a346;
  }
  .menu li {
    color: #fff;
    text-align: center;
  }
  .menu li a {
    display: block;
    background: transparent;
    margin: 0px;
  }
  .menu li a:hover {
    color: #fff;
    background: #d9a346;
  }
  .menu .nav__icon,
  .menu .nav__icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    z-index: 999;
  }
  .menu__title {
    margin: 0;
    padding: 0 15% 0 0;
    text-align: center;
    font-size: 20px;
    font-size: 1.4rem;
    letter-spacing: .3rem;
  }
  .menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav__icon {
    position: absolute;
    display: block;
    top: 33%;
    right: 25%;
    width: 30px;
    height: 24px;
    margin-right: 10%;
    cursor: pointer;
  }
  .nav__icon span {
    background: white;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
  }
  .nav__icon span:nth-of-type(1) {
    top: 0;
  }
  .nav__icon span:nth-of-type(2) {
    top: 10px;
  }
  .nav__icon span:nth-of-type(3) {
    bottom: 0;
  }
  .nav__icon.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .nav__icon.active span:nth-of-type(2) {
    display: none;
  }
  .nav__icon.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  .nav__icon,
  .nav__icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    z-index: 999;
  }
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 0;
}

.wrapper {
  font-feature-settings: "palt";
  line-height: 1.8;
  font-family: 'Noto Sans Japanese',sans-serif;
  font-display: swap;
  color: #5e5e5e;
  background: -webkit-linear-gradient(top, white 0%, #e2e2e2 85%, white 97%);
  background: linear-gradient(to bottom, white 0%, #e2e2e2 85%, white 97%);
}

@media screen and (max-width: 768px) {
  .wrapper__inner {
    background: none;
  }
  .wrapper__bg {
    background: -webkit-linear-gradient(top, white 0%, #e2e2e2 80%, white 97%);
    background: linear-gradient(to bottom, white 0%, #e2e2e2 80%, white 97%);
  }
}

.main__block {
  position: relative;
  margin: 0 auto;
  padding: 3% 0 43%;
  background: url(../images/scene1.png) no-repeat center bottom;
  background-size: 100%;
}

.main__catch {
  max-width: 630px;
  width: auto;
  margin: 0 auto 2%;
}

.main__catch img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.main__title {
  position: relative;
  max-width: 1013px;
  width: 92.0909090909091%;
  margin: 0 auto 3%;
  z-index: 2;
}

.main__title img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.main__image {
  position: relative;
  max-width: 1300px;
  margin: 0 auto 3%;
}

.main__image img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.main__text {
  margin: 0;
  padding: 0;
  color: #5e5e5e;
  font-size: 1.5rem;
  text-align: center;
}

.main__textComment {
  margin: 0;
  padding: 0;
  color: #5e5e5e;
  font-size: 1rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .main__block {
    position: relative;
    margin: 0 auto;
    padding: 3% 0 0;
    background: none;
  }
  .main__catch {
    width: 76%;
    margin: 0 auto;
    padding: 7% 0 3%;
  }
  .main__catch img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0;
  }
  .main__title {
    position: relative;
    max-width: 100%;
    width: 76%;
    margin: 0 auto 3%;
    z-index: 2;
  }
  .main__title img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .main__image {
    position: relative;
    max-width: 1013px;
    width: 100%;
    margin: 0 auto 3%;
    z-index: 2;
  }
  .main__image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .main__text {
    margin: 0;
    padding: 0 5% 5%;
    color: #5e5e5e;
    font-size: 1.2rem;
    text-align: center;
  }
  .main__textComment {
    margin: 0 5%;
    padding: 0 0 15% 1em;
    color: #5e5e5e;
    font-size: .9rem;
    text-align: left;
    text-indent: -1em;
  }
}

.content {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0.94) 17%, #f2f2f2 18%, #f2f2f2 87%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0.94) 17%, #f2f2f2 18%, #f2f2f2 87%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 768px) {
  .content {
    background: #f2f2f2;
  }
}

.scene .element:nth-child(2) {
  position: absolute;
  left: 23.1%;
  top: 29.4%;
  width: 22%;
}

.scene .element:nth-child(2) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene .element:nth-child(3) {
  position: absolute;
  left: 31.7%;
  top: 39.1%;
  width: 28.3%;
}

.scene .element:nth-child(3) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene .element {
  opacity: 0;
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
}

.scene .active--element {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: opacity 0.7s, transform 0.7s;
  -webkit-transition: opacity 0.7s, transform 0.7s;
}

.scene--1 {
  position: relative;
  padding: 95% 0 0;
  background: url(../images/scene2.jpg) no-repeat center bottom;
  background-size: 100%;
}

.scene--1 .scene__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  max-width: 659px;
  width: 59.909090909090914%;
  margin: 0 auto 3%;
}

.scene--1 .scene__title img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene__title {
  max-width: 659px;
  width: 59.909090909090914%;
  margin: 6% auto 3%;
}

.scene__title img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene__box {
  max-width: 360px;
  width: 32.72727272727273%;
  padding: 2%;
  background: rgba(254, 251, 242, 0.9);
  box-shadow: 6px 6px 9px -6px rgba(0, 0, 0, 0.31);
  box-sizing: border-box;
}

.scene__box--1 {
  position: absolute;
  left: 5%;
  top: 49%;
}

.scene__box--1 .scene__boxTitle {
  margin: 0 auto 6%;
  width: 84%;
}

.scene__box--1 .scene__boxTitle img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene__box--2 {
  position: absolute;
  right: 5%;
  top: 48%;
}

.scene__box--2 .scene__boxTitle {
  margin: 0 auto 3%;
  width: 64.44444444444444%;
}

.scene__box--2 .scene__boxTitle img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene__box--3 {
  position: absolute;
  right: 5%;
  top: 32.6%;
}

.scene__box--3 .scene__boxTitle {
  margin: 0 auto 5%;
  width: 57.94444444444445%;
}

.scene__box--3 .scene__boxTitle img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene__box--4 {
  position: absolute;
  left: 5%;
  top: 68.7%;
}

.scene__box--4 .scene__boxTitle {
  margin: 0 auto 3%;
  width: 69.5%;
}

.scene__box--4 .scene__boxTitle img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene__box--5 {
  position: absolute;
  right: 5%;
  top: 74.4%;
}

.scene__box--5 .scene__boxTitle {
  margin: 0 auto 3%;
  width: 78.88888888888889%;
}

.scene__box--5 .scene__boxTitle img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene__boxtext {
  margin: 0 0 4%;
  text-align: center;
  color: #5e5e5e;
  font-size: calc(0.875rem + ((1vw - 13.07px) * 0.5204));
}

.scene__boxInner {
  margin: 0 0 1%;
  padding: 1.4% 0;
  text-align: center;
  color: #fff;
  font-size: calc(1rem + ((1vw - 14.5px) * 0.6071));
  background: #d9a346;
}

.scene--2 {
  position: relative;
  padding: 49% 0 0;
  background: url(../images/scene3.jpg) no-repeat center bottom;
  background-size: 100%;
}

.scene--2 .scene__content {
  position: absolute;
  top: 5%;
  left: 4%;
  max-width: 400px;
  width: 36%;
}

.scene--2 .scene__contentText {
  font-feature-settings: "palt";
  margin: 0 0 2%;
  text-align: center;
  font-size: calc(0.75rem + ((1vw - 7.67px) * 0.954));
  line-height: 1.5;
}

.scene--2 .scene__contentText2 {
  font-feature-settings: "palt";
  margin: 0 0 2%;
  color: #d9a346;
  text-align: center;
  font-size: calc(0.875rem + ((1vw - 7px) * 1.0408));
  font-weight: bold;
  line-height: 1.5;
}

.scene--3 {
  position: relative;
  padding: 49% 0 0;
  background: url(../images/scene4.jpg) no-repeat center bottom;
  background-size: 100%;
}

.scene--3 .scene__content {
  position: absolute;
  top: 7%;
  right: 4%;
  max-width: 400px;
  width: 36%;
}

.scene--3 .scene__contentText {
  font-feature-settings: "palt";
  margin: 0 0 2%;
  text-align: center;
  font-size: calc(0.75rem + ((1vw - 6.3px) * 0.954));
  line-height: 1.5;
}

.scene--3 .scene__contentText2 {
  font-feature-settings: "palt";
  margin: 0 0 2%;
  color: #d9a346;
  text-align: center;
  font-size: calc(0.875rem + ((1vw - 7px) * 1.0408));
  font-weight: bold;
  line-height: 1.5;
}

.scene--4 {
  position: relative;
  padding: 48% 0 0;
  background: url(../images/scene5.jpg) no-repeat center top;
  background-size: 100%;
}

.scene--4 .scene__content {
  position: absolute;
  top: 6%;
  left: 4%;
  max-width: 400px;
  width: 36%;
}

.scene--4 .scene__contentText {
  font-feature-settings: "palt";
  margin: 0 0 2%;
  text-align: center;
  font-size: calc(0.75rem + ((1vw - 7.67px) * 0.954));
  line-height: 1.5;
}

.scene--4 .scene__contentText2 {
  font-feature-settings: "palt";
  margin: 0 0 6%;
  color: #d9a346;
  text-align: center;
  font-size: calc(0.875rem + ((1vw - 7.67px) * 1.0408));
  font-weight: bold;
  line-height: 1.5;
}

.scene .scene__contentTitle {
  margin: 0 auto 3%;
  width: 90%;
}

.scene .scene__contentTitle img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene__contentIcon {
  margin: 0 auto 3%;
  width: auto;
}

.scene__contentIcon img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene__comment {
  max-width: 1100px;
  padding: 0 5%;
  margin: 0 auto;
  width: auto;
}

@media screen and (max-width: 950px) {
  .scene__box--2 {
    position: absolute;
    right: 5%;
    top: 48%;
  }
  .scene__box--2 .scene__boxTitle {
    margin: 0 auto 3%;
    width: 64.44444444444444%;
  }
  .scene__box--2 .scene__boxTitle img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene__boxtext {
    font-size: calc(0.875rem + ((1vw - 10px) * 0.5204));
  }
  .scene__boxInner {
    font-size: calc(1rem + ((1vw - 12.2px) * 0.6071));
  }
}

@media screen and (max-width: 768px) {
  .scene--1 {
    position: relative;
    padding: 76% 0 0;
    background: url(../images/scene2_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .scene--1 .scene__title {
    position: absolute;
    left: 0;
    right: 0;
    top: -5%;
    max-width: 659px;
    width: 95%;
    margin: 0 auto 3%;
  }
  .scene--1 .scene__title img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene .element:nth-child(2) {
    position: absolute;
    left: 2.1%;
    top: 13.4%;
    width: 38.6%;
  }
  .scene .element:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene .element:nth-child(3) {
    position: absolute;
    left: 7.7%;
    top: 20.4%;
    width: 53.9%;
  }
  .scene .element:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene .element {
    opacity: 0;
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
  }
  .scene .active--element {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: opacity 0.7s, transform 0.7s;
    -webkit-transition: opacity 0.7s, transform 0.7s;
  }
  .scene__title {
    max-width: 659px;
    width: 95%;
    margin: 6% auto 3%;
    padding: 5% 0 0;
  }
  .scene__title img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene__contentIcon {
    margin: 0 auto 3%;
    width: 75%;
  }
  .scene__contentIcon img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene__box {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 5%;
    padding: 2%;
    background: rgba(254, 251, 242, 0.9);
    box-shadow: 8px 9px 15px -2px #ccc;
    box-sizing: border-box;
  }
  .scene__box--1 {
    position: static;
  }
  .scene__box--1 .scene__boxTitle {
    margin: 0 auto 3%;
    width: 79.16666666666666%;
  }
  .scene__box--1 .scene__boxTitle img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene__box--2 {
    position: static;
  }
  .scene__box--2 .scene__boxTitle {
    margin: 0 auto 3%;
    width: 63.844444%;
  }
  .scene__box--2 .scene__boxTitle img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene__box--3 {
    position: static;
  }
  .scene__box--3 .scene__boxTitle {
    margin: 0 auto 3%;
    width: 33.944444%;
  }
  .scene__box--3 .scene__boxTitle img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene__box--4 {
    position: static;
  }
  .scene__box--4 .scene__boxTitle {
    margin: 0 auto 3%;
    width: 62.5%;
  }
  .scene__box--4 .scene__boxTitle img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene__box--5 {
    position: static;
  }
  .scene__box--5 .scene__boxTitle {
    margin: 0 auto 3%;
    width: 53.8888%;
  }
  .scene__box--5 .scene__boxTitle img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene--2 {
    position: relative;
    padding: 0;
    background: none;
  }
  .scene--2 .scene__content {
    position: static;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    background: #f2f2f2;
  }
  .scene--2 .scene__contentText {
    font-feature-settings: "palt";
    width: 80%;
    margin: 0 auto 2%;
    text-align: center;
    font-size: calc(0.875rem + ((1vw - 3.6px) * 2.2113));
    line-height: 1.5;
  }
  .scene--2 .scene__contentText2 {
    font-feature-settings: "palt";
    margin: 0 0 5%;
    color: #d9a346;
    text-align: center;
    font-size: calc(1rem + ((1vw - 3.6px) * 2.9484));
    font-weight: bold;
    line-height: 1.5;
  }
  .scene--2 .scene__top {
    margin: 0 auto;
    width: auto;
  }
  .scene--2 .scene__top img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .scene--2 .scene__bottom {
    margin: 0 auto;
    width: auto;
  }
  .scene--2 .scene__bottom img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene--3 {
    position: relative;
    padding: 0;
    background: none;
  }
  .scene--3 .scene__content {
    position: static;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    background: #fff;
  }
  .scene--3 .scene__contentText {
    font-feature-settings: "palt";
    width: 80%;
    margin: 0 auto 2%;
    text-align: center;
    font-size: calc(0.875rem + ((1vw - 3.6px) * 2.2113));
    line-height: 1.5;
  }
  .scene--3 .scene__contentText2 {
    font-feature-settings: "palt";
    margin: 0;
    color: #d9a346;
    text-align: center;
    font-size: calc(1rem + ((1vw - 3.6px) * 2.9484));
    font-weight: bold;
    line-height: 1.5;
  }
  .scene--3 .scene__top {
    margin: 0 auto;
    width: auto;
  }
  .scene--3 .scene__top img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .scene--3 .scene__bottom {
    margin: 0 auto;
    width: auto;
  }
  .scene--3 .scene__bottom img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene--4 {
    position: relative;
    padding: 0;
    background: none;
  }
  .scene--4 .scene__content {
    position: static;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    padding: 0 0 5%;
    background: #fff;
  }
  .scene--4 .scene__contentText {
    font-feature-settings: "palt";
    width: 80%;
    margin: 0 auto 2%;
    text-align: center;
    font-size: calc(0.875rem + ((1vw - 3.6px) * 2.2113));
    line-height: 1.5;
  }
  .scene--4 .scene__contentText2 {
    font-feature-settings: "palt";
    margin: 0 0 5%;
    color: #d9a346;
    text-align: center;
    font-size: calc(1rem + ((1vw - 3.6px) * 2.9484));
    font-weight: bold;
    line-height: 1.5;
  }
  .scene--4 .scene__top {
    margin: 0 auto 3%;
    width: auto;
  }
  .scene--4 .scene__top img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .scene__contentTitle {
    margin: 0 auto 3%;
    width: 80%;
  }
  .scene__contentTitle img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene__boxtext {
    font-size: calc(0.875rem + ((1vw - 2px) * 0.5204));
  }
  .scene__boxInner {
    font-size: calc(1rem + ((1vw - 2px) * 0.6071));
  }
  .scene__bg {
    background: #fff;
  }
}

@media screen and (max-width: 360px) {
  .scene--1 .element:nth-child(2) {
    position: absolute;
    left: 2.1%;
    top: 10%;
    width: 38.6%;
  }
  .scene--1 .element:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene--1 .element:nth-child(3) {
    position: absolute;
    left: 7.7%;
    top: 18%;
    width: 53.9%;
  }
  .scene--1 .element:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.product {
  display: flex;
  justify-content: space-between;
  max-width: 930px;
  width: auto;
  margin: 5% auto;
}

.product__images {
  width: 62%;
}

.product__images img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

.product__wrap {
  width: 55%;
}

.product__name {
  margin: 3% 0 0;
  font-size: .95rem;
}

.product__num {
  margin: 0 0 5%;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
}

.product__logo {
  width: 100%;
  margin: 2% auto 5%;
}

.product__logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .product {
    display: block;
    justify-content: space-between;
    max-width: 930px;
    width: auto;
    margin: 5% auto;
  }
  .product__images {
    width: 65%;
    margin: 4% auto 0;
  }
  .product__images img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .product__wrap {
    width: 47%;
    margin: 0 auto;
  }
  .product__name {
    margin: 3% 0 0;
    font-size: .95rem;
  }
  .product__num {
    margin: 0 0 5%;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
  }
  .s5-button {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 0.875rem;
  }
}

.toCateTop {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  text-align: right;
}

.toCateTop a {
  border-radius: 5px;
}

.bnr__campaign {
  display: none;
  position: fixed;
  max-width: 250px;
  width: auto;
  right: 3%;
  bottom: 13%;
  z-index: 1000;
  background: #fff;
}

.bnr__campaign a {
  display: block;
}

.bnr__campaign a:hover {
  opacity: .8;
  transition: all 0.5s;
}

.bnr__campaign img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.bnr__campaignInner {
  position: relative;
}

.bnr__close {
  position: absolute;
  cursor: pointer;
  top: -5%;
  right: -5%;
  height: 20px;
  width: 20px;
  z-index: 1001;
  background: url(../images/close.png) no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .bnr__campaign {
    display: none;
    position: fixed;
    max-width: 100%;
    width: 170px;
    margin: 0 auto;
    right: 63px;
    bottom: 21px;
    z-index: 1000;
  }
  .bnr__campaign img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .bnr__close {
    position: absolute;
    cursor: pointer;
    top: -15%;
    right: -7%;
    height: 20px;
    width: 20px;
    z-index: 1001;
    background: url(../images/close.png) no-repeat;
    background-size: contain;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br {
  display: block;
}

.br2 {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br {
    display: none;
  }
  .br2 {
    display: block;
  }
}

.arrowStyle01 {
  font-size: 1.5rem;
  color: #d9a346;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
