.showS {
  display: none;
}

.-inview.-pop {
  visibility: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0, 0, 0.58, 1), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0, 0, 0.58, 1), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.-inview.-pop.-strong {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

.-inview.-pop.-enter {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.wrap {
  box-sizing: border-box;
  overflow: hidden;
  background-color: #ffffff;
  color: #222222;
  font-size: 16px;
  font-weight: "Noto Sans JP", sans-serif;
  line-height: 2;
}

.wrap * {
  box-sizing: inherit;
}

.wrap *:before, .wrap *:after {
  box-sizing: inherit;
}

.inner {
  width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.headMain {
  position: relative;
}

.headMainImg {
  width: 100%;
}

.headMainTtl {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  padding: 24px 0px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  transition: 1s;
}

.headMainTtl.fadeIn {
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  opacity: 0;
}

.headMainTtl:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
  background: #fff;
  content: "";
  transition: 1s;
}

.headMainTtl img {
  max-width: 321px;
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
  transition: 1s;
}

.headMainTtl img.hide {
  -webkit-transform: translate(0px, 100%);
          transform: translate(0px, 100%);
}

.headMainCopy {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.headDisc {
  padding: 120px 0px;
  background-color: #f4f4f4;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.headDiscTtl {
  margin-bottom: 40px;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.31579;
  transition: 1s;
}

.headDiscTtl.fadeIn {
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  opacity: 0;
}

.headDiscTxt {
  margin-bottom: 8px;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  transition: 1s;
}

.headDiscTxt.fadeIn {
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  opacity: 0;
}

.headDiscImg {
  display: block;
  position: relative;
  max-width: 881px;
  margin: 0 auto 40px;
}

.headDiscImgBg {
  display: block;
  width: 100%;
  max-width: 656px;
  height: auto;
  margin: 120px;
}

.headDiscImg01 {
  position: absolute;
  bottom: -60px;
  left: 60px;
  width: 125px;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: 0.5s;
}

.headDiscImg02 {
  position: absolute;
  top: -200px;
  right: -35px;
  width: 202px;
  height: auto;
}

.headDiscImg03 {
  position: absolute;
  top: -145px;
  left: -8px;
  width: 163px;
  height: auto;
}

.headDiscImg04 {
  position: absolute;
  right: 170px;
  bottom: -50px;
  width: 105px;
  height: auto;
}

.headDiscCopy {
  color: #909090;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  opacity: 0.5;
}

.headZoffsmart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding: 80px 70px 60px;
  background-color: #ffffff;
}

.headZoffsmartImg {
  max-width: 277px;
}

.headZoffsmartImg > img {
  width: 100%;
}

.headZoffsmartTxt {
  max-width: 610px;
  text-align: left;
}

.headZoffsmartTtl {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.headZoffsmartTtl > span {
  display: inline-block;
  margin: 3px;
  font-size: 12px;
  vertical-align: top;
  opacity: 0.5;
}

.headZoffsmartDisc {
  font-size: 16px;
  line-height: 2;
}

.headZoffsmartNote {
  font-size: 12px;
  text-align: right;
  opacity: 0.5;
}

.lineup {
  padding: 120px 0px 0px;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.lineupHead {
  margin-bottom: 120px;
}

.lineupTtl {
  font-family: "PT Sans", sans-serif;
  /* margin-bottom: 24px */
  font-size: 48px;
  font-weight: 600;
}

.lineupDisc {
  margin-bottom: 48px;
  font-size: 16px;
}

.lineupDiscPrice {
  display: inline-block;
  margin: 0px 5px;
  font-family: "PT Sans", sans-serif;
  font-size: 24px;
}

.lineupDiscNote {
  font-size: 12px;
}

.lineupModel {
  display: flex;
  justify-content: center;
}

.lineupModelItem {
  position: relative;
  width: 25%;
  max-width: 180px;
  margin-right: 50px;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
}

.lineupModelItem:last-child {
  margin-right: 0px;
}

.lineupModelItem .pattern {
  width: 100%;
  margin-bottom: 8px;
  opacity: 0;
}

.lineupModelItem a {
  position: relative;
  color: #222222;
}

.lineupModelItem a:after {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1.8px solid #333333;
  border-bottom: 1.8px solid #333333;
  content: "";
  transition: 0.5s;
}

.lineupModelItem a:hover {
  color: #b5191a;
  opacity: 1;
}

.lineupModelItem a:hover:after {
  -webkit-transform: translate(0px, 3px) rotate(45deg);
          transform: translate(0px, 3px) rotate(45deg);
  border-color: #b5191a;
  transition: 0.5s;
}

.lineupCopyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.model {
  position: relative;
  padding: 120px 0px 40px;
}

.modelPattern {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 320px;
}

.modelMickey {
  background: url(../img/bg_mickey.jpg) no-repeat top center;
  background-size: cover;
}

.modelMinnie {
  background: url(../img/bg_minnie.jpg) no-repeat top center;
  background-size: cover;
}

.modelDonald {
  background: url(../img/bg_donald.jpg) no-repeat top center;
  background-size: cover;
}

.modelDaisy {
  background: url(../img/bg_daisy.jpg) no-repeat top center;
  background-size: cover;
}

.modelConcept {
  z-index: 1;
  position: relative;
  padding: 3px;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  border: 4px solid #333333;
  background: #ffffff;
  text-align: center;
  transition: 1s;
}

.modelConcept.fadeIn {
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  opacity: 0;
}

.modelConceptInbox {
  padding: 48px 40px 40px;
  border: 2px solid #333333;
}

.modelConceptTtl {
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-family: "PT Sans", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.modelConceptDisc {
  font-size: 16px;
  line-height: 2;
}

.modelItems {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 120px;
}

.modelItemsOne {
  position: relative;
  width: 500px;
  margin-bottom: 120px;
}

.modelItemsOneImgs {
  position: relative;
}

.modelItemsOneTtl {
  font-family: "PT Sans", sans-serif;
  /* margin-bottom: 8px */
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.modelItemsOneColor {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.modelItemsOneSlide {
  margin: 16px 0px 0px;
}

.modelItemsOneSlide img {
  width: 100%;
}

.modelItemsOneSlideNav {
  margin-bottom: 4px;
}

.modelItemsOneSlideNav span {
  margin-right: 5px;
  color: #666;
  font-size: 10px;
}

.modelItemsOneSlidePtn {
  position: absolute;
  right: 40px;
  bottom: -72px;
  width: 72px;
  height: auto;
  opacity: 0;
}

.modelItemsOneInfo {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
}

.modelItemsOneBtn {
  display: block;
  max-width: 240px;
  margin: auto;
  padding: 6px;
  border: 2px solid #b5191a;
  border-radius: 32px;
  background: #b5191a;
  font-size: 16px;
}

.modelItemsOneBtn:hover {
  background: #fff;
  color: #b5191a;
}

.modelItemsOne a {
  color: #fff;
}

.modelItemsOneOnline {
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  color: #909090;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
}

.modelItemsCopy {
  width: 100%;
  color: #767575;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  opacity: 0.5;
}

.link {
  padding: 80px 0px;
  background: #333;
}

.linkBtn {
  display: block;
  width: 480px;
  margin: 0 auto;
  padding: 16px 0px;
  border: 2px solid #fff;
  border-radius: 40px;
  background: #fff;
  color: #222222 !important;
  font-size: 24px;
  line-height: 2;
  text-align: center;
}

.linkBtn:hover {
  border-radius: 40px;
  background: #333;
  color: #fff !important;
}

.linkCopryright {
  margin-top: 24px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.originalCase {
  padding: 80px 0px;
  background: #f5f5f5;
}

.originalCaseFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.originalCaseTxt {
  width: 400px;
  font-family: "Noto Sans JP", sans-serif;
}

.originalCaseTxtTtl {
  margin-bottom: 32px;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  font-size: 42px;
  line-height: 1.33333;
  transition: 1s;
}

.originalCaseTxtTtl.fadeIn {
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  opacity: 0;
}

.originalCaseTxtDisc {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  transition: 1s;
}

.originalCaseTxtDisc.fadeIn {
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  opacity: 0;
}

.originalCaseImg {
  position: relative;
  width: 600px;
}

.originalCaseImg > img {
  z-index: 0;
  position: relative;
  width: 100%;
  height: auto;
}

.originalCaseCopy {
  z-index: 1;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
}

.lineList {
  display: flex;
  justify-content: space-between;
}

.lineListItem {
  position: relative;
  flex: 0 0 500px;
  width: 500px;
  text-align: center;
}

.lineListGlasses {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out;
}

.lineListGlasses.-active {
  opacity: 1;
  pointer-events: auto;
}

.lineListGlassesWrap {
  position: relative;
  width: 420px;
  height: 160px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.lineListGlassesItem {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out;
}

.lineListGlasses.-active .lineListGlassesItem.-active {
  opacity: 1;
  pointer-events: auto;
}

.lineListGlassesLink.-disabled {
  pointer-events: none;
}

.lineListGlassesKids {
  position: absolute;
  top: -104px;
  right: -32px;
  width: 130px;
  height: 104px;
  pointer-events: none;
}

.lineListGlassesPrev, .lineListGlassesNext {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lineListGlassesPrev {
  left: -40px;
}

.lineListGlassesNext {
  right: -40px;
}

.lineListPager {
  display: flex;
  justify-content: center;
  /* margin-bottom: 8px */
}

.lineListPagerItem {
  flex: 0 0 18px;
  width: 18px;
}

.lineListPagerLink {
  display: block;
  padding: 4px;
  font-size: 0;
}

.lineListPagerItem.-active .lineListPagerLink {
  pointer-events: none;
}

.lineListPagerLinkMark {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e5e5e5;
  transition: background-color 0.25s ease-out;
}

.lineListPagerItem.-active .lineListPagerLinkMark {
  background-color: #b5191a;
}

.bnr {
  padding: 80px 0px 120px;
}

.bnrBtn {
  display: inline-block;
  margin-bottom: 80px;
}

.bnrBtn img {
  width: 100%;
}

.bnrCopy {
  color: #909090;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  opacity: 0.5;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

.bounceIn {
  opacity: 0;
}

.bounceIn.isActive {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*-- 吹き出し追加 --*/
.balloon {
  position: absolute; /* 三角の位置を固定するために設定 */
  right: 10%;
  top: -10px;
  width: 20%; /* 幅 */
  margin: 0 auto 40px; /* 上 左右 下のマージン */
  padding: 5px; /* ふきだし内の余白 */
  background: #f7af43; /* 背景色 */
  text-align: center; /* テキストの揃え */
  font-weight: bold;
  color: #fff;
}
.balloon::after {
  content: '';
  border: 8px solid transparent;
  border-left: 0 solid transparent;
  border-top-color: #f7af43;
  position: absolute;
  bottom: -16px;
  left: 20%;
  margin-left: -8px;
}
