/*========== set.scss ==========*/
html {
  scroll-behavior: smooth;
}

body {
  padding-top: 0;
}

.c-header-fix, .c-nav-footer-link {
  display: none !important;
}

#bub724 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  #bub724 {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 {
    font-size: 18px;
  }
}
#bub724 .clearfix:after {
  content: "";
  clear: both;
  display: block;
}
#bub724 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#bub724 a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  #bub724 a[href^="tel:"] {
    pointer-events: none;
  }
}
#bub724 a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #bub724 .noSP {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .noPC {
    display: none !important;
  }
}

/*========== l-header.scss ==========*/
#bub724 .l-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  #bub724 .l-header {
    padding: 3.8461538462vw;
  }
}

/*========== c-inner.scss ==========*/
#bub724 .c-inner {
  margin: auto;
  width: 84.6153846154vw;
}
@media screen and (min-width: 768px) {
  #bub724 .c-inner {
    width: 66.6666666667vw;
    max-width: 960px;
  }
}

/*========== c-title.scss ==========*/
#bub724 .c-title-primary {
  white-space: nowrap;
  color: #005E66;
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-size: 3.5897435897vw;
}
@media screen and (max-width: 767px) {
  #bub724 .c-title-primary {
    padding-left: 7.6923076923vw;
    margin-bottom: 8.4615384615vw;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .c-title-primary {
    position: absolute;
    top: 8.3333333333vw;
    left: 5.4166666667vw;
    font-size: 1.1111111111vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .c-title-primary {
    top: 120px;
    left: 78px;
    font-size: 16px;
  }
}

/*========== c-btn.scss ==========*/
#bub724 .c-btn-std {
  display: block;
  background-color: #005E66;
  color: #fff;
  text-align: center;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 28.7179487179vw;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 0 0 -3.8461538462vw;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 2.0512820513vw;
  width: 2.0512820513vw;
  margin: 0 2.5641025641vw;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 2.0512820513vw;
  width: 2.0512820513vw;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 2.0512820513vw;
  width: 2.0512820513vw;
  line-height: 2.0512820513vw;
  background: #8EB7BB;
}
.slick-dots li.slick-active button:before {
  background: #005E66;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #DEE4E4;
}

.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;
  -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 {
  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 {
  color: #CCC;
}

.mfp-preloader a:hover {
  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 {
  text-indent: -9999px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: -40px;
  text-decoration: none;
  text-align: center;
  width: 30px;
  height: 30px;
}
.mfp-close:before, .mfp-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #005E66;
}
.mfp-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mfp-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  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 {
  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 {
  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 {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  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 {
  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);
    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 {
    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;
  }
}
/*========== p-header.scss ==========*/
#bub724 .p-header-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 158px;
}
@media screen and (max-width: 767px) {
  #bub724 .p-header-logo {
    width: 25.641025641vw;
  }
}
#bub724 .p-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #bub724 .p-header-nav {
    margin-left: -1.0256410256vw;
  }
}
#bub724 .p-header-navWrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 39px;
}
@media screen and (max-width: 767px) {
  #bub724 .p-header-navWrap {
    padding-right: 7.9487179487vw;
  }
}
#bub724 .p-header-nav.forL {
  left: 0;
}
#bub724 .p-header-nav.forR {
  right: 39px;
}
@media screen and (max-width: 767px) {
  #bub724 .p-header-nav.forR {
    right: 7.9487179487vw;
  }
}
#bub724 .p-header-nav .item01 {
  width: 33px;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  #bub724 .p-header-nav .item01 {
    width: 4.8717948718vw;
    margin-right: 2.3076923077vw;
  }
}
#bub724 .p-header-nav .item02 {
  width: 55px;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  #bub724 .p-header-nav .item02 {
    width: 10.7692307692vw;
    margin-right: 1.7948717949vw;
  }
}
#bub724 .p-header-nav .item03 {
  width: 55px;
}
@media screen and (max-width: 767px) {
  #bub724 .p-header-nav .item03 {
    width: 8.2051282051vw;
  }
}
#bub724 .p-header-nav .item04 {
  width: 20px;
}
@media screen and (max-width: 767px) {
  #bub724 .p-header-nav .item04 {
    width: 5.1282051282vw;
  }
}
#bub724 .p-header-nav .item05 {
  width: 19px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  #bub724 .p-header-nav .item05 {
    width: 4.8717948718vw;
    margin-left: 2.5641025641vw;
  }
}
#bub724 .p-header-nav .item a {
  display: block;
}

/*========== p-nav.scss ==========*/
@media screen and (min-width: 768px) {
  #bub724 .p-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}
#bub724 .p-nav-logo {
  width: 17.9487179487vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-nav-logo {
    width: 120px;
    margin: 30px 0 0 30px;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-nav .gNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-nav .gNav {
    padding: 0 7.6923076923vw;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-nav .gNav .item {
    margin-bottom: 1em;
  }
  #bub724 .p-nav .gNav .item:nth-child(3) {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-nav .gNav .item {
    margin-left: 2em;
  }
}
#bub724 .p-nav .gNav .item a {
  font-family: "Gabarito", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #bub724 .p-nav .gNav .item a {
    display: block;
    color: #005E66;
    font-size: 5.641025641vw;
    padding: 0.5em 0;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-nav .gNav .item a {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-nav .gNav .item a {
    font-size: 18px;
  }
}
#bub724 .p-nav .gNav .item a.buy {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  #bub724 .p-nav .gNav .item a.buy {
    padding: 0.5em 1em;
    border-radius: 1000px;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-nav .gNav .item a.buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 15.3846153846vw;
    width: 100%;
    background-color: #005E66;
    color: #fff;
    font-size: 4.1025641026vw;
  }
  #bub724 .p-nav .gNav .item a.buy .logo {
    height: 3.5897435897vw;
    margin-right: 0.5em;
  }
  #bub724 .p-nav .gNav .item a.buy .logo img {
    width: auto;
    height: 100%;
  }
  #bub724 .p-nav .gNav .item a.buy .logo img.store {
    height: 3.0769230769vw;
    margin: 0 auto;
  }
}
#bub724 .p-nav .gNav .item a.buy.yet {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #bub724 .p-nav .gNav .item a.buy.yet {
    background-color: rgba(0, 94, 105, 0.5);
  }
}
#bub724 .p-nav .gNav .item a.buy .yetTxt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #bub724 .p-nav .gNav .item a.buy .yetTxt {
    width: 100%;
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-nav .gNav .item a.buy .yetTxt {
    font-size: 70%;
    padding-top: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-nav .gNav.gr .item a {
    color: #005E66;
  }
}
#bub724 .p-nav .gNav.gr .item a.buy {
  background-color: rgba(0, 94, 102, 0.2);
}
#bub724 .p-nav .burger {
  width: 100%;
  height: 100%;
  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;
  z-index: 500;
  cursor: pointer;
}
#bub724 .p-nav .burger--wrap {
  position: fixed;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  top: 3.8461538462vw;
  right: 3.8461538462vw;
  z-index: 501;
  border: 1px solid #005E66;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  #bub724 .p-nav .burger--wrap {
    display: none;
  }
}
#bub724 .p-nav .burger .line {
  width: 5.1282051282vw;
  background-color: transparent;
  height: 1.2820512821vw;
  position: relative;
}
#bub724 .p-nav .burger .line:before, #bub724 .p-nav .burger .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #005E66;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#bub724 .p-nav .burger .line:before {
  top: -1px;
}
#bub724 .p-nav .burger .line:after {
  bottom: -1px;
}
#bub724 .p-nav .burger-active .line:before {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #005E66;
}
#bub724 .p-nav .burger-active .line:after {
  -webkit-transform: rotate(-210deg);
          transform: rotate(-210deg);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  background-color: #005E66;
}
@media screen and (min-width: 768px) {
  #bub724 .p-nav .navigation {
    position: fixed;
    right: 30px;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-nav .navigation {
    opacity: 0;
    top: 0;
    z-index: -1;
    width: 0;
    position: fixed;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(255, 255, 255, 0.5);
    right: -100vw;
    height: 100vh;
    width: 100vw;
    padding-left: 25.641025641vw;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-nav .navigation--content {
    background-color: rgba(255, 255, 255, 0.96);
    height: 100%;
    position: relative;
    right: -100vw;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-nav .navigation.nav-active {
    opacity: 1;
    z-index: 500;
    width: 100vw;
    right: 0;
  }
  #bub724 .p-nav .navigation.nav-active .navigation--content {
    right: 0;
  }
}

/*========== p-mv.scss ==========*/
#bub724 .p-mv {
  opacity: 0;
  position: relative;
  top: 0;
  z-index: -1;
  height: 56.25vw;
}
@media screen and (max-width: 767px) {
  #bub724 .p-mv {
    height: 208.9743589744vw;
    padding-left: 3.8461538462vw;
    padding-top: 25.641025641vw;
  }
}
#bub724 .p-mv-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 83.3333333333vw;
}
@media screen and (max-width: 767px) {
  #bub724 .p-mv-bg {
    top: 72.5641025641vw;
    width: 92.3076923077vw;
  }
}
#bub724 .p-mv-ttl {
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.45;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-mv-ttl {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-mv-ttl {
    font-size: 7.5vw;
    z-index: 1;
    position: relative;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-mv-ttlWrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 4.1666666667vw;
  }
}
#bub724 .p-mv-ttl .sub {
  display: block;
  padding-top: 1em;
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  #bub724 .p-mv-ttl .sub {
    font-size: 4.6153846154vw;
    line-height: 1.8;
  }
}
#bub724 .p-mv-logo {
  width: 17.5694444444vw;
}
@media screen and (max-width: 767px) {
  #bub724 .p-mv-logo {
    position: absolute;
    left: 3.8461538462vw;
    bottom: 0;
    width: 53.3333333333vw;
  }
}
#bub724 .p-mv.show {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 1;
}

/*========== p-scene.scss ==========*/
#bub724 .p-intro {
  padding: 24.358974359vw 0 20.5128205128vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-intro {
    padding: 11.1111111111vw 0 8.4027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-intro {
    padding: 160px 0 121px;
  }
}
#bub724 .p-intro-ttl {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75em;
  font-size: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-intro-ttl {
    font-size: 28px;
  }
}
#bub724 .p-intro-lead {
  line-height: 1.5;
  margin-bottom: 3.5em;
}
@media screen and (min-width: 768px) {
  #bub724 .p-intro-lead {
    line-height: 1.65;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-intro-ph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 7.6388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-intro-ph {
    padding-left: 110px;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-intro-ph {
    margin: 0 -7.6923076923vw;
  }
}
#bub724 .p-intro-ph__item {
  position: relative;
  width: 64.1025641026vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-intro-ph__item {
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-intro-ph__item {
    width: 340px;
  }
}
#bub724 .p-intro-ph__item:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #bub724 .p-intro-ph__item.item01 {
    margin-left: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-intro-ph__item.item01 {
    margin-top: 6.9444444444vw;
    margin-right: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-intro-ph__item.item01 {
    margin-top: 100px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-intro-ph__item.item01:after {
    background-image: url("../img/intro_txt02.svg");
    -webkit-animation: 8s linear infinite rotation;
            animation: 8s linear infinite rotation;
    right: -12.3076923077vw;
    top: -12.3076923077vw;
    width: 24.358974359vw;
    height: 24.358974359vw;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-intro-ph__item.item01:after {
    background-image: url("../img/intro_txt01.svg");
    left: -6.25vw;
    bottom: 2.7777777778vw;
    width: 8.4722222222vw;
    height: 8.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-intro-ph__item.item01:after {
    left: -90px;
    bottom: 40px;
    width: 122px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-intro-ph__item.item02 {
    margin-left: 35.8974358974vw;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-intro-ph__item.item02:after {
    background-image: url("../img/intro_txt01.svg");
    left: -23.0769230769vw;
    bottom: 5.1282051282vw;
    width: 28.7179487179vw;
    height: 28.2051282051vw;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-intro-ph__item.item02:after {
    background-image: url("../img/intro_txt02.svg");
    -webkit-animation: 8s linear infinite rotation;
            animation: 8s linear infinite rotation;
    right: -3.8194444444vw;
    top: -3.8194444444vw;
    width: 7.6388888889vw;
    height: 7.6388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-intro-ph__item.item02:after {
    right: -55px;
    top: -55px;
    width: 110px;
    height: 110px;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*========== p-howto.scss ==========*/
#bub724 .p-howto {
  position: relative;
  padding: 21.0256410256vw 0 28.2051282051vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-howto {
    padding: 7.5vw 0 18.8194444444vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-howto {
    padding: 108px 0 271px;
  }
}
#bub724 .p-howto-ttl {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-howto-ttl {
    margin-bottom: 1.5em;
    font-size: 2.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-howto-ttl {
    font-size: 34px;
  }
}
#bub724 .p-howto-ttl + .toggleBox {
  border-top: 1px solid #DEE4E4;
}
#bub724 .p-howto .toggleBox {
  border-bottom: 1px solid #DEE4E4;
}
#bub724 .p-howto .toggleBox .forTtl {
  font-weight: 700;
  padding: 1em 0;
  font-size: 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-howto .toggleBox .forTtl {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-howto .toggleBox .forTtl {
    font-size: 22px;
  }
}
#bub724 .p-howto .toggleBox .forCtt {
  position: relative;
}
#bub724 .p-howto .toggleBox .forCtt_video {
  margin-bottom: 1em;
}
#bub724 .p-howto .toggleBox .toggle {
  cursor: pointer;
  position: relative;
}
#bub724 .p-howto .toggleBox .toggle:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.6em;
  border: 1px solid #005E66;
  border-radius: 50%;
  background: url("../img/icon_arrow_next.svg") center no-repeat;
  background-size: 20%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 6.4102564103vw;
  height: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-howto .toggleBox .toggle:after {
    width: 40px;
    height: 40px;
  }
}
#bub724 .p-howto .toggleBox .toggle.active:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#bub724 .p-howto .toggleBox .toggled {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#bub724 .p-howto .toggleBox .toggled.open {
  height: auto;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  #bub724 .p-howto .toggleBox .toggled.open {
    padding-bottom: 2.2em;
  }
}

.forCtt_video {
  cursor: pointer;
}
.forCtt_video .play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.forCtt_video .play-btn .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.forCtt_video .play-btn .btn {
  display: block;
  width: 9.375% !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .forCtt_video .play-btn .btn {
    width: 11.5384615385vw;
  }
}
.forCtt_video .play-btn.playActive {
  display: none;
}
.forCtt_video video {
  width: 100%;
}

/*========== p-sizeguide.scss ==========*/
@media screen and (min-width: 768px) {
  #bub724 .p-sizeguide-side {
    position: fixed;
    width: 270px;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-sizeguide-main {
    width: 65.5%;
    margin-left: 34.5%;
    padding-top: 190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #bub724 .p-sizeguide-main {
    width: 60%;
    margin-left: 40%;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-sizeguide-anc {
    padding: 0 2.5641025641vw;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-sizeguide-anc .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3.8461538462vw;
  }
}
#bub724 .p-sizeguide-anc .items .item {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #bub724 .p-sizeguide-anc .items .item {
    padding-left: 24px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-sizeguide-anc .items .item {
    margin-bottom: 5.1282051282vw;
    width: 46.7%;
  }
  #bub724 .p-sizeguide-anc .items .item:nth-child(7), #bub724 .p-sizeguide-anc .items .item:nth-child(8), #bub724 .p-sizeguide-anc .items .item:nth-child(13) {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #bub724 .p-sizeguide-anc .items .item {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-sizeguide-anc .items .item:before {
    content: "";
    display: block;
    height: 1px;
    width: 16px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
  }
}
#bub724 .p-sizeguide-anc .items .item a {
  display: block;
}
@media screen and (max-width: 767px) {
  #bub724 .p-sizeguide-anc .items .item a {
    border: 1px solid #7d7d7d;
    height: 8.2051282051vw;
    line-height: 8.2051282051vw;
    text-align: center;
    font-size: 3.5897435897vw;
  }
}
#bub724 .p-sizeguide-ttl {
  margin-bottom: 1em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #bub724 .p-sizeguide-ttl {
    font-size: 3.5897435897vw;
  }
}
#bub724 .p-sizeguide-parts {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  #bub724 .p-sizeguide-parts {
    margin-bottom: 5.1282051282vw;
  }
}

/*========== p-about.scss ==========*/
#bub724 .p-about {
  background-color: #DEE4E4;
  position: relative;
  padding-top: 21.5384615385vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about {
    padding-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about {
    overflow: hidden;
  }
}
#bub724 .p-about-sec01 {
  padding-bottom: 26.9230769231vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-sec01 {
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-sec01 {
    padding-bottom: 120px;
  }
}
#bub724 .p-about-sec02 {
  padding-bottom: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-sec02 {
    padding-bottom: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-sec02 {
    padding-bottom: 28px;
  }
}
#bub724 .p-about-size {
  position: relative;
  background-color: #DEE4E4;
  padding: 14.1025641026vw 0 17.9487179487vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-size {
    text-align: center;
    padding: 8.3333333333vw 0;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-size {
    padding: 120px 0;
  }
}
#bub724 .p-about-size .forTtl {
  margin-bottom: 0.5em;
  color: #005E66;
  font-size: 5.641025641vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-size .forTtl {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-size .forTtl {
    font-size: 28px;
  }
}
#bub724 .p-about-size .forTxt {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-size .forTxt {
    text-align: left;
  }
}
#bub724 .p-about-size .forTxt.txt01 {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-size .forTxt.txt01 {
    margin-bottom: 3.2638888889vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-size .forTxt.txt01 {
    margin-bottom: 47px;
  }
}
#bub724 .p-about-size .forTxt.txt02 {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-size .forTxt.txt02 {
    margin-bottom: 2.5694444444vw;
    padding-top: 9.7222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-size .forTxt.txt02 {
    margin-bottom: 37px;
    padding-top: 140px;
  }
}
#bub724 .p-about-size .forTxt.txt02 .note {
  color: #005E66;
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-size .forTxt.txt02 .note {
    font-size: 0.78em;
  }
}
#bub724 .p-about-size .forSubttl {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #005E66;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  font-size: 1.5277777778vw;
  border-bottom: 2px solid #005E66;
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-size .forSubttl {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-size .forSubttl {
    font-size: 22px;
  }
}
#bub724 .p-about-size .forSubttl:before, #bub724 .p-about-size .forSubttl:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
#bub724 .p-about-size .forSubttl:before {
  border: 12px solid;
  border-color: transparent;
  border-top-color: #005E66;
  margin-left: -12px;
}
#bub724 .p-about-size .forSubttl:after {
  border: 9px solid;
  border-color: transparent;
  border-top-color: #DEE4E4;
  margin-left: -9px;
}
#bub724 .p-about-size .forNote {
  text-align: left;
  line-height: 1.6;
  margin-top: 1em;
  font-size: 3.0769230769vw;
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-size .forNote {
    margin-bottom: 4em;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-size .forNote {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-size .forNote {
    font-size: 14px;
  }
}
#bub724 .p-about-size .forObj {
  position: relative;
}
#bub724 .p-about-size .forObj_zoom {
  position: absolute;
  right: 1.5384615385vw;
  bottom: 1.5384615385vw;
  width: 8.9743589744vw;
}
#bub724 .p-about-ttl {
  font-weight: 700;
  line-height: 1.65;
  font-size: 6.1538461538vw;
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-ttl {
    font-size: 2.3611111111vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-ttl {
    font-size: 34px;
    margin-bottom: 75px;
  }
}
#bub724 .p-about-ttl .num {
  display: block;
  color: #005E66;
  font-family: "Gabarito", sans-serif;
  margin-bottom: 0.5em;
  line-height: 1;
  font-size: 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-ttl .num {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-ttl .num {
    font-size: 20px;
  }
}
#bub724 .p-about-num {
  color: #005E66;
  font-family: "Gabarito", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-num {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    font-size: 5.641025641vw;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-num {
    display: block;
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-num {
    font-size: 26px;
  }
}
#bub724 .p-about-num:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.2em;
  width: 1em;
  height: 0.5em;
  background: url("../img/about_point_num.svg") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-phBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-phBox {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-phBox .forPh {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-phBox .forPh {
    margin-bottom: 5.1282051282vw;
  }
}
#bub724 .p-about-phBox .forPh.ph01 {
  position: relative;
}
#bub724 .p-about-phBox .forPh.ph01:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/intro_txt02.svg") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-phBox .forPh.ph01:after {
    width: 7.2916666667vw;
    height: 7.2916666667vw;
    right: -3.6111111111vw;
    top: -3.6111111111vw;
    -webkit-animation: 8s linear infinite rotation;
            animation: 8s linear infinite rotation;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-phBox .forPh.ph01:after {
    width: 105px;
    height: 105px;
    right: -52px;
    top: -52px;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-phBox .forPh.ph01:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-phBox .forTxt {
    width: 46.875%;
  }
}
#bub724 .p-about-phBox .forTxt p {
  line-height: 1.75;
}
#bub724 .p-about-phBox .forTxt .c-btn-std {
  background-color: rgba(0, 94, 102, 0.8);
  display: inline-block;
  padding: 1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-phBox.opposite .forPh {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #bub724 .p-about-phBox.opposite .forTxt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-phBox.ph01-1 {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-phBox.ph01-1 {
    margin-bottom: 60px;
  }
}
#bub724 .p-about-phBox.ph01-2 {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-phBox.ph01-2 {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-phBox.ph01-2 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-phBox.ph01-3 .forTxt {
    text-align: center;
  }
}
#bub724 .p-about-phBox.ph01-3 .forTxt p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-phBox.ph01-3 .forTxt p {
    text-align: left;
  }
}
#bub724 .p-about-phBox.ph02-1 {
  margin-bottom: 34.6153846154vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-phBox.ph02-1 {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-phBox.ph02-1 {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-feature {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-feature {
    margin-right: -7.6923076923vw;
    padding-top: 10.2564102564vw;
    padding-bottom: 38.4615384615vw;
    padding-left: 11.5384615385vw;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-feature__item {
    width: 31.25%;
    border: 2px solid #fff;
    padding: 2px;
  }
}
#bub724 .p-about-feature__item .inBox {
  padding: 5.1282051282vw 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-feature__item .inBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    padding: 1.7361111111vw 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-feature__item .inBox {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-feature .slick-list {
    padding: 0 14.1025641026vw 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-feature .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-feature .slick-slide {
    border: 2px solid #fff;
    padding: 2px;
    height: auto !important;
    margin-right: 5.1282051282vw;
  }
}
#bub724 .p-about-feature .slick-slide > div {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
#bub724 .p-about-feature .forTtl {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5em;
  letter-spacing: 0.03em;
}
#bub724 .p-about-feature .forObj {
  margin-bottom: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-feature .forObj {
    margin-bottom: 2.1527777778vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-feature .forObj {
    margin-bottom: 31px;
  }
}
#bub724 .p-about-feature .forTxt {
  line-height: 1.75;
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-feature .forTxt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-feature .forTxt {
    font-size: 16px;
  }
}
#bub724 .p-about-tab_list {
  border: 1px solid #fff;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-tab_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-tab_list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-tab_list {
    border-right: none;
    border-bottom: none;
  }
  #bub724 .p-about-tab_list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
  #bub724 .p-about-tab_list .slick-slide {
    width: 50% !important;
  }
  #bub724 .p-about-tab_list .slick-current .list01 {
    background-color: #BC555C;
    background-image: url("../img/size01_on.svg");
  }
  #bub724 .p-about-tab_list .slick-current .list02 {
    background-color: #64AC5F;
    background-image: url("../img/size02_on.svg");
  }
  #bub724 .p-about-tab_list .slick-current .list03 {
    background-color: #CFAC4B;
    background-image: url("../img/size03_on.svg");
  }
  #bub724 .p-about-tab_list .slick-current .list04 {
    background-color: #5574BC;
    background-image: url("../img/size04_on.svg");
  }
}
#bub724 .p-about-tab_list .list {
  cursor: pointer;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-tab_list .list {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 11.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-tab_list .list {
    background-size: auto 0.9722222222vw;
    height: 3.3333333333vw;
    width: 25%;
  }
  #bub724 .p-about-tab_list .list:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-tab_list .list {
    background-size: auto 14px;
    height: 48px;
  }
}
#bub724 .p-about-tab_list .list01 {
  background-image: url("../img/size01.svg");
  background-color: rgba(188, 85, 92, 0.1);
}
#bub724 .p-about-tab_list .list01.is-active {
  background-color: #BC555C;
  background-image: url("../img/size01_on.svg");
}
#bub724 .p-about-tab_list .list02 {
  background-image: url("../img/size02.svg");
  background-color: rgba(100, 172, 95, 0.15);
}
#bub724 .p-about-tab_list .list02.is-active {
  background-color: #64AC5F;
  background-image: url("../img/size02_on.svg");
}
#bub724 .p-about-tab_list .list03 {
  background-image: url("../img/size03.svg");
  background-color: rgba(207, 172, 75, 0.15);
}
#bub724 .p-about-tab_list .list03.is-active {
  background-color: #CFAC4B;
  background-image: url("../img/size03_on.svg");
}
#bub724 .p-about-tab_list .list04 {
  background-image: url("../img/size04.svg");
  background-color: rgba(85, 116, 188, 0.1);
}
#bub724 .p-about-tab_list .list04.is-active {
  background-color: #5574BC;
  background-image: url("../img/size04_on.svg");
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-tab_ctt .ctt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-tab_ctt .ctt {
    border: 2px solid #fff;
    padding: 2px;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-tab_ctt .ctt__inner {
    border: 1px solid #fff;
    padding: 0 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-tab_ctt .ctt.is-active {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-tab_ctt .ctt_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#bub724 .p-about-tab_ctt .ctt_items__item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-tab_ctt .ctt_items__item {
    width: 47%;
    border: 2px solid #fff;
    padding: 2px;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-tab_ctt .ctt_items__item {
    padding: 10.2564102564vw 0 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-about-tab_ctt .ctt_items__item:not(:last-child) {
    border-bottom: 1px dashed #fff;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-tab_ctt .ctt_items__item .inBox {
    border: 1px solid #fff;
    padding: 4.8611111111vw 8.7% 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-tab_ctt .ctt_items__item .inBox {
    padding: 70px 8.7% 20px;
  }
}
#bub724 .p-about-tab_ctt .ctt_items__item .cap {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #bub724 .p-about-tab_ctt .ctt_items__item .cap {
    line-height: 1.75;
    padding-top: 2.7083333333vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-about-tab_ctt .ctt_items__item .cap {
    padding-top: 39px;
    font-size: 16px;
  }
}
#bub724 .p-about-tab_ctt .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  width: 23.0769230769vw;
  height: 23.0769230769vw;
  border-radius: 50%;
  text-indent: -9999px;
}
#bub724 .p-about-tab_ctt .slick-arrow:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 47.5%;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
#bub724 .p-about-tab_ctt .slick-arrow.slick-disabled {
  opacity: 0;
}
#bub724 .p-about-tab_ctt .slick-prev {
  left: -19.2307692308vw;
}
#bub724 .p-about-tab_ctt .slick-prev:after {
  right: 4.1025641026vw;
  border-left: 2px solid #005E66;
  border-bottom: 2px solid #005E66;
}
#bub724 .p-about-tab_ctt .slick-next {
  right: -19.2307692308vw;
}
#bub724 .p-about-tab_ctt .slick-next:after {
  left: 2.0512820513vw;
  border-top: 2px solid #005E66;
  border-right: 2px solid #005E66;
}

#sizeZoom {
  position: relative;
  margin: 0 auto;
  width: 84.6153846154vw;
}

.sizeZoom-scroll {
  overflow: hidden;
  position: relative;
  padding-left: 55px;
  background: url("../img/about_size.svg") 0 0 no-repeat;
  background-size: auto 100%;
}
.sizeZoom-scroll__inner {
  position: relative;
  overflow-x: scroll;
  background-color: #DEE4E4;
}
.sizeZoom-scroll__inner .hasImg img {
  width: 800px;
  margin-left: -55px;
}

/*========== p-shop.scss ==========*/
#bub724 .p-shop-btns {
  margin-bottom: 15.3846153846vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-shop-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-shop-btns {
    margin-bottom: 80px;
  }
}
#bub724 .p-shop-btns__btn {
  font-weight: 700;
  font-size: 5.1282051282vw;
  height: 15.3846153846vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-shop-btns__btn {
    width: 32%;
    font-size: 1.6666666667vw;
    height: 6.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-shop-btns__btn {
    height: 92px;
    font-size: 24px;
  }
}
#bub724 .p-shop-btns__btn .c-btn-std {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
#bub724 .p-shop-btns__btn .c-btn-std.yet {
  pointer-events: none;
  background-color: rgba(0, 94, 105, 0.5);
}
#bub724 .p-shop-btns__btn .c-btn-std .yetTxt {
  text-align: center;
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #bub724 .p-shop-btns__btn .c-btn-std .yetTxt {
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-shop-btns__btn .c-btn-std .yetTxt {
    font-size: 70%;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-shop-btns__btn .sizeS {
    font-size: 1.3194444444vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-shop-btns__btn .sizeS {
    font-size: 19px;
  }
}
#bub724 .p-shop-btns__btn .logo img {
  width: auto;
  margin-right: 0.3em;
  height: 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  #bub724 .p-shop-btns__btn .logo img {
    height: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-shop-btns__btn .logo img {
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  #bub724 .p-shop-btns__btn .logo img.store {
    height: 2.9166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  #bub724 .p-shop-btns__btn .logo img.store {
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  #bub724 .p-shop-btns__btn:not(:last-child) {
    margin-bottom: 6.4102564103vw;
  }
}

/*========== u-utility.scss ==========*/
#bub724 .u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #fff));
  background: linear-gradient(transparent 80%, #fff 20%);
  display: inline-block;
  margin-bottom: 0.75em;
}