@charset "UTF-8";
.p-sb-wrap a {
  outline: none;
  text-decoration: none;
  color: #052d76;
}

#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0em;
  -webkit-text-size-adjust: 100%;
  color: #052d76;
}

#container img {
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

#container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 768px) {
  #container img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 769px), print {
  #container {
    min-width: 1000px;
  }
}

@media all and (max-width: 768px) {
  #container .u-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  #container .u-sp-only {
    display: none !important;
  }
}

.p-sb-wrap {
  background: #ffffff;
  width: 100%;
}

#container.in .p-sb-mv__copy {
  opacity: 1;
}

.p-sb-mv {
  position: relative;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.u-btn01 {
  position: relative;
  background: rgba(47, 166, 229, 0.4);
  border-radius: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.u-btn01 span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media all and (max-width: 768px) {
  .u-btn01 {
    width: 63.46667vw;
    height: 11.73333vw;
    margin: 8.53333vw auto 0vw;
    border-radius: 10.66667vw 10.66667vw 10.66667vw 10.66667vw;
  }
  .u-btn01 span {
    padding: 0vw 2.66667vw 0vw 2.66667vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .u-btn01 svg {
    width: 1.6vw;
    height: 2.85333vw;
    position: absolute;
    right: 4.53333vw;
  }
}

@media screen and (min-width: 769px), print {
  .u-btn01 {
    width: 233px;
    height: 44px;
    margin: 30px auto 0;
  }
  .u-btn01:hover {
    background: rgba(47, 166, 229, 0.25);
  }
  .u-btn01 span {
    font-size: 14px;
  }
  .u-btn01 svg {
    position: absolute;
    width: 6px;
    height: 11px;
    right: 20px;
  }
}

.u-btn02 {
  position: relative;
  background: #2fa6e5;
  border-radius: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.u-btn02 span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}

.u-btn02 svg {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  stroke: #fff;
}

@media all and (max-width: 768px) {
  .u-btn02 {
    width: 63.46667vw;
    height: 15.2vw;
    margin: 8.53333vw auto 0vw;
    border-radius: 10.66667vw 10.66667vw 10.66667vw 10.66667vw;
  }
  .u-btn02.type2 {
    width: 57.86667vw;
  }
  .u-btn02.type3 {
    margin: 4.8vw auto 0vw;
    width: 53.6vw;
    height: 11.73333vw;
  }
  .u-btn02.type3 span {
    padding: 0vw 3.73333vw 0vw 2.66667vw;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0.18em;
  }
  .u-btn02.type3 svg {
    width: 1.86667vw;
    height: 3.12vw;
    position: absolute;
    right: 5.06667vw;
  }
  .u-btn02 span {
    padding: 0vw 2.66667vw 0vw 2.66667vw;
    font-size: 15px;
    font-size: 4vw;
  }
  .u-btn02 svg {
    width: 2.13333vw;
    height: 3.12vw;
    position: absolute;
    right: 6.13333vw;
  }
}

@media screen and (min-width: 769px), print {
  .u-btn02 {
    width: 280px;
    height: 71px;
    margin: 0 auto;
    border-radius: 40px;
  }
  .u-btn02.type2 {
    width: 240px;
  }
  .u-btn02.type3 {
    width: 201px;
    height: 44px;
  }
  .u-btn02.type3 span {
    font-size: 14px;
  }
  .u-btn02.type3 svg {
    width: 6.3px;
    height: 10.6px;
    right: 19px;
  }
  .u-btn02:hover {
    background: #B0E3FC;
  }
  .u-btn02:hover span {
    color: #052D76;
  }
  .u-btn02:hover svg {
    stroke: #052D76;
  }
  .u-btn02 span {
    font-size: 17px;
    letter-spacing: 0.15em;
  }
  .u-btn02 svg {
    width: 9.3px;
    height: 13.6px;
    position: absolute;
    right: 23px;
  }
}

.p-sb01 {
  background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_01.png) repeat;
  background-size: 44px 44px;
  position: relative;
}

.p-sb01__txt {
  letter-spacing: 0;
  line-height: 2.35;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

.p-sb01-link {
  display: block;
  background: #fff;
  border: solid 1px #2fa6e5;
  border-radius: 15px;
}

.p-sb01-link span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #2fa6e5;
  line-height: 1.8;
}

.p-sb01-link svg {
  stroke: #2fa6e5;
  fill: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.p-sb01-link:hover svg {
  fill: #2fa6e5;
  stroke: #fff;
}

@media all and (max-width: 768px) {
  .p-sb01 {
    background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_01.png) repeat;
    background-size: 11.73333vw 11.73333vw;
    padding: 10.66667vw 8vw 13.33333vw 8vw;
  }
  .p-sb01__tit {
    display: block;
    width: 29.33333vw;
    margin: 0vw auto 0vw;
  }
  .p-sb01__txt {
    text-align: center;
    margin: 8vw 0vw 0vw 0vw;
    display: block;
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-sb01__txt span {
    letter-spacing: 0.05em;
  }
  .p-sb01-box {
    margin: 9.33333vw auto 0vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-sb01-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 9.33333vw 0vw 0vw 0vw;
    border-radius: 4vw 4vw 4vw 4vw;
    height: 18.66667vw;
  }
  .p-sb01-link:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 12vw;
    height: 2px;
    background: #fff;
    z-index: 1;
  }
  .p-sb01-link__ico {
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8.8vw;
    top: -4vw;
    z-index: 2;
  }
  .p-sb01-link__ico.ico02 {
    width: 9.33333vw;
  }
  .p-sb01-link__ico img {
    width: 100%;
    display: block;
  }
  .p-sb01-link span {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 0vw 1.86667vw 0vw 0vw;
  }
  .p-sb01-link svg {
    display: block;
    position: absolute;
    top: 50%;
    right: 3.2vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6.53333vw;
  }
}

@media screen and (min-width: 769px), print {
  .p-sb01 {
    padding: 73px 0 100px;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .p-sb01__inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
  }
  .p-sb01__tit {
    position: relative;
    width: 137px;
    margin: 0 auto;
  }
  .p-sb01__txt {
    margin: 45px 0 0;
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 2.5;
    letter-spacing: 0.1em;
  }
  .p-sb01-box {
    margin: 38px auto 0;
  }
  .p-sb01-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 18px auto 0;
    width: 598px;
    height: 50px;
  }
  .p-sb01-link__ico {
    display: block;
    position: absolute;
    left: 20px;
    width: 33px;
    z-index: 2;
  }
  .p-sb01-link__ico.ico02 {
    width: 35px;
  }
  .p-sb01-link span {
    font-size: 16px;
  }
  .p-sb01-link svg {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24.5px;
  }
}

.p-sb02 {
  position: relative;
}

.p-sb02__txt {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

.p-sb02__txt2 {
  letter-spacing: 0;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  text-align: center;
}

.p-sb02__tit2 {
  display: block;
  text-align: center;
}

.p-sb02__tit2 .txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  display: block;
  color: #052d76;
  font-size: 28px;
  letter-spacing: 4.2px;
}

.p-sb02__tit2 .txt2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  display: block;
  color: #2fa6e5;
  font-size: 36px;
  letter-spacing: 5.4px;
  text-shadow: white 2px 2px;
}

.p-sb02-item__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 98px;
  height: 98px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  color: #2fa6e5;
  letter-spacing: 0.05em;
}

.p-sb02-points {
  background: #fff;
  border-radius: 50px;
}

.p-sb02-point__tit {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.p-sb02-point__txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-sb02-point__txt2 {
  color: #505050;
  line-height: 1.48;
}

.p-sb02-point-photobox .min {
  color: #505050;
  text-align: right;
}

.p-sb02-point-photobox .min.left {
  text-align: left;
}

.p-sb02-other {
  background: #fffce6;
  border-radius: 50px;
}

.p-sb02-other__tit {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.p-sb02-other__tit span {
  display: block;
}

.p-sb02-other__tit2 {
  text-align: center;
}

.p-sb02-other__tit2 span {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border-bottom: solid 1px;
}

.p-sb02-other__txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  border: solid 1px #2fa6e5;
  border-radius: 50%;
  background: #fff;
  color: #2fa6e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sb02-other__txt2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.1em;
}

.p-sb02-other__txt3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

.p-sb02-other__txt4 {
  background: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

.p-sb02-other-item__txt {
  background: #fff500;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

.p-sb02-other-items2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-sb02-other-item2__txt {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

@media all and (max-width: 768px) {
  .p-sb02 {
    padding: 13.33333vw 8vw 0vw 8vw;
  }
  .p-sb02:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_02.png) repeat #d5f5ff;
    background-size: 11.73333vw 11.73333vw;
    z-index: 0;
  }
  .p-sb02__inner {
    position: relative;
    z-index: 3;
  }
  .p-sb02__tit {
    display: block;
    width: 16vw;
    margin: 0vw auto 0vw;
  }
  .p-sb02__tit2 {
    margin: 8vw -2.66667vw 0vw -2.66667vw;
    display: block;
  }
  .p-sb02__tit2 .txt1 {
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
  }
  .p-sb02__tit2 .txt2 {
    margin: 4.8vw auto 0vw;
    font-size: 24px;
    font-size: 6.4vw;
    letter-spacing: 0.15em;
  }
  .p-sb02__txt {
    text-align: center;
    margin: 2.66667vw 0vw 0vw 0vw;
    display: block;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .p-sb02__txt2 {
    margin: 6.66667vw 0vw 0vw 0vw;
  }
  .p-sb02__txt2 .spline {
    display: block;
    position: relative;
    line-height: 2.4;
    border-bottom: solid 2px #fff;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-sb02-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 8.53333vw auto 0vw;
    text-align: center;
  }
  .p-sb02-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
  .p-sb02-item__txt {
    width: 18.66667vw;
    height: 18.66667vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-sb02-item figure {
    margin: 1.33333vw 0vw 0vw 0vw;
    display: block;
  }
  .p-sb02-points {
    margin: 10.66667vw -2.66667vw 0vw -2.66667vw;
    padding: 8vw 5.33333vw 2.66667vw 5.33333vw;
    border-radius: 10.66667vw 10.66667vw 10.66667vw 10.66667vw;
    background: #fff;
  }
  .p-sb02-point {
    padding: 9.33333vw 0vw 9.33333vw 0vw;
    border-bottom: solid 1px #2fa6e5;
  }
  .p-sb02-point:first-of-type {
    padding: 0vw 0vw 9.33333vw 0vw;
  }
  .p-sb02-point:nth-of-type(4) {
    border-bottom: none;
  }
  .p-sb02-point.act .spline:before {
    -webkit-transition: 0.4s ease 0.5s;
    transition: 0.4s ease 0.5s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-sb02-point__ico {
    display: block;
    margin: 0vw auto 0vw;
    width: 26.93333vw;
  }
  .p-sb02-point__tit {
    margin: 4.53333vw auto 0vw;
    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;
    text-align: center;
  }
  .p-sb02-point__tit .spline {
    display: inline-block;
    position: relative;
    padding: 0vw 1.06667vw 0vw 1.06667vw;
    line-height: 1.8;
    font-size: 18px;
    font-size: 4.8vw;
    z-index: 2;
    letter-spacing: 0.1em;
  }
  .p-sb02-point__tit .spline sup {
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-size: 2.93333vw;
    top: -1.6vw;
  }
  .p-sb02-point__tit .spline:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    background: #fff500;
    bottom: 0.53333vw;
    height: 1.33333vw;
    z-index: -1;
  }
  .p-sb02-point__txt {
    margin: 4.8vw -2.66667vw 0vw 0vw;
    display: block;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-sb02-point__txt sup {
    display: inline-block;
    font-size: 10px;
    font-size: 2.66667vw;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .p-sb02-point__txt2 {
    margin: 3.2vw 0vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .p-sb02-point-photobox {
    margin: 5.86667vw 0vw 0vw 0vw;
  }
  .p-sb02-point-photobox .min {
    margin: 1.33333vw 0vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .p-sb02 .u-btn02 {
    margin: 0vw auto 0vw;
  }
  .p-sb02-other {
    margin: 16vw -2.66667vw 0vw -2.66667vw;
    padding: 8vw 7.46667vw 10.66667vw 7.46667vw;
    border-radius: 9.33333vw 9.33333vw 9.33333vw 9.33333vw;
    text-align: center;
  }
  .p-sb02-other .u-btn02 {
    margin: 4.8vw auto 0vw;
  }
  .p-sb02-other__tit {
    margin: 2.66667vw 0vw 0vw 0vw;
    text-align: center;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .p-sb02-other__tit2 {
    margin: 8vw 0vw 0vw 0vw;
    text-align: center;
  }
  .p-sb02-other__tit2 span {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .p-sb02-other__txt {
    margin: 0vw auto 0vw;
    padding: 0vw 0vw 0vw 0.8vw;
    font-size: 12px;
    font-size: 3.2vw;
    width: 16vw;
    height: 16vw;
  }
  .p-sb02-other__txt2 {
    margin: 2.66667vw 0vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
    text-align: center;
  }
  .p-sb02-other__txt3 {
    margin: 6.66667vw 0vw 0vw 0vw;
    text-align: center;
  }
  .p-sb02-other__txt3 .spline {
    display: block;
    position: relative;
    line-height: 2.4;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-sb02-other__txt3 .spline:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_line.png) repeat-x;
    background-size: contain;
  }
  .p-sb02-other__txt4 {
    margin: 2.66667vw auto 0vw;
    padding: 1.6vw 2.66667vw 1.6vw 2.66667vw;
    font-size: 12px;
    font-size: 3.2vw;
    width: 53.33333vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .p-sb02-other__txt4.type2 {
    width: 39.46667vw;
  }
  .p-sb02-other-items {
    margin: 6.66667vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5.33333vw;
  }
  .p-sb02-other-item__txt {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 1.6vw 2.66667vw 1.6vw 2.66667vw;
    letter-spacing: 0.1em;
  }
  .p-sb02-other-items2wrap-box.type2 {
    margin: 10.66667vw 0vw 0vw 0vw;
  }
  .p-sb02-other-items2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.33333vw;
  }
  .p-sb02-other-items2.type2 {
    position: relative;
    gap: 7.33333vw;
    left: 1.33333vw;
  }
  .p-sb02-other-item2 {
    margin: 4.8vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
  .p-sb02-other-item2__txt {
    margin: 2.66667vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .p-sb02-other-item2 figure {
    display: block;
    width: 18.13333vw;
  }
  .p-sb02-other-item2.type2 {
    margin: 2.66667vw 0vw 0vw 0vw;
  }
  .p-sb02-other-item2.type2 figure {
    width: 22.4vw;
  }
  .p-sb02-other-item2.type2 .p-sb02-other-item2__txt {
    position: relative;
    margin: 1.33333vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 2.66667vw;
    left: -1.33333vw;
  }
}

@media screen and (min-width: 769px), print {
  .p-sb02 {
    padding: 80px 40px 40px;
    position: relative;
    width: 100%;
  }
  .p-sb02:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_02.png) repeat #d5f5ff;
    background-size: 44px 44px;
  }
  .p-sb02__inner {
    position: relative;
    max-width: 1110px;
    margin: 0 auto;
    z-index: 3;
  }
  .p-sb02__tit {
    width: 96px;
    margin: 0 auto;
  }
  .p-sb02__tit2 {
    margin: 45px auto 0;
  }
  .p-sb02__tit2 .txt2 {
    margin: 20px 0 0;
    text-shadow: white 3px 3px;
  }
  .p-sb02__txt {
    margin: 30px 0 0;
    position: relative;
    display: block;
    line-height: 2.2;
    text-align: center;
  }
  .p-sb02__txt2 {
    margin: 38px auto 0;
    width: 656px;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 2.5;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .p-sb02__txt2 .line {
    display: block;
    position: relative;
    line-height: 2.4;
    border-bottom: solid 2px #fff;
  }
  .p-sb02-items {
    margin: 56px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .p-sb02-item {
    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;
    width: 206px;
  }
  .p-sb02-item__txt {
    font-size: 18px;
  }
  .p-sb02-points {
    margin: 80px auto 0;
    padding: 100px 80px;
  }
  .p-sb02-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 48px;
    padding: 70px 0 65px;
    border-bottom: solid 1px #2fa6e5;
  }
  .p-sb02-point:first-of-type {
    padding: 0px 0 65px;
  }
  .p-sb02-point:nth-of-type(4) {
    border-bottom: none;
  }
  .p-sb02-point.act .pcline:before {
    -webkit-transition: 0.4s ease 0.5s;
    transition: 0.4s ease 0.5s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-sb02-point__ico {
    width: 101px;
  }
  .p-sb02-point__tit {
    margin: 20px 0 0;
    font-size: 20px;
  }
  .p-sb02-point__tit .pcline {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 0 5px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .p-sb02-point__tit .pcline + .pcline {
    margin: 0px 0 0;
  }
  .p-sb02-point__tit .pcline:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    background: #fff500;
    bottom: 4px;
    height: 5px;
    z-index: -1;
  }
  .p-sb02-point__tit sup {
    font-size: 11px;
  }
  .p-sb02-point__txt {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.8;
  }
  .p-sb02-point__txt sup {
    font-size: 10px;
  }
  .p-sb02-point__txt2 {
    margin: 20px 0 0;
    font-size: 11px;
    line-height: 1.6;
  }
  .p-sb02-point-txtbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 52%;
  }
  .p-sb02-point-photobox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 48%;
  }
  .p-sb02-point-photobox .min {
    margin: 10px 0 0;
    font-size: 11px;
  }
  .p-sb02-other {
    margin: 100px auto 0;
    padding: 50px 70px 38px;
  }
  .p-sb02-other__txtwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .p-sb02-other__txt {
    width: 92px;
    height: 92px;
    font-size: 18px;
    padding: 0 0 0 3px;
    position: relative;
    left: -25px;
  }
  .p-sb02-other__tit {
    margin: 0 -30px 0 0px;
    font-size: 25px;
    letter-spacing: 0.2em;
    position: relative;
    left: -20px;
  }
  .p-sb02-other__tit2 {
    text-align: left;
  }
  .p-sb02-other__txt2 {
    margin: 0;
    text-align: center;
    font-size: 12px;
    position: relative;
    top: -10px;
  }
  .p-sb02-other__txt3 {
    width: 573px;
    margin: 25px auto;
    text-align: center;
  }
  .p-sb02-other__txt3 .line {
    display: block;
    position: relative;
    line-height: 2.35;
    letter-spacing: 0.08em;
    font-size: 15px;
  }
  .p-sb02-other__txt3 .line:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_line.png) repeat-x;
    background-size: contain;
  }
  .p-sb02-other__txt4 {
    width: 186px;
    margin: 10px auto 0;
    padding: 4px 0;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
  }
  .p-sb02-other__txt4.type2 {
    width: 134px;
  }
  .p-sb02-other-itemswrap {
    margin: 43px 0px 0;
    width: 100%;
  }
  .p-sb02-other-items2wrap {
    position: relative;
  }
  .p-sb02-other-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
    max-width: 630px;
    margin: 0 auto;
  }
  .p-sb02-other-items2wrap {
    max-width: 630px;
    margin: 52px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
  }
  .p-sb02-other-items2wrap-box {
    position: relative;
    min-width: 314px;
  }
  .p-sb02-other-items2wrap-box.type2 {
    width: 320px;
  }
  .p-sb02-other-items2 {
    margin: 0px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
    max-width: 282px;
    position: relative;
    left: 18px;
  }
  .p-sb02-other-items2.type2 {
    margin: 0px auto 0;
    max-width: 220px;
    left: 0;
  }
  .p-sb02-other-item {
    width: 300px;
  }
  .p-sb02-other-item__txt {
    padding: 2px 0;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .p-sb02-other-item2__txt {
    margin: 0px -10px 0;
    padding: 3px 0;
    font-size: 12px;
    line-height: 1.2;
  }
  .p-sb02-other-item2 figure {
    position: relative;
    top: -8px;
    min-height: 187px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-sb02-other-item2.type2 {
    position: relative;
    left: 12px;
  }
  .p-sb02-other-item2.type2 figure {
    top: 0;
  }
  .p-sb02-other-item2.type2 .p-sb02-other-item2__txt {
    position: relative;
    left: -4px;
  }
  .p-sb02-other .u-btn02 {
    margin: 20px auto 0;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .p-sb02 {
    padding: 80px 40px 40px;
    /*
    &-other {
      margin : 80px auto 0;
      padding : 50px 50px 38px;
      &-itemswrap{
        margin : 66px -10px 0;
        display : flex;
        justify-content: center;
      }
      &-items2wrap{
        position: relative;
        min-width : 305px;
        display :flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding : 0 0 0 120px;
      }
      &__tit2{
        left: 40px;
      }
      &-items{
        display : flex;
        justify-content: space-between;
        gap : 25px;
        max-width : 355px;
      }
      &-item2{
        &__txt{
          margin : 7px -20px 0;
        }
      }
    }    */
  }
  .p-sb02__inner {
    max-width: 1110px;
  }
  .p-sb02-points {
    margin: 80px auto 0;
    padding: 70px 50px;
  }
}

.p-sb03 {
  position: relative;
}

.p-sb03__inner {
  z-index: 2;
  position: relative;
}

.p-sb03__txt {
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  color: #fff;
}

.p-sb03__txt span {
  display: inline-block;
  border: solid 1px;
  padding: 0px 8px;
  margin: 0 10px 0 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.p-sb03__txt2 {
  letter-spacing: 0;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.p-sb03__tit2 {
  display: block;
  text-align: center;
}

.p-sb03__tit2 .txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
  font-size: 28px;
  letter-spacing: 4.2px;
}

.p-sb03__tit2 .txt2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  display: block;
  color: #fff500;
  font-size: 36px;
  letter-spacing: 5.4px;
  text-shadow: #2567a8 2px 2px;
}

.p-sb03-item__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 98px;
  height: 98px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-sb03-item__txt2 {
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-sb03-points {
  background: #fff;
  border-radius: 50px;
}

.p-sb03-point__tit {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.p-sb03-point__txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  line-height: 1.7;
}

.p-sb03-point__txt2 {
  color: #505050;
  line-height: 1.48;
}

.p-sb03-point-photobox .min {
  color: #505050;
  text-align: right;
}

.p-sb03-point-photobox .min.left {
  text-align: left;
}

.p-sb03-point-item2__txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.p-sb03-more {
  border: solid 2px #2fa6e5;
}

.p-sb03-more__tit {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}

.p-sb03-more__tit span {
  position: relative;
  display: inline-block;
  line-height: 1.8;
}

.p-sb03-more__txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

.p-sb03-more-item__txt {
  display: block;
  text-align: center;
  background: #fff500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

@media all and (max-width: 768px) {
  .p-sb03 {
    padding: 13.33333vw 8vw 0vw 8vw;
    position: relative;
    width: 100%;
  }
  .p-sb03:after {
    content: "";
    display: block;
    position: absolute;
    top: -29.33333vw;
    width: 100%;
    left: 0;
    height: 100%;
    background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_03.png) repeat #d5f5ff;
    background-size: 11.73333vw 11.73333vw;
    z-index: 1;
    -webkit-transform: skewY(-11.2deg);
            transform: skewY(-11.2deg);
  }
  .p-sb03:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_03.png) repeat #d5f5ff;
    background-size: 11.73333vw 11.73333vw;
    z-index: 1;
  }
  .p-sb03__tit {
    display: block;
    width: 16vw;
    margin: 0vw auto 0vw;
  }
  .p-sb03__tit2 {
    margin: 8vw -2.66667vw 0vw -2.66667vw;
    display: block;
  }
  .p-sb03__tit2 .txt1 {
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: 0.15em;
  }
  .p-sb03__tit2 .txt2 {
    margin: 4.8vw auto 0vw;
    font-size: 24px;
    font-size: 6.4vw;
    letter-spacing: 0.15em;
  }
  .p-sb03__txt {
    text-align: center;
    margin: 5.33333vw 0vw 0vw 0vw;
    display: block;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .p-sb03__txt span {
    padding: 0vw 2.13333vw 0vw 2.13333vw;
    margin: 0vw 2.66667vw 0vw 0vw;
    font-size: 13px;
    font-size: 3.46667vw;
  }
  .p-sb03__txt2 {
    margin: 8vw 0vw 0vw 0vw;
  }
  .p-sb03__txt2 .spline {
    display: block;
    position: relative;
    line-height: 2.4;
    border-bottom: solid 2px #90d1f4;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-sb03-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10.13333vw auto 0vw;
    text-align: center;
  }
  .p-sb03-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -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;
  }
  .p-sb03-item__txt {
    width: 18.66667vw;
    height: 18.66667vw;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .p-sb03-item__txt2 {
    margin: 2.13333vw 0vw 1.06667vw 0vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .p-sb03-item figure {
    margin: 1.33333vw 0vw 0vw 0vw;
    display: block;
  }
  .p-sb03-points {
    margin: 12vw -2.66667vw 0vw -2.66667vw;
    padding: 9.86667vw 5.33333vw 13.33333vw 5.33333vw;
    border-radius: 10.66667vw 10.66667vw 10.66667vw 10.66667vw;
    background: #fff;
  }
  .p-sb03-point {
    padding: 9.33333vw 0vw 9.33333vw 0vw;
    border-bottom: solid 1px #2fa6e5;
  }
  .p-sb03-point:first-of-type {
    padding: 0vw 0vw 9.33333vw 0vw;
  }
  .p-sb03-point:nth-of-type(5) {
    border-bottom: none;
  }
  .p-sb03-point.act .spline:before {
    -webkit-transition: 0.4s ease 0.5s;
    transition: 0.4s ease 0.5s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-sb03-point__ico {
    display: block;
    margin: 0vw auto 0vw;
    width: 26.93333vw;
  }
  .p-sb03-point__tit {
    margin: 4.53333vw -5.33333vw 0vw -5.33333vw;
    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;
    text-align: center;
  }
  .p-sb03-point__tit .spline {
    display: inline-block;
    position: relative;
    padding: 0vw 1.06667vw 0vw 1.06667vw;
    line-height: 1.8;
    font-size: 18px;
    font-size: 4.8vw;
    z-index: 2;
    letter-spacing: 0.1em;
  }
  .p-sb03-point__tit .spline.ls {
    letter-spacing: 0em;
  }
  .p-sb03-point__tit .spline sup {
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-size: 2.93333vw;
    top: -1.6vw;
  }
  .p-sb03-point__tit .spline:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    background: #fff500;
    bottom: 0.53333vw;
    height: 1.33333vw;
    z-index: -1;
  }
  .p-sb03-point__txt {
    margin: 4.8vw -1.6vw 0vw 0vw;
    display: block;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
  }
  .p-sb03-point__txt sup {
    display: inline-block;
    font-size: 10px;
    font-size: 2.66667vw;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .p-sb03-point__txt2 {
    margin: 3.2vw 0vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .p-sb03-point-photobox {
    margin: 5.86667vw 0vw 0vw 0vw;
  }
  .p-sb03-point-photobox .min {
    margin: 1.33333vw 0vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .p-sb03-point-items2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 8vw 0vw 0vw 0vw;
    gap: 13.33333vw;
  }
  .p-sb03-point-item2 {
    width: 25.6vw;
  }
  .p-sb03-point-item2__txt {
    text-align: center;
    margin: 2.13333vw -5.33333vw 0vw -5.33333vw;
    font-size: 13px;
    font-size: 3.46667vw;
  }
  .p-sb03-more {
    position: relative;
    margin: 8vw -2.66667vw 0vw -2.66667vw;
    padding: 8.8vw 7.46667vw 8vw 7.46667vw;
    border-radius: 10.66667vw 10.66667vw 10.66667vw 10.66667vw;
  }
  .p-sb03-more.act .spline:before {
    -webkit-transition: 0.4s ease 0.5s;
    transition: 0.4s ease 0.5s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-sb03-more__ico {
    position: absolute;
    display: block;
    width: 53.6vw;
    top: -6.66667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .p-sb03-more__tit .spline {
    display: inline-block;
    position: relative;
    padding: 0vw 2.13333vw 0vw 2.13333vw;
    line-height: 1.8;
    font-size: 20px;
    font-size: 5.33333vw;
    z-index: 2;
    letter-spacing: 0.1em;
  }
  .p-sb03-more__tit .spline sup {
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-size: 2.93333vw;
    top: -1.6vw;
  }
  .p-sb03-more__tit .spline:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    background: #fff500;
    bottom: 0.53333vw;
    height: 1.33333vw;
    z-index: -1;
  }
  .p-sb03-more__txt {
    margin: 6.66667vw 0vw 0vw 0vw;
    text-align: center;
  }
  .p-sb03-more__txt span {
    display: block;
    position: relative;
    line-height: 2.45;
    letter-spacing: 0em;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-sb03-more__txt span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_line.png) repeat-x;
    background-size: contain;
  }
  .p-sb03-more-items {
    margin: 6.66667vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.26667vw;
    position: relative;
  }
  .p-sb03-more-items__ico {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 11.84vw;
    top: 5.33333vw;
    display: block;
  }
  .p-sb03-more-item__txt {
    line-height: 1.9;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 769px), print {
  .p-sb03 {
    padding: 80px 40px 20px;
    position: relative;
    width: 100%;
  }
  .p-sb03:after {
    content: "";
    display: block;
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: calc(100% + 260px);
    background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_03.png) repeat #57BDF2;
    background-size: 44px 44px;
    z-index: 1;
    -webkit-transform: skewY(-11.2deg);
            transform: skewY(-11.2deg);
  }
  .p-sb03:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_03.png) repeat #57BDF2;
    background-size: 44px 44px;
    z-index: 1;
  }
  .p-sb03__inner {
    position: relative;
    max-width: 1110px;
    margin: 0 auto;
  }
  .p-sb03__tit {
    width: 96px;
    margin: 0 auto;
  }
  .p-sb03__tit2 {
    margin: 45px auto 0;
  }
  .p-sb03__tit2 .txt2 {
    margin: 20px 0 0;
    text-shadow: #2567a8 3px 3px;
  }
  .p-sb03__txt {
    margin: 30px 0 0;
    position: relative;
    display: block;
    line-height: 2.2;
    text-align: center;
  }
  .p-sb03__txt span {
    margin: 0 15px 0 0;
    font-size: 16px;
    padding: 0 11px;
    line-height: 1.8;
  }
  .p-sb03__txt2 {
    margin: 38px auto 0;
    width: 666px;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 2.5;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .p-sb03__txt2 .line {
    display: block;
    position: relative;
    line-height: 2.4;
    border-bottom: solid 2px #90d1f4;
  }
  .p-sb03-items {
    margin: 56px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .p-sb03-item {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 206px;
  }
  .p-sb03-item__txt {
    width: 98px;
    height: 98px;
    font-size: 14px;
    padding: 11px 0 0;
    letter-spacing: 0;
  }
  .p-sb03-item__txt2 {
    margin: 10px 0 18px;
    font-size: 11px;
  }
  .p-sb03-item figure {
    width: 185px;
  }
  .p-sb03-points {
    margin: 80px auto 0;
    padding: 100px 80px 80px;
  }
  .p-sb03-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 48px;
    padding: 70px 0 65px;
    border-bottom: solid 1px #2fa6e5;
  }
  .p-sb03-point:first-of-type {
    padding: 0px 0 65px;
  }
  .p-sb03-point:nth-of-type(5) {
    border-bottom: none;
  }
  .p-sb03-point.act .pcline:before {
    -webkit-transition: 0.4s ease 0.5s;
    transition: 0.4s ease 0.5s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-sb03-point__ico {
    width: 101px;
  }
  .p-sb03-point__tit {
    margin: 20px 0 0;
    font-size: 20px;
  }
  .p-sb03-point__tit .pcline {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 0 5px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .p-sb03-point__tit .pcline + .pcline {
    margin: 0px 0 0;
  }
  .p-sb03-point__tit .pcline:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    background: #fff500;
    bottom: 4px;
    height: 5px;
    z-index: -1;
  }
  .p-sb03-point__tit sup {
    font-size: 11px;
  }
  .p-sb03-point__txt {
    margin: 15px -20px 0 0;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .p-sb03-point__txt sup {
    font-size: 10px;
  }
  .p-sb03-point__txt2 {
    margin: 20px 0 0;
    font-size: 11px;
    line-height: 1.6;
  }
  .p-sb03-point-txtbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 52%;
  }
  .p-sb03-point-photobox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 48%;
  }
  .p-sb03-point-photobox .min {
    margin: 10px 0 0;
    font-size: 11px;
  }
  .p-sb03-point-items2 {
    margin: 27px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  .p-sb03-point-item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .p-sb03-point-item2 figure {
    max-width: 100px;
  }
  .p-sb03-point-item2__txt {
    margin: 0 -20px 0 0;
    font-size: 13px;
    line-height: 1.8;
  }
  .p-sb03-more {
    position: relative;
    margin: 50px auto 0;
    padding: 55px 80px 80px;
    border: 4px solid #2FA6E5;
    border-radius: 40px;
  }
  .p-sb03-more.act .line:before {
    -webkit-transition: 0.4s ease 0.5s;
    transition: 0.4s ease 0.5s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-sb03-more__ico {
    position: absolute;
    display: block;
    width: 252px;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .p-sb03-more__tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    line-height: 1.8;
    font-size: 25px;
    z-index: 2;
    letter-spacing: 0.2em;
  }
  .p-sb03-more__tit .line {
    display: inline-block;
    position: relative;
    padding: 0 5px;
  }
  .p-sb03-more__tit .line:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    background: #fff500;
    bottom: 0;
    height: 5px;
    z-index: -1;
  }
  .p-sb03-more__txt {
    text-align: center;
    width: 563px;
    margin: 30px auto 0;
  }
  .p-sb03-more__txt span {
    display: block;
    position: relative;
    line-height: 2.45;
    letter-spacing: 0.1em;
    font-size: 15px;
  }
  .p-sb03-more__txt span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_line.png) repeat-x;
    background-size: contain;
  }
  .p-sb03-more-items {
    margin: 42px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 65px;
    position: relative;
  }
  .p-sb03-more-items__ico {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 129px;
    top: 56px;
    display: block;
  }
  .p-sb03-more-item__txt {
    line-height: 1.9;
    font-size: 16px;
    padding: 2px 0;
  }
  .p-sb03 .u-btn02 {
    margin: 80px auto 0;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .p-sb03 {
    padding: 80px 40px 40px;
  }
  .p-sb03__inner {
    max-width: 1110px;
  }
  .p-sb03-points {
    margin: 80px auto 0;
    padding: 70px 50px;
  }
  .p-sb03-point-items2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  .p-sb03-point-item2 figure {
    max-width: 80px;
  }
  .p-sb03-point-item2__txt {
    margin: 0 -20px 0 0;
    font-size: 12px;
  }
}

@-webkit-keyframes fadeInOnce {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOnce {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.u-subtit {
  position: relative;
  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;
}

.u-subtit .en {
  background: #fff33b;
  padding: 10px;
  border-radius: 20px;
  letter-spacing: 0.2em;
}

.u-subtit .jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 2.4px;
}

@media all and (max-width: 768px) {
  .u-subtit .en {
    font-size: 20px;
    font-size: 5.33333vw;
    min-width: 32.8vw;
    padding: 2.66667vw 6.66667vw 2.66667vw 6.66667vw;
    border-radius: 6.66667vw 6.66667vw 6.66667vw 6.66667vw;
    text-align: center;
    letter-spacing: 0.15em;
  }
  .u-subtit .jp {
    margin: 5.33333vw 0vw 0vw 0vw;
    font-size: 24px;
    font-size: 6.4vw;
  }
}

@media screen and (min-width: 769px), print {
  .u-subtit .en {
    font-size: 20px;
    min-width: 127px;
    padding: 10px 25px;
    text-align: center;
    letter-spacing: 0.15em;
  }
  .u-subtit .jp {
    margin: 30px 0 0;
    font-size: 38px;
    letter-spacing: 7.6px;
  }
}

.c-bnr-wrap,
.c-sns-wrap {
  position: relative;
  z-index: 10;
}

.c-bnr-wrap a:hover,
.c-sns-wrap a:hover {
  text-decoration: none !important;
  color: #53565a !important;
}

@media all and (max-width: 768px) {
  .c-bnr-wrap,
  .c-sns-wrap {
    background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_03.png) repeat #d5f5ff;
    background-size: 11.73333vw 11.73333vw;
  }
}

@media screen and (min-width: 769px), print {
  .c-bnr-wrap,
  .c-sns-wrap {
    background: url(/syohin/bottle_tumbler/summer_bottle/img/bg_03.png) repeat #57BDF2;
    background-size: 44px 44px;
  }
  .c-bnr-wrap a img,
  .c-sns-wrap a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .c-bnr-wrap a:hover img,
  .c-sns-wrap a:hover img {
    opacity: 0.8;
  }
}

.c-bnr li p {
  font-weight: bold;
  color: #000 !important;
}

@media all and (max-width: 768px) {
  .c-bnr {
    padding: 0vw 10.66667vw 0vw 10.66667vw;
  }
  .c-bnr li {
    margin: 10.66667vw 0vw 0vw 0vw;
  }
  .c-bnr li p {
    margin: 0vw -5.33333vw 0vw 0vw;
    padding: 0vw 0vw 2.66667vw 0vw;
    font-size: 16px;
    font-size: 4.26667vw;
    font-weight: bold;
  }
  .c-bnr__link {
    display: block;
    margin: 10.66667vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 769px), print {
  .c-bnr {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
  }
  .c-bnr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -50px;
    position: relative;
  }
  .c-bnr ul li {
    width: 28%;
    margin: 0 25px;
    position: relative;
  }
  .c-bnr ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: -25px;
    top: 0px;
    background: #000;
  }
  .c-bnr ul li:last-of-type:before {
    display: none;
  }
  .c-bnr ul li p {
    padding: 0 0 10px;
    font-size: 15px;
  }
  .c-bnr__link {
    display: block;
    width: 338px;
    margin: 50px auto 0;
  }
}

@media (min-width: 769px) and (max-width: 1220px) {
  .c-bnr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0px;
  }
  .c-bnr ul li p {
    font-size: 14px;
  }
}

.c-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 768px) {
  .c-sns {
    padding: 10.66667vw 6.66667vw 10.66667vw 6.66667vw;
    margin: 0 auto;
    width: 50%;
  }
  .c-sns li {
    width: 30%;
  }
  .c-sns li a {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .c-sns li img {
    width: 5.33333vw;
    height: auto;
  }
  .c-sns li.tw img {
    width: 5.86667vw;
    position: relative;
    top: -0.26667vw;
    left: 0.26667vw;
  }
  .c-sns li.fb img {
    position: relative;
    top: -0.26667vw;
    width: 5.6vw;
  }
}

@media screen and (min-width: 769px), print {
  .c-sns {
    margin: 0 auto;
    padding: 85px 0 100px;
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-sns li {
    width: 36px;
  }
  .c-sns li a {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .c-sns li img {
    width: 36px;
    height: auto;
  }
  .c-sns li.tw {
    width: 44px;
  }
  .c-sns li.tw img {
    width: 42px;
    position: relative;
    top: -3px;
  }
  .c-sns li.fb img {
    width: 37px;
  }
}

/* モーダル全体 */
.modal {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/* モーダルのコンテンツ */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 15px #0000002E;
          box-shadow: 0px 0px 15px #0000002E;
  text-align: center;
  z-index: 10000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-content__tit {
  display: block;
  text-align: center;
  border-bottom: solid #2FA6E5 1px;
  padding: 0 0 16px;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}

.modal-content__txt {
  display: block;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
}

.modal-content__photo img {
  display: block;
  max-width: 100%;
}

@media all and (max-width: 768px) {
  .modal-content {
    width: 87.2vw;
    padding: 12vw 5.33333vw 4.26667vw 5.33333vw;
    border-radius: 1.06667vw 1.06667vw 1.06667vw 1.06667vw;
    border-radius: 10px;
  }
  .modal-content__tit {
    font-size: 26px;
    font-size: 6.93333vw;
    padding: 0vw 0vw 4.8vw 0vw;
    letter-spacing: 0.1em;
  }
  .modal-content__txt {
    margin: 4vw 0vw 6.13333vw 0vw;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 2;
  }
  .modal-content__photo {
    position: relative;
    left: 1.6vw;
  }
}

@media screen and (min-width: 769px), print {
  .modal-content {
    width: 760px;
    padding: 82px 72px 52px;
    text-align: center;
  }
  .modal-content__tit {
    font-size: 26px;
  }
  .modal-content__txt {
    display: block;
    margin: 25px 0 0;
    font-size: 16px;
  }
  .modal-content__photo {
    margin: 54px auto 0;
    display: block;
    width: 596px;
  }
  .modal-content__photo img {
    display: block;
    max-width: 100%;
  }
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 29px;
  right: 32px;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

.close img {
  width: 35px;
  height: 35px;
}

@media all and (max-width: 768px) {
  .close {
    width: 8vw;
    top: 2.66667vw;
    right: 2.66667vw;
  }
  .close img {
    width: 8vw;
    height: auto;
  }
}

/* モーダル背景 */
.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}

/* このページだけfooterのマージンを削除　*/
.p-category_nav {
  margin: 0 !important;
}

footer {
  margin-top: 0 !important;
}