@charset "UTF-8";
body.modal-open {
  overflow: hidden;
}

#container {
  background: #EEF0F4;
  /*
  overflow: hidden;
  */
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0em;
  -webkit-text-size-adjust: 100%;
  color: #787878;
  -webkit-font-smoothing: antialiased;
  /* For better font rendering on macOS */
  -moz-osx-font-smoothing: grayscale;
  /* For better font rendering on macOS */
}

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

#container a {
  outline: none;
  text-decoration: none;
  color: #555555;
}

#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;
  }
}

@-webkit-keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.in .p-suba-mv__photo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.in .p-suba-mv__tit, .in .p-suba-mv__tit2, .in .p-suba-mv-linkboxwrap {
  opacity: 1;
  -webkit-transition: opacity 1.2s ease 0.5s;
  transition: opacity 1.2s ease 0.5s;
}

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

.p-suba-mv__tit, .p-suba-mv__tit2, .p-suba-mv-linkboxwrap {
  opacity: 0;
}

.p-suba-mv__tit {
  position: absolute;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  z-index: 2;
  color: #414141;
  line-height: 1.6;
}

.p-suba-mv__tit2 {
  position: absolute;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  z-index: 2;
  color: #787878;
  line-height: 1.4;
}

.p-suba-mv__photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 2.5s;
  transition: opacity 0.8s ease, -webkit-transform 2.5s;
  transition: opacity 0.8s ease, transform 2.5s;
  transition: opacity 0.8s ease, transform 2.5s, -webkit-transform 2.5s;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  /*
    img{
      display : block;
      opacity : 0;
      transition: opacity 0.8s ease, transform 2.5s;
      transform: scale(1.03);
    }
    */
}

.p-suba-mv-linkboxwrap {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.p-suba-mv-linkbox {
  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;
  background: #60A6C7;
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-suba-mv-linkbox .txt {
  color: #fff;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-suba-mv-linkbox2 {
  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;
  background: #60A6C7;
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-suba-mv-linkbox2 .txt {
  color: #fff;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media all and (max-width: 768px) {
  .p-suba-mv {
    position: relative;
    height: calc(100svh - 65px);
    min-height: 400px;
  }
  .p-suba-mv__inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .p-suba-mv__tit {
    top: 8.53333vw;
    left: 6.4vw;
    font-size: 22px;
    font-size: 5.86667vw;
    letter-spacing: 0.2em;
  }
  .p-suba-mv__tit2 {
    top: 30.4vw;
    left: 6.4vw;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.05em;
  }
  .p-suba-mv__photo {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/syohin/bottle_tumbler/bottle/su-ba/img/mv_01_sp.png) no-repeat top center;
    background-size: cover;
  }
  .p-suba-mv-linkboxwrap {
    width: 100%;
    height: 100%;
  }
  .p-suba-mv-linkbox {
    position: absolute;
    width: 31.2vw;
    height: 31.2vw;
    right: 5.33333vw;
    bottom: -15.46667vw;
  }
  .p-suba-mv-linkbox .txt {
    font-size: 15px;
    font-size: 4vw;
  }
  .p-suba-mv-linkbox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    width: 31.2vw;
    height: 31.2vw;
    right: 5.33333vw;
    bottom: -15.46667vw;
  }
  .p-suba-mv-linkbox2 .txt {
    padding: 1.33333vw 0vw 0vw 0vw;
    display: block;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .p-suba-mv-linkbox2 .ico {
    margin: 2.66667vw 0vw 0vw 0vw;
    display: block;
    stroke: white;
    width: 7.2vw;
    height: 6.13333vw;
  }
}

@media screen and (min-width: 769px), print {
  .p-suba-mv {
    overflow: hidden;
    width: 100%;
    height: 50.90278vw;
  }
  .p-suba-mv__tit {
    top: 7.15278vw;
    left: 7.63889vw;
    font-size: 30px;
    font-size: 2.08333vw;
    letter-spacing: 0.24em;
    line-height: 1.9;
  }
  .p-suba-mv__tit2 {
    top: 16.52778vw;
    left: 7.63889vw;
    font-size: 14px;
    font-size: 0.97222vw;
    letter-spacing: 0.05em;
    line-height: 1.9;
  }
  .p-suba-mv__photo {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/syohin/bottle_tumbler/bottle/su-ba/img/mv_01.png) no-repeat top left 5%;
    background-size: cover;
  }
  .p-suba-mv-linkbox {
    position: absolute;
    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;
    top: 22.70833vw;
    left: 7.63889vw;
    width: 23.88889vw;
    height: 3.95833vw;
    border-radius: 60px;
    border: solid 1px #60A6C7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-suba-mv-linkbox .txt {
    font-size: 18px;
    font-size: 1.25vw;
    padding: 0vw 2.43056vw 0.10417vw 0vw;
    letter-spacing: 0.05em;
  }
  .p-suba-mv-linkbox .ico {
    position: absolute;
    display: block;
    right: 2.08333vw;
    width: 0.625vw;
    height: 1.04167vw;
    stroke: #fff;
  }
  .p-suba-mv-linkbox:hover {
    background: #fff;
  }
  .p-suba-mv-linkbox:hover .txt {
    color: #60A6C7;
  }
  .p-suba-mv-linkbox:hover .ico {
    stroke: #60A6C7;
  }
  .p-suba-mv-linkbox2 {
    position: absolute;
    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;
    top: 22.70833vw;
    left: 7.63889vw;
    width: 17.91667vw;
    height: 3.95833vw;
    border-radius: 60px;
    border: solid 1px #60A6C7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-suba-mv-linkbox2 .txt {
    font-size: 18px;
    font-size: 1.25vw;
    padding: 0vw 2.43056vw 0.10417vw 0vw;
    letter-spacing: 0.05em;
  }
  .p-suba-mv-linkbox2 .ico {
    position: absolute;
    display: block;
    right: 2.08333vw;
    width: 2.08333vw;
    height: 1.73611vw;
    stroke: #fff;
  }
  .p-suba-mv-linkbox2:hover {
    background: #fff;
  }
  .p-suba-mv-linkbox2:hover .txt {
    color: #60A6C7;
  }
  .p-suba-mv-linkbox2:hover .ico {
    stroke: #60A6C7;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .p-suba-mv {
    min-height: 490px;
  }
  .p-suba-mv__tit {
    top: 68px;
    left: 77px;
    font-size: 21px;
  }
  .p-suba-mv__tit2 {
    top: 162px;
    left: 77px;
    font-size: 10px;
  }
  .p-suba-mv-linkbox {
    top: 224px;
    left: 77px;
    width: 241px;
    height: 40px;
  }
  .p-suba-mv-linkbox .txt {
    font-size: 13px;
    padding: 0 25px 1.5px 0;
  }
  .p-suba-mv-linkbox .ico {
    right: 21px;
    width: 5px;
    height: 11px;
  }
  .p-suba-mv-linkbox2 {
    top: 224px;
    left: 77px;
    width: 200px;
    height: 40px;
  }
  .p-suba-mv-linkbox2 .txt {
    font-size: 13px;
    padding: 0 25px 1.5px 0;
  }
  .p-suba-mv-linkbox2 .ico {
    right: 21px;
    width: 34px;
    height: 18px;
  }
}

@media (min-width: 1700px) {
  .p-suba-mv__tit {
    top: 152px;
    left: 146px;
    font-size: 36.3px;
  }
  .p-suba-mv__tit2 {
    top: 314px;
    left: 146px;
    font-size: 17px;
  }
  .p-suba-mv-linkbox {
    top: 429px;
    left: 146px;
    width: 404px;
    height: 69px;
  }
  .p-suba-mv-linkbox .txt {
    font-size: 21.7px;
    padding: 0 25px 1.5px 0;
  }
  .p-suba-mv-linkbox .ico {
    right: 36px;
    width: 10px;
    height: 18px;
  }
  .p-suba-mv-linkbox2 {
    top: 429px;
    left: 146px;
    width: 300px;
    height: 69px;
  }
  .p-suba-mv-linkbox2 .txt {
    font-size: 21.7px;
    padding: 0 25px 1.5px 0;
  }
  .p-suba-mv-linkbox2 .ico {
    right: 36px;
    width: 54px;
    height: 28px;
  }
}

.u-suba-btn01 {
  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;
  background: #707674;
  cursor: pointer;
}

.u-suba-btn01 .txt {
  color: #fff;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.u-suba-btn01 .ico {
  position: absolute;
  display: block;
  stroke: white;
}

@media all and (max-width: 768px) {
  .u-suba-btn01 {
    width: 60vw;
    height: 14.4vw;
    margin: 5.33333vw auto 0vw;
    border-radius: 12vw 12vw 12vw 12vw;
    text-align: center;
  }
  .u-suba-btn01 .txt {
    padding: 0vw 4vw 0.26667vw 0vw;
    font-size: 14.4px;
    font-size: 3.84vw;
  }
  .u-suba-btn01 .ico {
    width: 4.8vw;
    right: 5.86667vw;
  }
}

@media screen and (min-width: 769px), print {
  .u-suba-btn01 {
    margin: 23px 0 0;
    width: 250px;
    height: 60px;
    border-radius: 50px;
    border: solid 1px #707674;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u-suba-btn01 .txt {
    display: inline-block;
    padding: 0 25px 3px 0;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .u-suba-btn01 .ico {
    width: 20px;
    right: 25px;
    stroke: white;
  }
  .u-suba-btn01:hover {
    background: #fff;
  }
  .u-suba-btn01:hover .txt {
    color: #707674;
  }
  .u-suba-btn01:hover .ico {
    stroke: #707674;
  }
}

.u-suba-btn02 {
  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;
  background: #60A6C7;
}

.u-suba-btn02 .txt {
  color: #fff;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.u-suba-btn02 .ico {
  position: absolute;
  display: block;
  stroke: white;
}

.u-suba-btn02 .ico2 {
  position: absolute;
  display: block;
  stroke: white;
}

@media all and (max-width: 768px) {
  .u-suba-btn02 {
    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;
    width: 78.66667vw;
    height: 14.4vw;
    margin: 13.33333vw auto 0vw;
    border-radius: 16vw 16vw 16vw 16vw;
    text-align: center;
  }
  .u-suba-btn02 .txt {
    padding: 0vw 4vw 0.26667vw 0vw;
    font-size: 14.4px;
    font-size: 3.84vw;
  }
  .u-suba-btn02 .ico {
    width: 2.4vw;
    right: 9.33333vw;
  }
  .u-suba-btn02 .ico2 {
    width: 7.2vw;
    height: 6.4vw;
    right: 9.33333vw;
  }
}

@media screen and (min-width: 769px), print {
  .u-suba-btn02 {
    margin: 80px auto 0;
    width: 316px;
    height: 60px;
    border-radius: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: solid 1px #60A6C7;
  }
  .u-suba-btn02.cart {
    width: 256px;
  }
  .u-suba-btn02.cart .txt {
    padding: 0 30px 3px 0;
  }
  .u-suba-btn02 .txt {
    display: inline-block;
    padding: 0 20px 3px 0;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .u-suba-btn02 .ico {
    right: 30px;
  }
  .u-suba-btn02 .ico2 {
    right: 48px;
    width: 27px;
    height: 24px;
  }
  .u-suba-btn02:hover {
    background: #fff;
  }
  .u-suba-btn02:hover .txt {
    color: #60A6C7;
  }
  .u-suba-btn02:hover .ico {
    stroke: #60A6C7;
  }
  .u-suba-btn02:hover .ico2 {
    stroke: #60A6C7;
  }
}

.u-suba-btn03 {
  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;
  background: #707674;
}

.u-suba-btn03 .txt {
  color: #fff;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
}

.u-suba-btn03 .ico {
  position: absolute;
  display: block;
  stroke: white;
}

@media all and (max-width: 768px) {
  .u-suba-btn03 {
    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;
    width: 60vw;
    height: 14.4vw;
    margin: 9.33333vw auto 0vw;
    border-radius: 12vw 12vw 12vw 12vw;
    text-align: center;
  }
  .u-suba-btn03 .txt {
    padding: 0vw 6.66667vw 0.26667vw 0vw;
    font-size: 14.4px;
    font-size: 3.84vw;
  }
  .u-suba-btn03 .ico {
    width: 5.86667vw;
    right: 10.93333vw;
  }
}

@media screen and (min-width: 769px), print {
  .u-suba-btn03 {
    margin: 80px auto 0;
    width: 250px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #707674;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u-suba-btn03 .txt {
    display: inline-block;
    padding: 0 20px 3px 0;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .u-suba-btn03 .ico {
    right: 52px;
  }
  .u-suba-btn03:hover {
    background: #fff;
  }
  .u-suba-btn03:hover .txt {
    color: #707674;
  }
  .u-suba-btn03:hover .ico {
    stroke: #707674;
  }
}

.u-suba-tit {
  position: relative;
}

.u-suba-tit:before {
  content: "";
  display: block;
  position: absolute;
  background: #414141;
  height: 1px;
  width: 30px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.u-suba-tit .txt {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #414141;
  letter-spacing: 0.03em;
}

.u-suba-tit .txt span {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.u-suba-tit.act .txt span:nth-child(1) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.05s;
  transition: opacity 1s ease-out 0.05s;
}

.u-suba-tit.act .txt span:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.1s;
  transition: opacity 1s ease-out 0.1s;
}

.u-suba-tit.act .txt span:nth-child(3) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.15s;
  transition: opacity 1s ease-out 0.15s;
}

.u-suba-tit.act .txt span:nth-child(4) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s;
}

.u-suba-tit.act .txt span:nth-child(5) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.25s;
  transition: opacity 1s ease-out 0.25s;
}

.u-suba-tit.act .txt span:nth-child(6) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.3s;
  transition: opacity 1s ease-out 0.3s;
}

.u-suba-tit.act .txt span:nth-child(7) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.35s;
  transition: opacity 1s ease-out 0.35s;
}

.u-suba-tit.act .txt span:nth-child(8) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.4s;
  transition: opacity 1s ease-out 0.4s;
}

.u-suba-tit.act .txt span:nth-child(9) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.45s;
  transition: opacity 1s ease-out 0.45s;
}

.u-suba-tit.act .txt span:nth-child(10) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.5s;
  transition: opacity 1s ease-out 0.5s;
}

.u-suba-tit.act .txt span:nth-child(11) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.55s;
  transition: opacity 1s ease-out 0.55s;
}

.u-suba-tit.act .txt span:nth-child(12) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.6s;
  transition: opacity 1s ease-out 0.6s;
}

.u-suba-tit.act .txt span:nth-child(13) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.65s;
  transition: opacity 1s ease-out 0.65s;
}

.u-suba-tit.act .txt span:nth-child(14) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.7s;
  transition: opacity 1s ease-out 0.7s;
}

.u-suba-tit.act .txt span:nth-child(15) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.75s;
  transition: opacity 1s ease-out 0.75s;
}

.u-suba-tit.act .txt span:nth-child(16) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.8s;
  transition: opacity 1s ease-out 0.8s;
}

.u-suba-tit.act .txt span:nth-child(17) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.85s;
  transition: opacity 1s ease-out 0.85s;
}

.u-suba-tit.act .txt span:nth-child(18) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.9s;
  transition: opacity 1s ease-out 0.9s;
}

.u-suba-tit.act .txt span:nth-child(19) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0.95s;
  transition: opacity 1s ease-out 0.95s;
}

.u-suba-tit.act .txt span:nth-child(20) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1s;
  transition: opacity 1s ease-out 1s;
}

.u-suba-tit.act .txt span:nth-child(21) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.05s;
  transition: opacity 1s ease-out 1.05s;
}

.u-suba-tit.act .txt span:nth-child(22) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.1s;
  transition: opacity 1s ease-out 1.1s;
}

.u-suba-tit.act .txt span:nth-child(23) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.15s;
  transition: opacity 1s ease-out 1.15s;
}

.u-suba-tit.act .txt span:nth-child(24) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.2s;
  transition: opacity 1s ease-out 1.2s;
}

.u-suba-tit.act .txt span:nth-child(25) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.25s;
  transition: opacity 1s ease-out 1.25s;
}

.u-suba-tit.act .txt span:nth-child(26) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.3s;
  transition: opacity 1s ease-out 1.3s;
}

.u-suba-tit.act .txt span:nth-child(27) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.35s;
  transition: opacity 1s ease-out 1.35s;
}

.u-suba-tit.act .txt span:nth-child(28) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.4s;
  transition: opacity 1s ease-out 1.4s;
}

.u-suba-tit.act .txt span:nth-child(29) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.45s;
  transition: opacity 1s ease-out 1.45s;
}

.u-suba-tit.act .txt span:nth-child(30) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.5s;
  transition: opacity 1s ease-out 1.5s;
}

.u-suba-tit.act .txt span:nth-child(31) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.55s;
  transition: opacity 1s ease-out 1.55s;
}

.u-suba-tit.act .txt span:nth-child(32) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.6s;
  transition: opacity 1s ease-out 1.6s;
}

.u-suba-tit.act .txt span:nth-child(33) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.65s;
  transition: opacity 1s ease-out 1.65s;
}

.u-suba-tit.act .txt span:nth-child(34) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.7s;
  transition: opacity 1s ease-out 1.7s;
}

.u-suba-tit.act .txt span:nth-child(35) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.75s;
  transition: opacity 1s ease-out 1.75s;
}

.u-suba-tit.act .txt span:nth-child(36) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.8s;
  transition: opacity 1s ease-out 1.8s;
}

.u-suba-tit.act .txt span:nth-child(37) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.85s;
  transition: opacity 1s ease-out 1.85s;
}

.u-suba-tit.act .txt span:nth-child(38) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.9s;
  transition: opacity 1s ease-out 1.9s;
}

.u-suba-tit.act .txt span:nth-child(39) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 1.95s;
  transition: opacity 1s ease-out 1.95s;
}

.u-suba-tit.act .txt span:nth-child(40) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 2s;
  transition: opacity 1s ease-out 2s;
}

.u-suba-tit.act .txt span:nth-child(41) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 2.05s;
  transition: opacity 1s ease-out 2.05s;
}

.u-suba-tit.act .txt span:nth-child(42) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 2.1s;
  transition: opacity 1s ease-out 2.1s;
}

.u-suba-tit.act .txt span:nth-child(43) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 2.15s;
  transition: opacity 1s ease-out 2.15s;
}

.u-suba-tit.act .txt span:nth-child(44) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 2.2s;
  transition: opacity 1s ease-out 2.2s;
}

.u-suba-tit.act .txt span:nth-child(45) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 2.25s;
  transition: opacity 1s ease-out 2.25s;
}

.u-suba-tit.act .txt span:nth-child(46) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 2.3s;
  transition: opacity 1s ease-out 2.3s;
}

.u-suba-tit.act .txt span:nth-child(47) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 2.35s;
  transition: opacity 1s ease-out 2.35s;
}

.u-suba-tit.act .txt span:nth-child(48) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 2.4s;
  transition: opacity 1s ease-out 2.4s;
}

.u-suba-tit.act .txt span:nth-child(49) {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 2.45s;
  transition: opacity 1s ease-out 2.45s;
}

@media all and (max-width: 768px) {
  .u-suba-tit {
    margin: 5.33333vw 0vw 0vw 0vw;
    padding: 0vw 1.33333vw 1.33333vw 1.33333vw;
    text-align: center;
  }
  .u-suba-tit:before {
    width: 6.13333vw;
    bottom: -2.66667vw;
  }
  .u-suba-tit .txt {
    font-size: 30px;
    font-size: 8vw;
  }
  .u-suba-tit .txt span {
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 769px), print {
  .u-suba-tit {
    margin: 25px 0 0;
    padding: 0 5px 15px 5px;
    text-align: center;
  }
  .u-suba-tit:before {
    width: 40px;
    bottom: -5px;
  }
  .u-suba-tit .txt {
    font-size: 30px;
  }
}

.u-suda-link .ico {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #555555;
}

.u-suda-link .ico.type1 {
  fill: #DBDAD8;
  stroke: #555555;
}

.u-suda-link .ico.type2 {
  fill: #FFFCF8;
  stroke: #555555;
}

.u-suda-link .txtbox {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media all and (max-width: 768px) {
  .u-suda-link {
    width: 46.66667vw;
    margin: 5.33333vw 0vw 0vw 0vw;
    padding: 0vw 1.33333vw 1.33333vw 1.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: solid 1px rgba(85, 85, 85, 0.7);
  }
  .u-suda-link .txt {
    font-size: 12.6px;
    font-size: 3.36vw;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px), print {
  .u-suda-link {
    position: relative;
    padding: 0 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 165px;
  }
  .u-suda-link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background: rgba(85, 85, 85, 0.7);
    -webkit-transition: 0.2s ease 0.2s;
    transition: 0.2s ease 0.2s;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .u-suda-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background: rgba(85, 85, 85, 0.7);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .u-suda-link .ico {
    width: 31px;
    height: 31px;
    display: block;
    fill: #555;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .u-suda-link:hover svg {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .u-suda-link:hover .ico.type1 {
    fill: #555555;
    stroke: #fff;
  }
  .u-suda-link:hover .ico.type2 {
    fill: #555555;
    stroke: #fff;
  }
  .u-suda-link:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .u-suda-link:hover:before {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .u-suda-link:hover .txtbox {
    opacity: 0.8;
  }
  .u-suda-link .txtbox {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 1em;
  }
  .u-suda-link .txt,
  .u-suda-link .txt2 {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .u-suda-link .txt span,
  .u-suda-link .txt2 span {
    font-size: 12px;
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .u-suda-link .txt.pt14 span,
  .u-suda-link .txt2.pt14 span {
    font-size: 14px;
  }
}

.p-suba01 {
  position: relative;
}

.p-suba01-bg {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 0px;
  width: 100%;
}

.p-suba01-bg__photo {
  width: 100%;
  height: 100vh;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
  z-index: 0;
}

.p-suba01-bg__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-suba01-bg__photo.active {
  opacity: 1;
  z-index: 1;
}

.p-suba01__txt {
  letter-spacing: 0em;
  line-height: 2.8;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-suba01__txt2 {
  letter-spacing: -0.05em;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-suba01__tit {
  letter-spacing: 0.03em;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #414141;
}

.p-suba01-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-suba01-lists p {
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.1em;
  line-height: 1.4;
}

@media all and (max-width: 768px) {
  .p-suba01 {
    position: relative;
    top: 0vw;
    padding: 8vw 6.4vw 18.13333vw 6.4vw;
  }
  .p-suba01__txt {
    display: block;
    margin: 0vw -5.33333vw 0vw 0vw;
    font-size: 15px;
    font-size: 4vw;
  }
  .p-suba01__txt2 {
    display: block;
    margin: 5.33333vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .p-suba01__tit {
    display: block;
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .p-suba01-box {
    margin: 17.33333vw 0vw 0vw 0vw;
  }
  .p-suba01-lists {
    margin: 5.33333vw 0vw 0vw 0vw;
    padding: 0vw 1.33333vw 0vw 1.33333vw;
  }
  .p-suba01-lists li {
    width: 10.4vw;
  }
  .p-suba01-lists li figure {
    display: block;
    width: 10.4vw;
  }
  .p-suba01-lists li p {
    text-align: center;
    margin: 2.66667vw -2.66667vw 0vw -2.66667vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .p-suba01-photowrap {
    position: relative;
    margin: 13.33333vw -6.4vw 0vw -6.4vw;
    height: 236vw;
  }
  .p-suba01__photo {
    position: absolute;
    display: block;
  }
  .p-suba01__photo.pic01 {
    width: 72.53333vw;
  }
  .p-suba01__photo.pic02 {
    top: 118.93333vw;
    left: 2.66667vw;
    width: 48.66667vw;
    z-index: 2;
  }
  .p-suba01__photo.pic03 {
    top: 85.6vw;
    left: 57.86667vw;
    width: 39.46667vw;
    z-index: 2;
  }
  .p-suba01__photo.pic04 {
    top: 174.66667vw;
    left: 8vw;
    width: 84.26667vw;
  }
  .p-suba01-item {
    margin: 13.33333vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-suba01-item-box {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p-suba01 {
    padding: 170px 0px 135px;
  }
  .p-suba01__inner {
    position: relative;
    max-width: 1260px;
    margin: 0 auto 0;
    padding: 0px 30px 0px 30px;
  }
  .p-suba01-item {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 55px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-suba01-item-box {
    max-width: 540px;
    min-width: 500px;
  }
  .p-suba01__tit {
    font-size: 20px;
    letter-spacing: 0.03em;
  }
  .p-suba01__txt {
    margin: 74px -55px 0 0;
    display: block;
    font-size: 16px;
    line-height: 2.9;
    letter-spacing: 0.05em;
  }
  .p-suba01__txt2 {
    position: absolute;
    right: -15px;
    top: 4px;
    display: block;
    font-size: 11px;
    letter-spacing: 0.03em;
  }
  .p-suba01-box {
    position: relative;
    margin: 125px 0 0;
  }
  .p-suba01-lists {
    margin: 24px 0 0 0;
  }
  .p-suba01-lists li {
    width: 50px;
  }
  .p-suba01-lists li figure {
    display: block;
    width: 50px;
  }
  .p-suba01-lists li p {
    text-align: center;
    margin: 8px -15px 0;
    font-size: 13px;
    letter-spacing: 0;
  }
  .p-suba01-photowrap {
    position: relative;
    margin: 122px auto 0;
    height: 603px;
    left: 20px;
  }
  .p-suba01__photo {
    display: block;
  }
  .p-suba01__photo.pic01 {
    max-width: 524px;
  }
  .p-suba01__photo.pic02 {
    position: absolute;
    width: 278px;
  }
  .p-suba01__photo.pic03 {
    position: absolute;
    width: 218px;
    top: 326px;
    left: 133px;
  }
  .p-suba01__photo.pic04 {
    position: absolute;
    width: 668px;
    top: 60px;
    right: 0;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .p-suba01-item {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 55px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 70px;
  }
  .p-suba01-item-box {
    max-width: 540px;
  }
  .p-suba01-box {
    position: relative;
    margin: 80px 0 0;
    min-width: 500px;
  }
  .p-suba01__txt {
    margin: 20px -55px 0 0;
    display: block;
    font-size: 16px;
    line-height: 2.8;
    letter-spacing: 0.05em;
  }
  .p-suba01-lists {
    margin: 24px 0 0 0;
  }
  .p-suba01-lists li {
    width: 50px;
  }
  .p-suba01-lists li figure {
    display: block;
    width: 50px;
  }
  .p-suba01-lists li p {
    text-align: center;
    margin: 8px -15px 0;
    font-size: 13px;
    letter-spacing: 0;
  }
  .p-suba01-photowrap {
    position: relative;
    max-width: 1000px;
    margin: 97.6px auto 0;
    height: 482.4px;
    left: 16px;
  }
  .p-suba01__photo {
    display: block;
  }
  .p-suba01__photo.pic01 {
    max-width: 419.2px;
  }
  .p-suba01__photo.pic02 {
    position: absolute;
    width: 222.4px;
  }
  .p-suba01__photo.pic03 {
    position: absolute;
    width: 174.4px;
    top: 260.8px;
    left: 106.4px;
  }
  .p-suba01__photo.pic04 {
    position: absolute;
    width: 534.4px;
    top: 48px;
    right: 0;
  }
}

.p-suba02 {
  position: relative;
}

.p-suba02__txt {
  letter-spacing: 0em;
  line-height: 2.8;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-suba02__txt2 {
  letter-spacing: -0.05em;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-suba02-item {
  position: relative;
  background: #FDFBF6;
  padding: 10px;
}

.p-suba02-item__inner {
  border: solid 1px #90A9A1;
}

.p-suba02-item__en {
  position: relative;
  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;
}

.p-suba02-item__en:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #90A9A1;
}

.p-suba02-item__en span {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  display: inline-block;
  background: #FDFBF6;
  padding: 0 20px;
  letter-spacing: 0.03em;
}

.p-suba02-item__en.type1 {
  color: #90A9A1;
}

.p-suba02-item__en.type2 {
  color: #87B9D0;
}

.p-suba02-item__en.type2:before {
  background: #87B9D0;
}

.p-suba02-item__en.type3 {
  color: #B8B2AD;
}

.p-suba02-item__en.type3:before {
  background: #B8B2AD;
}

.p-suba02-item__ico {
  position: absolute;
  display: block;
}

.p-suba02-item.type1 {
  border-radius: 70px 0 0 70px;
  padding: 9px 0 9px 9px;
}

.p-suba02-item.type1 .p-suba02-item__inner {
  border: 1px solid #90A9A1;
  border-right: none;
  border-radius: 65px 0 0 65px;
  padding: 10px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-suba02-item.type2 {
  border-radius: 0 70px 70px 0;
  padding: 9px 9px 9px 0;
}

.p-suba02-item.type2 .p-suba02-item__inner {
  border: 1px solid #8DBACF;
  border-left: none;
  border-radius: 0 65px 65px 0;
  padding: 10px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-suba02-item.type3 {
  border-radius: 70px 0 0 70px;
  padding: 9px 0 9px 9px;
}

.p-suba02-item.type3 .p-suba02-item__inner {
  border: 1px solid #B8B2AD;
  border-right: none;
  border-radius: 65px 0 0 65px;
  padding: 10px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-suba02-item__tit {
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #414141;
}

.p-suba02-item__tit.act span:nth-child(1) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 0.08s;
  transition: opacity 1.5s ease-out 0.08s;
}

.p-suba02-item__tit.act span:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 0.16s;
  transition: opacity 1.5s ease-out 0.16s;
}

.p-suba02-item__tit.act span:nth-child(3) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 0.24s;
  transition: opacity 1.5s ease-out 0.24s;
}

.p-suba02-item__tit.act span:nth-child(4) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 0.32s;
  transition: opacity 1.5s ease-out 0.32s;
}

.p-suba02-item__tit.act span:nth-child(5) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 0.4s;
  transition: opacity 1.5s ease-out 0.4s;
}

.p-suba02-item__tit.act span:nth-child(6) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 0.48s;
  transition: opacity 1.5s ease-out 0.48s;
}

.p-suba02-item__tit.act span:nth-child(7) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 0.56s;
  transition: opacity 1.5s ease-out 0.56s;
}

.p-suba02-item__tit.act span:nth-child(8) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 0.64s;
  transition: opacity 1.5s ease-out 0.64s;
}

.p-suba02-item__tit.act span:nth-child(9) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 0.72s;
  transition: opacity 1.5s ease-out 0.72s;
}

.p-suba02-item__tit.act span:nth-child(10) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 0.8s;
  transition: opacity 1.5s ease-out 0.8s;
}

.p-suba02-item__tit.act span:nth-child(11) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 0.88s;
  transition: opacity 1.5s ease-out 0.88s;
}

.p-suba02-item__tit.act span:nth-child(12) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 0.96s;
  transition: opacity 1.5s ease-out 0.96s;
}

.p-suba02-item__tit.act span:nth-child(13) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 1.04s;
  transition: opacity 1.5s ease-out 1.04s;
}

.p-suba02-item__tit.act span:nth-child(14) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 1.12s;
  transition: opacity 1.5s ease-out 1.12s;
}

.p-suba02-item__tit.act span:nth-child(15) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 1.2s;
  transition: opacity 1.5s ease-out 1.2s;
}

.p-suba02-item__tit.act span:nth-child(16) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 1.28s;
  transition: opacity 1.5s ease-out 1.28s;
}

.p-suba02-item__tit.act span:nth-child(17) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 1.36s;
  transition: opacity 1.5s ease-out 1.36s;
}

.p-suba02-item__tit.act span:nth-child(18) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 1.44s;
  transition: opacity 1.5s ease-out 1.44s;
}

.p-suba02-item__tit.act span:nth-child(19) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 1.52s;
  transition: opacity 1.5s ease-out 1.52s;
}

.p-suba02-item__tit.act span:nth-child(20) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 1.6s;
  transition: opacity 1.5s ease-out 1.6s;
}

.p-suba02-item__tit.act span:nth-child(21) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 1.68s;
  transition: opacity 1.5s ease-out 1.68s;
}

.p-suba02-item__tit.act span:nth-child(22) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 1.76s;
  transition: opacity 1.5s ease-out 1.76s;
}

.p-suba02-item__tit.act span:nth-child(23) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 1.84s;
  transition: opacity 1.5s ease-out 1.84s;
}

.p-suba02-item__tit.act span:nth-child(24) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 1.92s;
  transition: opacity 1.5s ease-out 1.92s;
}

.p-suba02-item__tit.act span:nth-child(25) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 2s;
  transition: opacity 1.5s ease-out 2s;
}

.p-suba02-item__tit.act span:nth-child(26) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 2.08s;
  transition: opacity 1.5s ease-out 2.08s;
}

.p-suba02-item__tit.act span:nth-child(27) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 2.16s;
  transition: opacity 1.5s ease-out 2.16s;
}

.p-suba02-item__tit.act span:nth-child(28) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 2.24s;
  transition: opacity 1.5s ease-out 2.24s;
}

.p-suba02-item__tit.act span:nth-child(29) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 2.32s;
  transition: opacity 1.5s ease-out 2.32s;
}

.p-suba02-item__tit.act span:nth-child(30) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 2.4s;
  transition: opacity 1.5s ease-out 2.4s;
}

.p-suba02-item__tit.act span:nth-child(31) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 2.48s;
  transition: opacity 1.5s ease-out 2.48s;
}

.p-suba02-item__tit.act span:nth-child(32) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 2.56s;
  transition: opacity 1.5s ease-out 2.56s;
}

.p-suba02-item__tit.act span:nth-child(33) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 2.64s;
  transition: opacity 1.5s ease-out 2.64s;
}

.p-suba02-item__tit.act span:nth-child(34) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 2.72s;
  transition: opacity 1.5s ease-out 2.72s;
}

.p-suba02-item__tit.act span:nth-child(35) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 2.8s;
  transition: opacity 1.5s ease-out 2.8s;
}

.p-suba02-item__tit.act span:nth-child(36) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 2.88s;
  transition: opacity 1.5s ease-out 2.88s;
}

.p-suba02-item__tit.act span:nth-child(37) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 2.96s;
  transition: opacity 1.5s ease-out 2.96s;
}

.p-suba02-item__tit.act span:nth-child(38) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 3.04s;
  transition: opacity 1.5s ease-out 3.04s;
}

.p-suba02-item__tit.act span:nth-child(39) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 3.12s;
  transition: opacity 1.5s ease-out 3.12s;
}

.p-suba02-item__tit.act span:nth-child(40) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 3.2s;
  transition: opacity 1.5s ease-out 3.2s;
}

.p-suba02-item__tit.act span:nth-child(41) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 3.28s;
  transition: opacity 1.5s ease-out 3.28s;
}

.p-suba02-item__tit.act span:nth-child(42) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 3.36s;
  transition: opacity 1.5s ease-out 3.36s;
}

.p-suba02-item__tit.act span:nth-child(43) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 3.44s;
  transition: opacity 1.5s ease-out 3.44s;
}

.p-suba02-item__tit.act span:nth-child(44) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 3.52s;
  transition: opacity 1.5s ease-out 3.52s;
}

.p-suba02-item__tit.act span:nth-child(45) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 3.6s;
  transition: opacity 1.5s ease-out 3.6s;
}

.p-suba02-item__tit.act span:nth-child(46) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 3.68s;
  transition: opacity 1.5s ease-out 3.68s;
}

.p-suba02-item__tit.act span:nth-child(47) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 3.76s;
  transition: opacity 1.5s ease-out 3.76s;
}

.p-suba02-item__tit.act span:nth-child(48) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 3.84s;
  transition: opacity 1.5s ease-out 3.84s;
}

.p-suba02-item__tit.act span:nth-child(49) {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out 3.92s;
  transition: opacity 1.5s ease-out 3.92s;
}

.p-suba02-item__tit span {
  display: inline-block;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-suba02-item__tit2 {
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #414141;
}

.p-suba02-item__txt {
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}

.p-suba02-item__txt.lsmin {
  letter-spacing: -0.05em;
}

.p-suba02-item__txt.lswide {
  letter-spacing: 0.03em;
}

.p-suba02-item__txt2 {
  letter-spacing: 0em;
}

@media all and (max-width: 768px) {
  .p-suba02 {
    position: relative;
    top: 0vw;
    padding: 0vw 0vw 16vw 0vw;
  }
  .p-suba02__tit {
    display: block;
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .p-suba02__txt {
    display: block;
    margin: 0vw -5.33333vw 0vw 0vw;
    font-size: 15px;
    font-size: 4vw;
  }
  .p-suba02__txt2 {
    display: block;
    margin: 5.33333vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .p-suba02-item {
    background: #FDFBF6;
    width: 94.66667vw;
    margin: 22.66667vw 0vw 0vw 0vw;
    padding: 1.86667vw 1.86667vw 1.86667vw 1.86667vw;
  }
  .p-suba02-item__en {
    margin: 0vw auto 0vw;
    width: 45.33333vw;
  }
  .p-suba02-item__en span {
    font-size: 10.5px;
    font-size: 2.8vw;
    padding: 0vw 4vw 0vw 4vw;
  }
  .p-suba02-item__en.type2 {
    width: 50.66667vw;
  }
  .p-suba02-item__en.type3 {
    width: 55.2vw;
  }
  .p-suba02-item__ico {
    width: 33.86667vw;
    top: -16vw;
  }
  .p-suba02-item__ico.type1 {
    left: 4.53333vw;
  }
  .p-suba02-item__ico.type2 {
    right: 4.26667vw;
  }
  .p-suba02-item__ico.type3 {
    left: 4.53333vw;
  }
  .p-suba02-item__inner {
    border: solid 1px #90A9A1;
  }
  .p-suba02-item.type1 {
    margin: 5.33333vw 0vw 0vw 0vw;
    border-radius: 13.33333vw 0vw 0vw 13.33333vw;
    padding: 1.73333vw 0vw 1.73333vw 1.73333vw;
    left: 5.33333vw;
  }
  .p-suba02-item.type1 .p-suba02-item__inner {
    border: 1px solid #90A9A1;
    border-right: none;
    border-radius: 12vw 0vw 0vw 12vw;
    padding: 17.33333vw 6.4vw 14.66667vw 6.4vw;
    background-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-suba02-item.type2 {
    border-radius: 0vw 13.33333vw 13.33333vw 0vw;
    padding: 1.73333vw 1.73333vw 1.73333vw 0vw;
  }
  .p-suba02-item.type2 .p-suba02-item__inner {
    border: 1px solid #8DBACF;
    border-left: none;
    border-radius: 0vw 12vw 12vw 0vw;
    padding: 17.33333vw 6.4vw 14.66667vw 6.4vw;
  }
  .p-suba02-item.type3 {
    border-radius: 13.33333vw 0vw 0vw 13.33333vw;
    padding: 1.73333vw 0vw 1.73333vw 1.73333vw;
    left: 5.33333vw;
  }
  .p-suba02-item.type3 .p-suba02-item__inner {
    border: 1px solid #B8B2AD;
    border-right: none;
    border-radius: 12vw 0vw 0vw 12vw;
    padding: 17.33333vw 6.4vw 14.66667vw 6.4vw;
  }
  .p-suba02-item.other {
    margin: 13.33333vw auto 0vw;
    border-radius: 13.33333vw 13.33333vw 13.33333vw 13.33333vw;
    padding: 1.73333vw 1.73333vw 1.73333vw 1.73333vw;
    width: 89.33333vw;
  }
  .p-suba02-item.other .p-suba02-item__inner {
    border: 0.7px solid #787878;
    border-radius: 12vw 12vw 12vw 12vw;
    padding: 10.66667vw 6.4vw 17.33333vw 6.4vw;
    background-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-suba02-item.other .u-suba-tit {
    margin: 0vw auto 0vw;
  }
  .p-suba02-item.other .u-suba-tit .txt {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    font-size: 6.4vw;
  }
  .p-suba02-item.other .u-suba-tit.type2 {
    margin: 17.33333vw auto 0vw;
  }
  .p-suba02-item__new {
    margin: 5.86667vw 0vw 0vw 0vw;
    display: block;
    width: 16vw;
  }
  .p-suba02-item__tit {
    margin: 4vw -2.66667vw 0vw -2.66667vw;
    font-size: 22px;
    font-size: 5.86667vw;
    text-align: center;
    line-height: 1.6;
    position: relative;
    display: block;
  }
  .p-suba02-item__tit:before {
    opacity: 0;
  }
  .p-suba02-item__tit:after {
    opacity: 0;
  }
  .p-suba02-item__tit.act:before {
    -webkit-transition: 0.8s 1.2s;
    transition: 0.8s 1.2s;
    opacity: 1;
  }
  .p-suba02-item__tit.act:after {
    -webkit-transition: 0.8s 1.2s;
    transition: 0.8s 1.2s;
    opacity: 1;
  }
  .p-suba02-item__tit.act span:nth-child(1) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 0.1s, -webkit-transform 1s ease-out 0.1s;
    transition: opacity 1s ease-out 0.1s, -webkit-transform 1s ease-out 0.1s;
    transition: opacity 1s ease-out 0.1s, transform 1s ease-out 0.1s;
    transition: opacity 1s ease-out 0.1s, transform 1s ease-out 0.1s, -webkit-transform 1s ease-out 0.1s;
  }
  .p-suba02-item__tit.act span:nth-child(2) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
    transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
  }
  .p-suba02-item__tit.act span:nth-child(3) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
    transition: opacity 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
    transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
    transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
  }
  .p-suba02-item__tit.act span:nth-child(4) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 0.4s, -webkit-transform 1s ease-out 0.4s;
    transition: opacity 1s ease-out 0.4s, -webkit-transform 1s ease-out 0.4s;
    transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
    transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s, -webkit-transform 1s ease-out 0.4s;
  }
  .p-suba02-item__tit.act span:nth-child(5) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s;
    transition: opacity 1s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s;
    transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s;
    transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s;
  }
  .p-suba02-item__tit.act span:nth-child(6) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
    transition: opacity 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
  }
  .p-suba02-item__tit.act span:nth-child(7) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 0.7s, -webkit-transform 1s ease-out 0.7s;
    transition: opacity 1s ease-out 0.7s, -webkit-transform 1s ease-out 0.7s;
    transition: opacity 1s ease-out 0.7s, transform 1s ease-out 0.7s;
    transition: opacity 1s ease-out 0.7s, transform 1s ease-out 0.7s, -webkit-transform 1s ease-out 0.7s;
  }
  .p-suba02-item__tit.act span:nth-child(8) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 0.8s, -webkit-transform 1s ease-out 0.8s;
    transition: opacity 1s ease-out 0.8s, -webkit-transform 1s ease-out 0.8s;
    transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
    transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s, -webkit-transform 1s ease-out 0.8s;
  }
  .p-suba02-item__tit.act span:nth-child(9) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 0.9s, -webkit-transform 1s ease-out 0.9s;
    transition: opacity 1s ease-out 0.9s, -webkit-transform 1s ease-out 0.9s;
    transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
    transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s, -webkit-transform 1s ease-out 0.9s;
  }
  .p-suba02-item__tit.act span:nth-child(10) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 1s, -webkit-transform 1s ease-out 1s;
    transition: opacity 1s ease-out 1s, -webkit-transform 1s ease-out 1s;
    transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
    transition: opacity 1s ease-out 1s, transform 1s ease-out 1s, -webkit-transform 1s ease-out 1s;
  }
  .p-suba02-item__tit.act span:nth-child(11) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 1.1s, -webkit-transform 1s ease-out 1.1s;
    transition: opacity 1s ease-out 1.1s, -webkit-transform 1s ease-out 1.1s;
    transition: opacity 1s ease-out 1.1s, transform 1s ease-out 1.1s;
    transition: opacity 1s ease-out 1.1s, transform 1s ease-out 1.1s, -webkit-transform 1s ease-out 1.1s;
  }
  .p-suba02-item__tit.act span:nth-child(12) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 1.2s, -webkit-transform 1s ease-out 1.2s;
    transition: opacity 1s ease-out 1.2s, -webkit-transform 1s ease-out 1.2s;
    transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
    transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s, -webkit-transform 1s ease-out 1.2s;
  }
  .p-suba02-item__tit.act span:nth-child(13) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 1.3s, -webkit-transform 1s ease-out 1.3s;
    transition: opacity 1s ease-out 1.3s, -webkit-transform 1s ease-out 1.3s;
    transition: opacity 1s ease-out 1.3s, transform 1s ease-out 1.3s;
    transition: opacity 1s ease-out 1.3s, transform 1s ease-out 1.3s, -webkit-transform 1s ease-out 1.3s;
  }
  .p-suba02-item__tit.act span:nth-child(14) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 1.4s, -webkit-transform 1s ease-out 1.4s;
    transition: opacity 1s ease-out 1.4s, -webkit-transform 1s ease-out 1.4s;
    transition: opacity 1s ease-out 1.4s, transform 1s ease-out 1.4s;
    transition: opacity 1s ease-out 1.4s, transform 1s ease-out 1.4s, -webkit-transform 1s ease-out 1.4s;
  }
  .p-suba02-item__tit.act span:nth-child(15) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 1.5s, -webkit-transform 1s ease-out 1.5s;
    transition: opacity 1s ease-out 1.5s, -webkit-transform 1s ease-out 1.5s;
    transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
    transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s, -webkit-transform 1s ease-out 1.5s;
  }
  .p-suba02-item__tit.act span:nth-child(16) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 1.6s, -webkit-transform 1s ease-out 1.6s;
    transition: opacity 1s ease-out 1.6s, -webkit-transform 1s ease-out 1.6s;
    transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
    transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s, -webkit-transform 1s ease-out 1.6s;
  }
  .p-suba02-item__tit.act span:nth-child(17) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 1.7s, -webkit-transform 1s ease-out 1.7s;
    transition: opacity 1s ease-out 1.7s, -webkit-transform 1s ease-out 1.7s;
    transition: opacity 1s ease-out 1.7s, transform 1s ease-out 1.7s;
    transition: opacity 1s ease-out 1.7s, transform 1s ease-out 1.7s, -webkit-transform 1s ease-out 1.7s;
  }
  .p-suba02-item__tit.act span:nth-child(18) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 1.8s, -webkit-transform 1s ease-out 1.8s;
    transition: opacity 1s ease-out 1.8s, -webkit-transform 1s ease-out 1.8s;
    transition: opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s;
    transition: opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s, -webkit-transform 1s ease-out 1.8s;
  }
  .p-suba02-item__tit.act span:nth-child(19) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 1.9s, -webkit-transform 1s ease-out 1.9s;
    transition: opacity 1s ease-out 1.9s, -webkit-transform 1s ease-out 1.9s;
    transition: opacity 1s ease-out 1.9s, transform 1s ease-out 1.9s;
    transition: opacity 1s ease-out 1.9s, transform 1s ease-out 1.9s, -webkit-transform 1s ease-out 1.9s;
  }
  .p-suba02-item__tit.act span:nth-child(20) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 2s, -webkit-transform 1s ease-out 2s;
    transition: opacity 1s ease-out 2s, -webkit-transform 1s ease-out 2s;
    transition: opacity 1s ease-out 2s, transform 1s ease-out 2s;
    transition: opacity 1s ease-out 2s, transform 1s ease-out 2s, -webkit-transform 1s ease-out 2s;
  }
  .p-suba02-item__tit.act span:nth-child(21) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 2.1s, -webkit-transform 1s ease-out 2.1s;
    transition: opacity 1s ease-out 2.1s, -webkit-transform 1s ease-out 2.1s;
    transition: opacity 1s ease-out 2.1s, transform 1s ease-out 2.1s;
    transition: opacity 1s ease-out 2.1s, transform 1s ease-out 2.1s, -webkit-transform 1s ease-out 2.1s;
  }
  .p-suba02-item__tit.act span:nth-child(22) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 2.2s, -webkit-transform 1s ease-out 2.2s;
    transition: opacity 1s ease-out 2.2s, -webkit-transform 1s ease-out 2.2s;
    transition: opacity 1s ease-out 2.2s, transform 1s ease-out 2.2s;
    transition: opacity 1s ease-out 2.2s, transform 1s ease-out 2.2s, -webkit-transform 1s ease-out 2.2s;
  }
  .p-suba02-item__tit.act span:nth-child(23) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 2.3s, -webkit-transform 1s ease-out 2.3s;
    transition: opacity 1s ease-out 2.3s, -webkit-transform 1s ease-out 2.3s;
    transition: opacity 1s ease-out 2.3s, transform 1s ease-out 2.3s;
    transition: opacity 1s ease-out 2.3s, transform 1s ease-out 2.3s, -webkit-transform 1s ease-out 2.3s;
  }
  .p-suba02-item__tit.act span:nth-child(24) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 2.4s, -webkit-transform 1s ease-out 2.4s;
    transition: opacity 1s ease-out 2.4s, -webkit-transform 1s ease-out 2.4s;
    transition: opacity 1s ease-out 2.4s, transform 1s ease-out 2.4s;
    transition: opacity 1s ease-out 2.4s, transform 1s ease-out 2.4s, -webkit-transform 1s ease-out 2.4s;
  }
  .p-suba02-item__tit.act span:nth-child(25) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 2.5s, -webkit-transform 1s ease-out 2.5s;
    transition: opacity 1s ease-out 2.5s, -webkit-transform 1s ease-out 2.5s;
    transition: opacity 1s ease-out 2.5s, transform 1s ease-out 2.5s;
    transition: opacity 1s ease-out 2.5s, transform 1s ease-out 2.5s, -webkit-transform 1s ease-out 2.5s;
  }
  .p-suba02-item__tit.act span:nth-child(26) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 2.6s, -webkit-transform 1s ease-out 2.6s;
    transition: opacity 1s ease-out 2.6s, -webkit-transform 1s ease-out 2.6s;
    transition: opacity 1s ease-out 2.6s, transform 1s ease-out 2.6s;
    transition: opacity 1s ease-out 2.6s, transform 1s ease-out 2.6s, -webkit-transform 1s ease-out 2.6s;
  }
  .p-suba02-item__tit.act span:nth-child(27) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 2.7s, -webkit-transform 1s ease-out 2.7s;
    transition: opacity 1s ease-out 2.7s, -webkit-transform 1s ease-out 2.7s;
    transition: opacity 1s ease-out 2.7s, transform 1s ease-out 2.7s;
    transition: opacity 1s ease-out 2.7s, transform 1s ease-out 2.7s, -webkit-transform 1s ease-out 2.7s;
  }
  .p-suba02-item__tit.act span:nth-child(28) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 2.8s, -webkit-transform 1s ease-out 2.8s;
    transition: opacity 1s ease-out 2.8s, -webkit-transform 1s ease-out 2.8s;
    transition: opacity 1s ease-out 2.8s, transform 1s ease-out 2.8s;
    transition: opacity 1s ease-out 2.8s, transform 1s ease-out 2.8s, -webkit-transform 1s ease-out 2.8s;
  }
  .p-suba02-item__tit.act span:nth-child(29) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 2.9s, -webkit-transform 1s ease-out 2.9s;
    transition: opacity 1s ease-out 2.9s, -webkit-transform 1s ease-out 2.9s;
    transition: opacity 1s ease-out 2.9s, transform 1s ease-out 2.9s;
    transition: opacity 1s ease-out 2.9s, transform 1s ease-out 2.9s, -webkit-transform 1s ease-out 2.9s;
  }
  .p-suba02-item__tit.act span:nth-child(30) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 3s, -webkit-transform 1s ease-out 3s;
    transition: opacity 1s ease-out 3s, -webkit-transform 1s ease-out 3s;
    transition: opacity 1s ease-out 3s, transform 1s ease-out 3s;
    transition: opacity 1s ease-out 3s, transform 1s ease-out 3s, -webkit-transform 1s ease-out 3s;
  }
  .p-suba02-item__tit.act span:nth-child(31) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 3.1s, -webkit-transform 1s ease-out 3.1s;
    transition: opacity 1s ease-out 3.1s, -webkit-transform 1s ease-out 3.1s;
    transition: opacity 1s ease-out 3.1s, transform 1s ease-out 3.1s;
    transition: opacity 1s ease-out 3.1s, transform 1s ease-out 3.1s, -webkit-transform 1s ease-out 3.1s;
  }
  .p-suba02-item__tit.act span:nth-child(32) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 3.2s, -webkit-transform 1s ease-out 3.2s;
    transition: opacity 1s ease-out 3.2s, -webkit-transform 1s ease-out 3.2s;
    transition: opacity 1s ease-out 3.2s, transform 1s ease-out 3.2s;
    transition: opacity 1s ease-out 3.2s, transform 1s ease-out 3.2s, -webkit-transform 1s ease-out 3.2s;
  }
  .p-suba02-item__tit.act span:nth-child(33) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 3.3s, -webkit-transform 1s ease-out 3.3s;
    transition: opacity 1s ease-out 3.3s, -webkit-transform 1s ease-out 3.3s;
    transition: opacity 1s ease-out 3.3s, transform 1s ease-out 3.3s;
    transition: opacity 1s ease-out 3.3s, transform 1s ease-out 3.3s, -webkit-transform 1s ease-out 3.3s;
  }
  .p-suba02-item__tit.act span:nth-child(34) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 3.4s, -webkit-transform 1s ease-out 3.4s;
    transition: opacity 1s ease-out 3.4s, -webkit-transform 1s ease-out 3.4s;
    transition: opacity 1s ease-out 3.4s, transform 1s ease-out 3.4s;
    transition: opacity 1s ease-out 3.4s, transform 1s ease-out 3.4s, -webkit-transform 1s ease-out 3.4s;
  }
  .p-suba02-item__tit.act span:nth-child(35) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 3.5s, -webkit-transform 1s ease-out 3.5s;
    transition: opacity 1s ease-out 3.5s, -webkit-transform 1s ease-out 3.5s;
    transition: opacity 1s ease-out 3.5s, transform 1s ease-out 3.5s;
    transition: opacity 1s ease-out 3.5s, transform 1s ease-out 3.5s, -webkit-transform 1s ease-out 3.5s;
  }
  .p-suba02-item__tit.act span:nth-child(36) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 3.6s, -webkit-transform 1s ease-out 3.6s;
    transition: opacity 1s ease-out 3.6s, -webkit-transform 1s ease-out 3.6s;
    transition: opacity 1s ease-out 3.6s, transform 1s ease-out 3.6s;
    transition: opacity 1s ease-out 3.6s, transform 1s ease-out 3.6s, -webkit-transform 1s ease-out 3.6s;
  }
  .p-suba02-item__tit.act span:nth-child(37) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 3.7s, -webkit-transform 1s ease-out 3.7s;
    transition: opacity 1s ease-out 3.7s, -webkit-transform 1s ease-out 3.7s;
    transition: opacity 1s ease-out 3.7s, transform 1s ease-out 3.7s;
    transition: opacity 1s ease-out 3.7s, transform 1s ease-out 3.7s, -webkit-transform 1s ease-out 3.7s;
  }
  .p-suba02-item__tit.act span:nth-child(38) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 3.8s, -webkit-transform 1s ease-out 3.8s;
    transition: opacity 1s ease-out 3.8s, -webkit-transform 1s ease-out 3.8s;
    transition: opacity 1s ease-out 3.8s, transform 1s ease-out 3.8s;
    transition: opacity 1s ease-out 3.8s, transform 1s ease-out 3.8s, -webkit-transform 1s ease-out 3.8s;
  }
  .p-suba02-item__tit.act span:nth-child(39) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 3.9s, -webkit-transform 1s ease-out 3.9s;
    transition: opacity 1s ease-out 3.9s, -webkit-transform 1s ease-out 3.9s;
    transition: opacity 1s ease-out 3.9s, transform 1s ease-out 3.9s;
    transition: opacity 1s ease-out 3.9s, transform 1s ease-out 3.9s, -webkit-transform 1s ease-out 3.9s;
  }
  .p-suba02-item__tit.act span:nth-child(40) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 4s, -webkit-transform 1s ease-out 4s;
    transition: opacity 1s ease-out 4s, -webkit-transform 1s ease-out 4s;
    transition: opacity 1s ease-out 4s, transform 1s ease-out 4s;
    transition: opacity 1s ease-out 4s, transform 1s ease-out 4s, -webkit-transform 1s ease-out 4s;
  }
  .p-suba02-item__tit.act span:nth-child(41) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 4.1s, -webkit-transform 1s ease-out 4.1s;
    transition: opacity 1s ease-out 4.1s, -webkit-transform 1s ease-out 4.1s;
    transition: opacity 1s ease-out 4.1s, transform 1s ease-out 4.1s;
    transition: opacity 1s ease-out 4.1s, transform 1s ease-out 4.1s, -webkit-transform 1s ease-out 4.1s;
  }
  .p-suba02-item__tit.act span:nth-child(42) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 4.2s, -webkit-transform 1s ease-out 4.2s;
    transition: opacity 1s ease-out 4.2s, -webkit-transform 1s ease-out 4.2s;
    transition: opacity 1s ease-out 4.2s, transform 1s ease-out 4.2s;
    transition: opacity 1s ease-out 4.2s, transform 1s ease-out 4.2s, -webkit-transform 1s ease-out 4.2s;
  }
  .p-suba02-item__tit.act span:nth-child(43) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 4.3s, -webkit-transform 1s ease-out 4.3s;
    transition: opacity 1s ease-out 4.3s, -webkit-transform 1s ease-out 4.3s;
    transition: opacity 1s ease-out 4.3s, transform 1s ease-out 4.3s;
    transition: opacity 1s ease-out 4.3s, transform 1s ease-out 4.3s, -webkit-transform 1s ease-out 4.3s;
  }
  .p-suba02-item__tit.act span:nth-child(44) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 4.4s, -webkit-transform 1s ease-out 4.4s;
    transition: opacity 1s ease-out 4.4s, -webkit-transform 1s ease-out 4.4s;
    transition: opacity 1s ease-out 4.4s, transform 1s ease-out 4.4s;
    transition: opacity 1s ease-out 4.4s, transform 1s ease-out 4.4s, -webkit-transform 1s ease-out 4.4s;
  }
  .p-suba02-item__tit.act span:nth-child(45) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 4.5s, -webkit-transform 1s ease-out 4.5s;
    transition: opacity 1s ease-out 4.5s, -webkit-transform 1s ease-out 4.5s;
    transition: opacity 1s ease-out 4.5s, transform 1s ease-out 4.5s;
    transition: opacity 1s ease-out 4.5s, transform 1s ease-out 4.5s, -webkit-transform 1s ease-out 4.5s;
  }
  .p-suba02-item__tit.act span:nth-child(46) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 4.6s, -webkit-transform 1s ease-out 4.6s;
    transition: opacity 1s ease-out 4.6s, -webkit-transform 1s ease-out 4.6s;
    transition: opacity 1s ease-out 4.6s, transform 1s ease-out 4.6s;
    transition: opacity 1s ease-out 4.6s, transform 1s ease-out 4.6s, -webkit-transform 1s ease-out 4.6s;
  }
  .p-suba02-item__tit.act span:nth-child(47) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 4.7s, -webkit-transform 1s ease-out 4.7s;
    transition: opacity 1s ease-out 4.7s, -webkit-transform 1s ease-out 4.7s;
    transition: opacity 1s ease-out 4.7s, transform 1s ease-out 4.7s;
    transition: opacity 1s ease-out 4.7s, transform 1s ease-out 4.7s, -webkit-transform 1s ease-out 4.7s;
  }
  .p-suba02-item__tit.act span:nth-child(48) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 4.8s, -webkit-transform 1s ease-out 4.8s;
    transition: opacity 1s ease-out 4.8s, -webkit-transform 1s ease-out 4.8s;
    transition: opacity 1s ease-out 4.8s, transform 1s ease-out 4.8s;
    transition: opacity 1s ease-out 4.8s, transform 1s ease-out 4.8s, -webkit-transform 1s ease-out 4.8s;
  }
  .p-suba02-item__tit.act span:nth-child(49) {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 4.9s, -webkit-transform 1s ease-out 4.9s;
    transition: opacity 1s ease-out 4.9s, -webkit-transform 1s ease-out 4.9s;
    transition: opacity 1s ease-out 4.9s, transform 1s ease-out 4.9s;
    transition: opacity 1s ease-out 4.9s, transform 1s ease-out 4.9s, -webkit-transform 1s ease-out 4.9s;
  }
  .p-suba02-item__tit.col1:before {
    content: "";
    position: absolute;
    top: 6.66667vw;
    left: 36.26667vw;
    width: 30.66667vw;
    height: 1.86667vw;
    background: rgba(144, 169, 161, 0.3);
    z-index: -1;
  }
  .p-suba02-item__tit.col1:after {
    content: "";
    position: absolute;
    bottom: 0vw;
    left: 21.33333vw;
    width: 43.2vw;
    height: 1.86667vw;
    background: rgba(144, 169, 161, 0.3);
    z-index: -1;
  }
  .p-suba02-item__tit.col2:before {
    content: "";
    position: absolute;
    bottom: 0vw;
    left: 2.66667vw;
    width: 78.4vw;
    height: 1.86667vw;
    background: rgba(135, 185, 208, 0.3);
    z-index: -1;
  }
  .p-suba02-item__tit.col3:before {
    content: "";
    position: absolute;
    top: 6.66667vw;
    left: 14.93333vw;
    width: 55.46667vw;
    height: 1.86667vw;
    background: rgba(184, 178, 173, 0.3);
    z-index: -1;
  }
  .p-suba02-item__tit .colsp {
    position: relative;
    display: inline-block;
  }
  .p-suba02-item__tit .colsp:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.15em;
    width: 100%;
    height: 0.3em;
    background: rgba(144, 169, 161, 0.3);
    z-index: 0;
  }
  .p-suba02-item__tit .colsp.col02:after {
    background: rgba(135, 185, 208, 0.3);
  }
  .p-suba02-item__tit .colsp.col03:after {
    background: rgba(184, 178, 173, 0.3);
  }
  .p-suba02-item__tit2 {
    margin: 6.66667vw 0vw 0vw 0vw;
    padding: 0vw 0vw 2.66667vw 0vw;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.5;
    border-bottom: solid 0.7px #787878;
  }
  .p-suba02-item__tit2 sup {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.1em;
  }
  .p-suba02-item__tit2.ls7 span {
    letter-spacing: 0.07em;
  }
  .p-suba02-item__new + .p-suba02-item__tit2 {
    margin: 2.66667vw 0vw 0vw 0vw;
  }
  .p-suba02-item__txt {
    margin: 3.2vw -1.86667vw 0vw 0vw;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.6;
  }
  .p-suba02-item__txt2 {
    margin: 2.66667vw -0.8vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.5;
  }
  .p-suba02-item__photo01 {
    margin: 8vw 0vw 0vw 0vw;
    display: block;
  }
  .p-suba02-item__photo02 {
    margin: 13.33333vw 0vw 0vw 0vw;
    display: block;
  }
  .p-suba02-item__photo03 {
    margin: 9.86667vw 0vw 0vw 0vw;
    display: block;
  }
  .p-suba02-item__photo04 {
    margin: 13.86667vw 0vw 0vw 0vw;
    display: block;
  }
  .p-suba02-item__photo05 {
    margin: 8vw 0vw 0vw 0vw;
    display: block;
  }
  .p-suba02-item__photo06 {
    margin: 13.33333vw 0vw 0vw 0vw;
    display: block;
  }
  .p-suba02-item__photo07 {
    margin: 16vw 0vw 0vw 0vw;
    display: block;
  }
  .p-suba02-item__photo08 {
    margin: 14.66667vw auto 0vw;
    width: 73.06667vw;
    display: block;
    position: relative;
  }
}

@media screen and (min-width: 769px), print {
  .p-suba02 {
    padding: 0px 0px 0px;
    overflow: hidden;
  }
  .p-suba02__inner {
    position: relative;
  }
  .p-suba02-item {
    margin: 147px auto 0;
    max-width: 1200px;
  }
  .p-suba02-item.type1::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    right: -9999px;
    /* 右方向に突き抜ける */
    background-color: #FDFBF6;
    /* お好きな背景色に */
    z-index: 0;
    /* 背景として背面に */
  }
  .p-suba02-item.type1 .p-suba02-item__inner {
    position: relative;
    z-index: 1;
    border: 1px solid #90A9A1;
    border-right: none;
    background-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-suba02-item.type1 .p-suba02-item__inner::before {
    content: "";
    position: absolute;
    top: -1px;
    height: 1px;
    width: 2500px;
    left: 100px;
    background-color: #90A9A1;
    z-index: 0;
  }
  .p-suba02-item.type1 .p-suba02-item__inner::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 2500px;
    left: 100px;
    background-color: #90A9A1;
    z-index: 0;
  }
  .p-suba02-item.type2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100px;
    left: -9999px;
    background-color: #FDFBF6;
    /* お好きな背景色に */
    z-index: 0;
    /* 背景として背面に */
  }
  .p-suba02-item.type2 .p-suba02-item__inner {
    position: relative;
    z-index: 1;
    border: 1px solid #8DBACF;
    border-left: none;
    background-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-suba02-item.type2 .p-suba02-item__inner::before {
    content: "";
    position: absolute;
    top: -1px;
    height: 1px;
    width: 2500px;
    right: 100px;
    background-color: #8DBACF;
    z-index: 0;
  }
  .p-suba02-item.type2 .p-suba02-item__inner::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 2500px;
    right: 100px;
    background-color: #8DBACF;
    z-index: 0;
  }
  .p-suba02-item.type2 .p-suba02-item__inner2 {
    padding: 60px 0px 60px;
  }
  .p-suba02-item.type3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    right: -9999px;
    /* 右方向に突き抜ける */
    background-color: #FDFBF6;
    /* お好きな背景色に */
    z-index: 0;
    /* 背景として背面に */
  }
  .p-suba02-item.type3 .p-suba02-item__inner {
    position: relative;
    z-index: 1;
    border: 1px solid #B8B2AD;
    border-right: none;
    background-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-suba02-item.type3 .p-suba02-item__inner::before {
    content: "";
    position: absolute;
    top: -1px;
    height: 1px;
    width: 2500px;
    left: 100px;
    background-color: #B8B2AD;
    z-index: 0;
  }
  .p-suba02-item.type3 .p-suba02-item__inner::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 2500px;
    left: 100px;
    background-color: #B8B2AD;
    z-index: 0;
  }
  .p-suba02-item.other {
    border-radius: 70px;
    padding: 9px;
  }
  .p-suba02-item.other .p-suba02-item__inner {
    border-radius: 65px;
    padding: 40px 40px 110px;
    position: relative;
    z-index: 1;
    border: 1px solid #787878;
  }
  .p-suba02-item__inner2 {
    max-width: 1080px;
    padding: 60px 0px 80px;
    margin: 0 auto;
    position: relative;
    left: 5.4%;
  }
  .p-suba02-item__inner2.type2 {
    left: auto;
    right: 5.4%;
  }
  .p-suba02-item__ico {
    width: 196px;
    top: -99px;
    z-index: 2;
  }
  .p-suba02-item__ico:before {
    content: "";
    display: block;
    position: absolute;
    width: 250px;
    height: 20px;
    left: -25px;
    top: 100px;
    background: #FDFBF6;
    z-index: -1;
  }
  .p-suba02-item__ico.type1 {
    left: 121px;
  }
  .p-suba02-item__ico.type2 {
    right: 120px;
  }
  .p-suba02-item__ico.type3 {
    left: 121px;
  }
  .p-suba02-item__new {
    width: 86px;
  }
  .p-suba02-item__en {
    width: 242px;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.03em;
  }
  .p-suba02-item__en.type2 {
    width: 312px;
  }
  .p-suba02-item__en.type3 {
    width: 297px;
  }
  .p-suba02-item__photo01 {
    display: block;
    max-width: 477px;
  }
  .p-suba02-item__photo02 {
    display: block;
    max-width: 477px;
  }
  .p-suba02-item__photo03 {
    display: block;
    max-width: 477px;
    min-width: 477px;
  }
  .p-suba02-item__photo04 {
    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;
    max-width: 477px;
    min-width: 477px;
  }
  .p-suba02-item__photo04 picture {
    margin: 0 auto;
    display: block;
    min-width: 430px;
    max-width: 430px;
  }
  .p-suba02-item__photo05 {
    display: block;
    max-width: 477px;
  }
  .p-suba02-item__photo08 {
    display: block;
    position: relative;
    margin: 50px auto 0;
    max-width: 933px;
    left: -10px;
  }
  .p-suba02-item__tit {
    margin: 20px 0 0;
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    position: relative;
    display: block;
  }
  .p-suba02-item__tit:before {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-suba02-item__tit.act:before {
    opacity: 1;
    -webkit-transition: 1s 1s;
    transition: 1s 1s;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-suba02-item__tit.col1:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.05em;
    margin: 0 0px 0 44px;
    width: 398px;
    height: 10px;
    background: rgba(144, 169, 161, 0.3);
    z-index: -1;
  }
  .p-suba02-item__tit.col2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.05em;
    margin: 0 0px 0 0px;
    width: 453px;
    height: 10px;
    background: rgba(135, 185, 208, 0.3);
    z-index: -1;
  }
  .p-suba02-item__tit.col3:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.05em;
    margin: 0 0px 0 -135px;
    width: 301px;
    height: 10px;
    background: rgba(184, 178, 173, 0.3);
    z-index: -1;
  }
  .p-suba02-item__tit2 {
    margin: 20px 0px 0 0;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 1.8;
    padding: 0 0 12px;
    border-bottom: solid 1px #787878;
  }
  .p-suba02-item__tit2 span {
    margin: 0px -30px 0 0;
    display: inline-block;
  }
  .p-suba02-item__tit2 span.min {
    letter-spacing: -0.04em;
  }
  .p-suba02-item__tit2 sup {
    font-size: 12px;
  }
  .p-suba02-item__txt2 {
    margin: 18px 0 0;
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .p-suba02-item__txt {
    margin: 12px -5px 0 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .p-suba02-item__txt.ls3 {
    letter-spacing: 0.03em;
  }
  .p-suba02-cont + .p-suba02-cont {
    margin: 80px 0 0;
  }
  .p-suba02-cont {
    margin: 70px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px;
  }
  .p-suba02-cont.type1 {
    margin: 90px 0 0;
  }
  .p-suba02-cont.type3 {
    margin: 80px 0 0;
  }
  .p-suba02-cont picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-suba02-cont-txtbox {
    max-width: 522px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-suba02-cont.type2 picture {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-suba02-cont2wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    margin: 50px auto 85px;
    gap: 100px;
  }
  .p-suba02-cont2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-suba02-cont2 .p-suba02-item__tit2 {
    margin: 30px 0px 0 0;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .p-suba02__inner {
    padding: 0 40px;
  }
  .p-suba02__inner3 {
    max-width: 960px;
    margin: 0 auto;
  }
  .p-suba02-cont2wrap {
    gap: 50px;
  }
  .p-suba02-item.type1 .p-suba02-item__inner2, .p-suba02-item.type3 .p-suba02-item__inner2 {
    padding: 60px 0px 80px 45px;
    left: 0;
    right: 0;
  }
  .p-suba02-item.type2 .p-suba02-item__inner2 {
    padding: 60px 45px 80px 0;
    left: 0;
    right: 0;
  }
  .p-suba02-item__inner2 {
    left: 0;
  }
  .p-suba02-item.other .p-suba02-item__inner {
    padding: 40px 45px 110px;
  }
  .p-suba02-item__photo01 {
    width: calc(50% - 25px);
  }
  .p-suba02-item__photo02 {
    width: calc(50% - 25px);
  }
  .p-suba02-item__photo03 {
    width: calc(50% - 25px);
    min-width: auto;
  }
  .p-suba02-item__photo04 {
    width: calc(50% - 25px);
    min-width: auto;
  }
  .p-suba02-item__photo05 {
    width: calc(50% - 25px);
    min-width: auto;
  }
  .p-suba02-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    /* 任意 */
  }
  .p-suba02-cont-txtbox {
    width: calc(50% - 25px);
  }
}

.p-suba03 {
  position: relative;
}

.p-suba03__tit2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.03em;
  color: #555555;
}

@media all and (max-width: 768px) {
  .p-suba03 {
    padding: 0vw 0vw 8vw 0vw;
  }
  .p-suba03__tit2 {
    margin: 0vw auto 0vw;
  }
  .p-suba03__tit2 span {
    padding: 0vw 0vw 0vw 1.06667vw;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

@media screen and (min-width: 769px), print {
  .p-suba03 {
    position: relative;
    padding: 145px 40px 30px;
  }
  .p-suba03__inner {
    position: relative;
    max-width: 980px;
    margin: 0px auto 0;
    padding: 0px 0px 0px 0px;
  }
}

.p-suba04 {
  position: relative;
}

.p-suba04__tit2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.03em;
  color: #555555;
}

.p-suba04__txt {
  letter-spacing: 0em;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-suba04__txt .dowrap {
  display: inline-block;
  position: relative;
  left: -1px;
}

.p-suba04__txt .do {
  display: inline-block;
  position: relative;
  left: 1px;
}

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

.p-suba04-item__tit span {
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-suba04-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-suba04-list p {
  text-align: center;
  font-size: 17px;
  color: #414141;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.p-suba04 table {
  width: 100%;
  border-top: 1px solid rgba(85, 85, 85, 0.5);
}

.p-suba04 table th,
.p-suba04 table td {
  padding: 10px;
  text-align: center;
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #414141;
}

.p-suba04 table th .dowrap,
.p-suba04 table td .dowrap {
  display: inline-block;
  position: relative;
  left: -2px;
}

.p-suba04 table th .do,
.p-suba04 table td .do {
  display: inline-block;
  position: relative;
  left: 1px;
}

.p-suba04 table th {
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  letter-spacing: 0.1em;
  font-size: 13px;
}

.p-suba04 table td {
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  letter-spacing: 0.1em;
}

@media all and (max-width: 768px) {
  .p-suba04 {
    padding: 9.33333vw 6.66667vw 8vw 6.66667vw;
  }
  .p-suba04__tit2 {
    margin: 0vw auto 0vw;
  }
  .p-suba04__tit2 span {
    padding: 0vw 0vw 0vw 1.06667vw;
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-suba04__txt {
    margin: 4vw 0vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.45;
  }
  .p-suba04__txt .dowrap {
    display: inline-block;
    position: relative;
    left: -0.26667vw;
  }
  .p-suba04__txt .do {
    display: inline-block;
    position: relative;
    left: 0vw;
  }
  .p-suba04-box {
    margin: 20vw 0vw 0vw 0vw;
  }
  .p-suba04-box:nth-of-type(2) {
    margin: 17.33333vw 0vw 0vw 0vw;
  }
  .p-suba04-box:nth-of-type(3) {
    margin: 18.13333vw 0vw 0vw 0vw;
  }
  .p-suba04-box table {
    margin: 6.66667vw 0vw 0vw 0vw;
    border-top: none;
  }
  .p-suba04-box table tr:first-of-type th,
  .p-suba04-box table tr:first-of-type td {
    border-top: 1px solid rgba(85, 85, 85, 0.5);
  }
  .p-suba04-box table th,
  .p-suba04-box table td {
    width: 50%;
    padding: 2.26667vw 0vw 2.26667vw 0vw;
    font-size: 13px;
    font-size: 3.46667vw;
    height: 16vw;
  }
  .p-suba04-box table th sup,
  .p-suba04-box table td sup {
    display: inline-block;
    position: relative;
    left: -0.26667vw;
    font-size: 10px;
    font-size: 2.66667vw;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .p-suba04-box table th .dowrap,
  .p-suba04-box table td .dowrap {
    display: inline-block;
    position: relative;
    left: -0.26667vw;
  }
  .p-suba04-box table th .do,
  .p-suba04-box table td .do {
    display: inline-block;
    position: relative;
    left: 0vw;
  }
  .p-suba04-box table th {
    width: 38%;
    border-right: 1px solid rgba(85, 85, 85, 0.5);
    border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  }
  .p-suba04-box table td {
    width: 62%;
    border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  }
  .p-suba04-item {
    margin: 17.33333vw 0vw 0vw 0vw;
  }
  .p-suba04-list {
    margin: 6.93333vw auto 0vw;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .p-suba04-list figure {
    margin: 4vw 0vw 0vw 0vw;
    width: 11.73333vw;
    margin: 0 auto;
  }
  .p-suba04-list p {
    position: relative;
    margin: 2.66667vw 0vw 0vw 0vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .p-suba04-list.type2 {
    margin: 2.13333vw auto 0vw;
    width: 69.33333vw;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p-suba04-list.type2 figure {
    margin: 4.8vw auto 0vw;
    width: 12.26667vw;
  }
  .p-suba04-list.type2 figure img {
    height: auto;
  }
  .p-suba04__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;
    gap: 2.66667vw;
    margin: 10.66667vw auto 0vw;
    width: 39.2vw;
    padding: 0vw 1.33333vw 1.86667vw 2.13333vw;
  }
  .p-suba04__link .txt {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0em;
  }
  .p-suba04__link .txt span {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0.25em;
  }
  .p-suba04__link .ico {
    position: relative;
    top: 0.26667vw;
    width: 8.26667vw;
  }
}

@media screen and (min-width: 769px), print {
  .p-suba04 {
    position: relative;
    padding: 130px 40px 30px;
  }
  .p-suba04__inner {
    position: relative;
    max-width: 1100px;
    margin: 0px auto 0;
    padding: 0px 0px 0px 0px;
  }
  .p-suba04 .u-suba-tit {
    position: absolute;
    left: 0;
    top: 0;
  }
  .p-suba04 .u-suba-tit::before {
    display: none;
  }
  .p-suba04__tit2 {
    width: 145px;
    margin: 0 auto;
  }
  .p-suba04__tit2 span {
    padding: 0 0 0 4px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
  .p-suba04__txt {
    margin: 15px 0 0;
    font-size: 11px;
    line-height: 1.5;
  }
  .p-suba04-boxwrap {
    padding: 42px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-suba04-side {
    width: 210px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-suba04-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding: 0 0 0 10px;
  }
  .p-suba04-list {
    max-width: 234px;
    margin: 31px auto 0;
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-suba04-list li {
    width: 62px;
    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;
  }
  .p-suba04-list figure {
    width: 48px;
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-suba04-list figure img {
    height: auto;
  }
  .p-suba04-list p {
    display: block;
    margin: 14px -15px 0;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.2;
  }
  .p-suba04 table {
    margin: 32px 0 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .p-suba04 table th,
  .p-suba04 table td {
    padding: 20px 0;
    height: 70px;
    letter-spacing: 0.1em;
  }
  .p-suba04 table th {
    width: 210px;
    font-size: 14px;
  }
  .p-suba04 table th sup {
    font-size: 9px;
  }
  .p-suba04 table td {
    border-left: 1px solid rgba(85, 85, 85, 0.5);
    width: calc((100% - 210px) / 3);
    font-size: 14px;
  }
  .p-suba04 table td span {
    font-size: 14px;
  }
  .p-suba04 table td span.min {
    font-size: 11px;
  }
  .p-suba04 table sup {
    font-size: 10px;
  }
  .p-suba04-linkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .p-suba04__link {
    position: relative;
    margin: 70px auto 0;
    width: 145px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 0 8px 8px;
  }
  .p-suba04__link .txt,
  .p-suba04__link .txt2 {
    font-size: 14px;
    letter-spacing: 0.3em;
    line-height: 1;
  }
  .p-suba04__link .txt span,
  .p-suba04__link .txt2 span {
    line-height: 1;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .p-suba04-box {
    padding: 0 0 0 2px;
  }
  .p-suba04-list {
    max-width: 234px;
    margin: 15px auto 0;
    gap: 24px;
  }
  .p-suba04-list li {
    width: 52px;
  }
  .p-suba04-list figure {
    width: 40px;
    min-height: 160px;
  }
  .p-suba04-list p {
    margin: 14px -15px 0;
    font-size: 11px;
  }
}

.c-bnr-wrap,
.c-sns-wrap {
  position: relative;
  overflow: hidden;
}

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

@media screen and (min-width: 769px), print {
  .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: 5.33333vw 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: 60px auto 0;
    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 {
    width: 2.66667vw;
  }
}

@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: 18px;
  }
}

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

.modal.type2 {
  background-color: rgba(171, 203, 218, 0.95);
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* モーダルのコンテンツ */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FDFBF6;
  text-align: center;
  z-index: 10000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: show 0.4s linear 0s;
          animation: show 0.4s linear 0s;
}

.modal-content__inner {
  border: solid 0.7px #90A9A1;
}

.modal-content__inner.type2 {
  border: solid 1px #87B9D0;
}

.modal-content .modalClose {
  position: absolute;
  cursor: pointer;
  top: -50px;
  right: 0px;
  width: 43px;
  height: 43px;
}

.modal-content .modalClose img {
  width: 43px;
  height: 43px;
}

.modal-content .modalClose.type2 {
  width: 53px;
  height: 53px;
  top: -50px;
  right: -50px;
}

.modal-content .modalClose.type2 img {
  width: 53px;
  height: 53px;
}

.modal-content-item2__tit {
  display: block;
  text-align: center;
  letter-spacing: 0.03em;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  padding: 0 0 24px;
  border-bottom: solid 0.7px #555555;
}

.modal-content-item2__tit span {
  color: #414141;
}

.modal-content-item2__txt {
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.modal-content-item {
  position: relative;
  border: 1px solid #8DBACF;
  background: #fff;
  border-radius: 40px;
}

.modal-content-item__ico {
  position: absolute;
  display: block;
}

.modal-content-item__txt {
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #373737;
}

.modal-content-item__txt .txt1 {
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.modal-content-item__txt .txt2 {
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: block;
}

.modal-content-item__txt .txt2 .big {
  color: #F5884E;
}

.modal-content-item__txt2 {
  color: #373737;
  display: block;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
}

.modal-content-txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

.modal-content__txt {
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #373737;
}

.modal-content-txtbox2 {
  background: #F5884E;
  padding: 7px 10px;
  border-radius: 13.5px;
}

.modal-content__txt2 {
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #fff;
}

.modal-content__txt3 {
  display: block;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #fff;
}

@media all and (max-width: 768px) {
  .modal-content {
    margin: 5.33333vw 0vw 0vw 0vw;
    width: 84vw;
    padding: 1.86667vw 1.86667vw 1.86667vw 1.86667vw;
    border-radius: 13.33333vw 13.33333vw 13.33333vw 13.33333vw;
  }
  .modal-content-wrap {
    position: relative;
    overflow-y: scroll;
    height: 100%;
  }
  .modal-content.type2 {
    width: 89.33333vw;
    position: relative;
    margin: 18.66667vw auto 13.33333vw;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .modal-content__inner {
    border-radius: 12vw 12vw 12vw 12vw;
    padding: 2.66667vw 2.66667vw 2.66667vw 2.66667vw;
  }
  .modal-content__inner.type2 {
    padding: 9.33333vw 8.53333vw 8.53333vw 8.53333vw;
  }
  .modal-content-item2 {
    padding: 6.13333vw 3.46667vw 5.33333vw 3.46667vw;
  }
  .modal-content-item2__tit {
    padding: 0vw 0vw 3.2vw 0vw;
  }
  .modal-content-item2__tit img {
    display: block;
    margin: 0 auto;
    width: 16vw;
  }
  .modal-content-item2__tit span {
    display: inline-block;
    margin: 2.66667vw -2.66667vw 0vw -2.66667vw;
    padding: 0vw 0vw 0vw 0vw;
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: 0.03em;
  }
  .modal-content-item2__txt {
    margin: 2.66667vw -2.66667vw 0vw -2.66667vw;
    font-size: 15px;
    font-size: 4vw;
  }
  .modal-content-item2__photo {
    display: block;
    margin: 9.33333vw -3.46667vw 0vw -3.46667vw;
  }
  .modal-content-txtbox figure {
    display: block;
    position: relative;
    top: 1.33333vw;
    width: 9.86667vw;
  }
  .modal-content__txt {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 0.03em;
  }
  .modal-content-txtbox2 {
    margin: 5.33333vw 0vw 0vw 0vw;
    padding: 2.66667vw 2.66667vw 2.66667vw 4.8vw;
    border-radius: 3.6vw 3.6vw 3.6vw 3.6vw;
  }
  .modal-content__txt2 {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .modal-content__txt3 {
    font-size: 13px;
    font-size: 3.46667vw;
  }
  .modal-content__txt3 .big {
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .modal-content__photo01 {
    display: block;
    margin: 2.66667vw 0vw 0vw 0vw;
  }
  .modal-content__photo02 {
    display: block;
    margin: 2.66667vw 0vw 0vw 0vw;
  }
  .modal-content__photo03 {
    display: block;
    margin: 2.66667vw 0vw 0vw 0vw;
  }
  .modal-content-item {
    margin: 25px auto 0;
    border-radius: 10.66667vw 10.66667vw 10.66667vw 10.66667vw;
    padding: 5.33333vw 1.33333vw 5.33333vw 1.33333vw;
  }
  .modal-content-item:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 15px;
    height: 20px;
    top: -20px;
    background: url(/syohin/bottle_tumbler/bottle/su-ba/img/ico_fukidashi_sp.png) no-repeat bottom;
    background-size: contain;
  }
  .modal-content-item__ico {
    width: 13.86667vw;
    top: -4.26667vw;
    left: 0;
  }
  .modal-content-item__txt {
    font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .modal-content-item__txt .txt1 {
    font-size: 16.8px;
    font-size: 4.48vw;
  }
  .modal-content-item__txt .txt2 {
    font-size: 13px;
    font-size: 3.46667vw;
  }
  .modal-content-item__txt .txt2 .big {
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .modal-content-item__txt2 {
    margin: 4.53333vw 0vw 0vw 0vw;
    text-align: center;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0;
  }
  .modal-content .modalClose {
    width: 8.8vw;
    top: -11.2vw;
    right: 0vw;
  }
  .modal-content .modalClose img {
    width: 8.8vw;
    height: auto;
  }
  .modal-content .modalClose.type2 {
    width: 8.8vw;
    top: -11.2vw;
    right: 2.66667vw;
  }
  .modal-content .modalClose.type2 img {
    width: 8.8vw;
    height: auto;
  }
}

@media screen and (min-width: 769px), print {
  .modal-content {
    max-width: 768px;
    width: 100%;
    border-radius: 60px;
    margin: 30px 0 0;
    padding: 7px 7px 7px;
  }
  .modal-content.type2 {
    max-width: 1100px;
  }
  .modal-content__inner {
    border-radius: 55px;
    border: solid 1px #90A9A1;
    padding: 60px 0 30px;
  }
  .modal-content__inner.type2 {
    border: solid 1px #87B9D0;
    padding: 53px 63px 53px;
  }
  .modal-content-item2 {
    margin: 10px auto 0;
  }
  .modal-content-item2__tit {
    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;
    max-width: 515px;
    margin: 0 auto;
    border-bottom: solid 1px #90A9A1;
    gap: 15px;
  }
  .modal-content-item2__tit img {
    display: block;
    width: 90px;
  }
  .modal-content-item2__tit span {
    font-size: 25px;
  }
  .modal-content-item2__txt {
    display: block;
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0;
  }
  .modal-content-item2__photo {
    max-width: 626px;
    margin: 0px auto 0;
    display: block;
    position: relative;
    left: 7px;
  }
  .modal-content-item2__photo img {
    display: block;
    max-width: 100%;
  }
  .modal-content-boxwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal-content-txtbox figure {
    display: block;
    width: 53px;
  }
  .modal-content-txtbox figure img {
    width: 100%;
  }
  .modal-content__tit {
    font-size: 34px;
    font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.12em;
    text-align: center;
    position: absolute;
    color: #fff;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .modal-content__txt {
    display: block;
    text-align: left;
    font-size: 19px;
    letter-spacing: 0.03em;
  }
  .modal-content__txt2 {
    font-size: 16px;
  }
  .modal-content__txt3 {
    font-size: 16px;
  }
  .modal-content__txt3 .big {
    font-size: 24px;
    line-height: 1.3;
  }
  .modal-content-box2 {
    max-width: 482px;
  }
  .modal-content__photo01 {
    margin: 18px 0 0;
    position: relative;
    display: block;
    left: 63px;
    width: 367px;
  }
  .modal-content__photo02 {
    margin: 10px 0 0;
    display: block;
    max-width: 482px;
  }
  .modal-content__photo03 {
    display: block;
    width: 482px;
  }
  .modal-content-item {
    margin: 34px auto 0;
    padding: 20px 0px 20px 40px;
    border: 1px solid #8DBACF;
    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: 50px;
  }
  .modal-content-item:before {
    content: "";
    position: absolute;
    display: block;
    left: 240px;
    width: 21px;
    height: 28px;
    top: -28px;
    background: url(/syohin/bottle_tumbler/bottle/su-ba/img/ico_fukidashi_pc.png) no-repeat bottom;
    background-size: contain;
  }
  .modal-content-item__ico {
    position: absolute;
    width: 92px;
    top: -10px;
    left: -10px;
    border-radius: 50%;
  }
  .modal-content-item__txt {
    font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.03em;
    text-align: left;
  }
  .modal-content-item__txt .txt1 {
    font-size: 24px;
  }
  .modal-content-item__txt .txt2 {
    font-size: 24px;
  }
  .modal-content-item__txt .txt2 .big {
    font-size: 30px;
  }
  .modal-content-item__txt2 {
    margin: 15px 0 0;
    padding: 0 0 0px;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
}

@media (min-width: 1001px) and (max-width: 1200px) {
  .modal-content.type2 {
    max-width: 880px;
  }
  .modal-content__inner {
    border: solid 1px #90A9A1;
    padding: 48px 0 24px;
  }
  .modal-content__inner.type2 {
    border: solid 1px #87B9D0;
    padding: 42.4px 50.4px 42.4px;
  }
  .modal-content-item {
    gap: 30px;
  }
  .modal-content-item__txt .txt1 {
    font-size: 19.2px;
  }
  .modal-content-item__txt .txt2 {
    font-size: 19.2px;
  }
  .modal-content-item__txt .txt2 .big {
    font-size: 24px;
  }
  .modal-content-item__txt2 {
    margin: 12px 0 0;
    font-size: 14.4px;
  }
  .modal-content-item2 {
    margin: 8px auto 0;
  }
  .modal-content-item2__tit {
    max-width: 412px;
    border-bottom: solid 1px #90A9A1;
    gap: 12px;
  }
  .modal-content-item2__tit img {
    width: 72px;
  }
  .modal-content-item2__tit span {
    font-size: 20px;
  }
  .modal-content-item2__txt {
    margin: 8px 0 0;
    font-size: 14.4px;
  }
  .modal-content-item2__photo {
    max-width: 500.8px;
    margin: 0px auto 0;
    left: 5.6px;
  }
  .modal-content-txtbox figure {
    width: 42.4px;
  }
  .modal-content__tit {
    font-size: 27.2px;
    top: -48px;
  }
  .modal-content__txt {
    font-size: 15.2px;
  }
  .modal-content__txt2 {
    font-size: 12.8px;
  }
  .modal-content__txt3 {
    font-size: 12.8px;
  }
  .modal-content__txt3 .big {
    font-size: 19.2px;
  }
  .modal-content-box2 {
    max-width: 385.6px;
  }
  .modal-content__photo01 {
    margin: 14.4px 0 0;
    left: 50.4px;
    width: 293.6px;
  }
  .modal-content__photo02 {
    margin: 8px 0 0;
    max-width: 385.6px;
  }
  .modal-content__photo03 {
    width: 385.6px;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .modal-content .modalClose.type2 {
    position: absolute;
    cursor: pointer;
    top: -70px;
    right: 0px;
    width: 51px;
    height: 51px;
  }
  .modal-content .modalClose.type2 img {
    width: 51px;
    height: 51px;
  }
  .modal-content.type2 {
    max-width: 780px;
  }
  .modal-content__inner {
    padding: 42px 0 21px;
  }
  .modal-content__inner.type2 {
    padding: 37.1px 44.1px 37.1px;
  }
  .modal-content-item .txt1 {
    font-size: 16.8px;
  }
  .modal-content-item .txt2 {
    font-size: 16.8px;
  }
  .modal-content-item .txt2 .big {
    font-size: 21px;
  }
  .modal-content-item__txt2 {
    margin: 10.5px 0 0;
    font-size: 12.6px;
  }
  .modal-content-item2 {
    margin: 7px auto 0;
  }
  .modal-content-item2__tit {
    max-width: 360.5px;
    border-bottom: solid 1px #90A9A1;
    gap: 10.5px;
  }
  .modal-content-item2__tit img {
    width: 63px;
  }
  .modal-content-item2__tit span {
    font-size: 17.5px;
  }
  .modal-content-item2__txt {
    margin: 7px 0 0;
    font-size: 12.6px;
  }
  .modal-content-item2__photo {
    max-width: 438.2px;
    left: 4.9px;
  }
  .modal-content-txtbox figure {
    width: 37.1px;
  }
  .modal-content__tit {
    font-size: 23.8px;
    top: -42px;
  }
  .modal-content__txt {
    font-size: 13.3px;
  }
  .modal-content__txt2 {
    font-size: 11.2px;
  }
  .modal-content__txt3 {
    font-size: 11.2px;
  }
  .modal-content__txt3 .big {
    font-size: 16.8px;
  }
  .modal-content-box2 {
    max-width: 337.4px;
  }
  .modal-content__photo01 {
    margin: 12.6px 0 0;
    left: 44.1px;
    width: 256.9px;
  }
  .modal-content__photo02 {
    margin: 7px 0 0;
    max-width: 337.4px;
  }
  .modal-content__photo03 {
    width: 337.4px;
  }
}


/* このページだけfooterのマージンを削除　*/
header {
  z-index: 3;
}

#topic_path {
  position: relative;
  z-index: 2;
}

.p-category_nav {
  position: relative;
  z-index: 1;
  margin: 0 !important;
}

footer {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
}
